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.31.1 to 8.10.0 in /example #70

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
14 changes: 12 additions & 2 deletions example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
asgiref==3.4.1
# via django
asttokens==2.2.1
# via stack-data
backcall==0.2.0
# via ipython
click==8.0.3
Expand All @@ -18,11 +20,13 @@ django==4.0.6
# via
# -r requirements.in
# model-bakery
executing==1.2.0
# via stack-data
flake8==4.0.1
# via -r requirements.in
ipdb==0.13.9
# via -r requirements.in
ipython==7.31.1
ipython==8.10.0
# via
# -r requirements.in
# ipdb
Expand All @@ -44,18 +48,24 @@ pickleshare==0.7.5
# via ipython
pip-tools==6.4.0
# via -r requirements.in
prompt-toolkit==3.0.24
prompt-toolkit==3.0.36
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.10.0
# via ipython
six==1.16.0
# via asttokens
sqlparse==0.4.2
# via django
stack-data==0.6.2
# via ipython
toml==0.10.2
# via ipdb
tomli==2.0.0
Expand Down