Skip to content

Commit

Permalink
build(deps-dev): bump ipython from 7.28.0 to 8.2.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [ipython](https://github.com/ipython/ipython) from 7.28.0 to 8.2.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.28.0...8.2.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and netcriptus committed Apr 14, 2022
1 parent 31c2708 commit abdbfcd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
27 changes: 19 additions & 8 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ astroid==2.8.0
# via
# -r requirements-dev.txt
# pylint
asttokens==2.0.5
# via
# -r requirements-dev.txt
# stack-data
async-timeout==3.0.1
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -159,7 +163,6 @@ decorator==4.4.2
# via
# -r requirements-dev.txt
# ipython
# traitlets
dnspython==2.1.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -224,6 +227,10 @@ execnet==1.6.0
# via
# -r requirements-dev.txt
# pytest-xdist
executing==0.8.3
# via
# -r requirements-dev.txt
# stack-data
faker==9.9.0
# via -r requirements-dev.txt
fancycompleter==0.8
Expand Down Expand Up @@ -321,12 +328,8 @@ ipfshttpclient==0.8.0a2
# via
# -r requirements-dev.txt
# web3
ipython==7.28.0
ipython==8.2.0
# via -r requirements-dev.txt
ipython-genutils==0.2.0
# via
# -r requirements-dev.txt
# traitlets
isort==5.9.3
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -504,6 +507,10 @@ ptyprocess==0.6.0
# via
# -r requirements-dev.txt
# pexpect
pure-eval==0.2.2
# via
# -r requirements-dev.txt
# stack-data
py==1.10.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -677,6 +684,7 @@ simplejson==3.17.2
six==1.16.0
# via
# -r requirements-dev.txt
# asttokens
# attrdict
# automat
# bcrypt
Expand All @@ -695,12 +703,15 @@ six==1.16.0
# python-dateutil
# responses
# thrift
# traitlets
sortedcontainers==2.1.0
# via
# -r requirements-dev.txt
# hypothesis
# matrix-synapse
stack-data==0.2.0
# via
# -r requirements-dev.txt
# ipython
structlog==21.2.0
# via -r requirements-dev.txt
text-unidecode==1.3
Expand Down Expand Up @@ -735,7 +746,7 @@ tornado==6.1
# -r requirements-dev.txt
# jaeger-client
# threadloop
traitlets==4.3.2
traitlets==5.1.1
# via
# -r requirements-dev.txt
# ipython
Expand Down
20 changes: 12 additions & 8 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ asn1crypto==1.3.0
# coincurve
astroid==2.8.0
# via pylint
asttokens==2.0.5
# via stack-data
async-timeout==3.0.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -137,9 +139,7 @@ cytoolz==0.10.1
dbapi-opentracing==0.0.5
# via -r requirements.txt
decorator==4.4.2
# via
# ipython
# traitlets
# via ipython
dnspython==2.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -200,6 +200,8 @@ eth-utils==1.10.0
# web3
execnet==1.6.0
# via pytest-xdist
executing==0.8.3
# via stack-data
faker==9.9.0
# via -r requirements-dev.in
fancycompleter==0.8
Expand Down Expand Up @@ -291,10 +293,8 @@ ipfshttpclient==0.8.0a2
# via
# -r requirements.txt
# web3
ipython==7.28.0
ipython==8.2.0
# via -r requirements-dev.in
ipython-genutils==0.2.0
# via traitlets
isort==5.9.3
# via
# -r requirements-dev.in
Expand Down Expand Up @@ -440,6 +440,8 @@ psutil==5.8.0
# mirakuru
ptyprocess==0.6.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.10.0
# via pytest
py-solc-x==1.1.0
Expand Down Expand Up @@ -581,6 +583,7 @@ six==1.16.0
# via
# -r requirements-dev.in
# -r requirements.txt
# asttokens
# attrdict
# automat
# bcrypt
Expand All @@ -599,11 +602,12 @@ six==1.16.0
# python-dateutil
# responses
# thrift
# traitlets
sortedcontainers==2.1.0
# via
# hypothesis
# matrix-synapse
stack-data==0.2.0
# via ipython
structlog==21.2.0
# via -r requirements.txt
text-unidecode==1.3
Expand Down Expand Up @@ -634,7 +638,7 @@ tornado==6.1
# -r requirements.txt
# jaeger-client
# threadloop
traitlets==4.3.2
traitlets==5.1.1
# via
# ipython
# matplotlib-inline
Expand Down

0 comments on commit abdbfcd

Please sign in to comment.