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.16.1 to 8.10.0 in /test_framework/requirements #125

Open
wants to merge 1 commit into
base: master
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
38 changes: 18 additions & 20 deletions test_framework/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,34 @@
#
# pip-compile --output-file=local.txt local.in
#
asttokens==2.2.1
# via stack-data
backcall==0.2.0
# via ipython
click==7.1.2
# via pip-tools
decorator==5.0.5
# via
# ipython
# traitlets
# via ipython
executing==1.2.0
# via stack-data
factory-boy==3.2.0
# via -r local.in
faker==8.0.0
# via factory-boy
flake8==3.9.0
# via -r local.in
importlib-metadata==3.10.0
# via
# flake8
# pep517
ipdb==0.13.7
# via -r local.in
ipython-genutils==0.2.0
# via traitlets
ipython==7.16.1
ipython==8.10.0
# via
# -r local.in
# ipdb
isort==5.8.0
# via -r local.in
jedi==0.18.0
# via ipython
matplotlib-inline==0.1.6
# via ipython
mccabe==0.6.1
# via flake8
parso==0.8.2
Expand All @@ -46,10 +44,12 @@ pickleshare==0.7.5
# via ipython
pip-tools==6.0.1
# via -r local.in
prompt-toolkit==3.0.18
prompt-toolkit==3.0.36
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.7.0
# via flake8
pyflakes==2.3.1
Expand All @@ -60,24 +60,22 @@ python-dateutil==2.8.1
# via faker
six==1.15.0
# via
# asttokens
# python-dateutil
# traitlets
stack-data==0.6.2
# via ipython
text-unidecode==1.3
# via faker
toml==0.10.2
# via
# ipdb
# pep517
traitlets==4.3.3
# via ipython
typing-extensions==3.7.4.3
# via importlib-metadata
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
wcwidth==0.2.5
# via prompt-toolkit
zipp==3.4.1
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down