Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ipython from 7.20.0 to 8.10.0 #674

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 25 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ amqp==2.6.1
# via kombu
asgiref==3.3.4
# via django
asttokens==2.2.1
# via stack-data
attrs==20.3.0
# via jsonschema
autograder-sandbox==5.0.1
Expand All @@ -20,38 +22,42 @@ celery==4.4.7
# via -r requirements.in
decorator==4.4.2
# via ipython
django-extensions==3.1.1
# via -r requirements.in
django-redis==4.12.1
# via -r requirements.in
django-timezone-field==4.2.1
# via -r requirements.in
django==3.2.2
# via
# -r requirements.in
# django-redis
# django-timezone-field
# djangorestframework
django-extensions==3.1.1
# via -r requirements.in
django-redis==4.12.1
# via -r requirements.in
django-timezone-field==4.2.1
# via -r requirements.in
djangorestframework==3.12.2
# via -r requirements.in
drf-composable-permissions==0.1.1
# via -r requirements.in
executing==1.2.0
# via stack-data
gunicorn==20.1.0
# via -r requirements.in
httplib2==0.19.0
# via oauth2client
inflection==0.5.1
# via openapi
ipython==8.10.0
# via -r requirements.in
ipython-genutils==0.2.0
# via traitlets
ipython==7.20.0
# via -r requirements.in
jedi==0.18.0
# via ipython
jsonschema==3.2.0
# via openapi
kombu==4.6.11
# via celery
matplotlib-inline==0.1.6
# via ipython
oauth2client==4.1.3
# via -r requirements.in
openapi==1.1.0
Expand All @@ -62,19 +68,21 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
prompt-toolkit==3.0.14
prompt-toolkit==3.0.36
# via ipython
psycopg2==2.8.6
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
pyasn1-modules==0.2.8
# via oauth2client
pure-eval==0.2.2
# via stack-data
pyasn1==0.4.8
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via oauth2client
pygments==2.7.4
# via ipython
pyparsing==2.4.7
Expand All @@ -98,12 +106,17 @@ rsa==4.7
# via oauth2client
six==1.15.0
# via
# asttokens
# jsonschema
# oauth2client
sqlparse==0.4.1
# via django
traitlets==5.0.5
stack-data==0.6.2
# via ipython
traitlets==5.0.5
# via
# ipython
# matplotlib-inline
uritemplate==3.0.1
# via -r requirements.in
vine==1.3.0
Expand Down