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

build(deps-dev): bump ipython from 8.4.0 to 8.18.1 in /requirements #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
27 changes: 16 additions & 11 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ automat==20.2.0
# via
# -r requirements-dev.txt
# twisted
backcall==0.1.0
# via
# -r requirements-dev.txt
# ipython
base58==2.0.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -162,6 +158,7 @@ eth-account==0.7.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements-dev.txt
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -197,6 +194,10 @@ eth-utils==2.0.0
# raiden-contracts
# rlp
# web3
exceptiongroup==1.2.0
# via
# -r requirements-dev.txt
# ipython
execnet==1.6.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -283,6 +284,7 @@ idna==2.8
importlib-metadata==5.0.0
# via
# -r requirements-dev.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand All @@ -297,7 +299,7 @@ ipfshttpclient==0.8.0a2
# via
# -r requirements-dev.txt
# web3
ipython==8.4.0
ipython==8.18.1
# via -r requirements-dev.txt
isort==5.10.1
# via
Expand Down Expand Up @@ -342,7 +344,9 @@ marshmallow==3.18.0
# marshmallow-enum
# marshmallow-polyfield
marshmallow-dataclass[union]==8.5.9
# via -r requirements-dev.txt
# via
# -r requirements-dev.txt
# marshmallow-dataclass
marshmallow-enum==1.5.1
# via -r requirements-dev.txt
marshmallow-polyfield==5.10
Expand Down Expand Up @@ -429,10 +433,6 @@ phonenumbers==8.10.13
# via
# -r requirements-dev.txt
# matrix-synapse
pickleshare==0.7.5
# via
# -r requirements-dev.txt
# ipython
pillow==9.0.1
# via
# -r requirements-dev.txt
Expand All @@ -452,7 +452,7 @@ prometheus-client==0.8.0
# via
# -r requirements-dev.txt
# matrix-synapse
prompt-toolkit==3.0.5
prompt-toolkit==3.0.41
# via
# -r requirements-dev.txt
# ipython
Expand Down Expand Up @@ -682,6 +682,7 @@ twisted[tls]==21.2.0
# -r requirements-dev.txt
# matrix-synapse
# treq
# twisted
typeguard==2.11.1
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -726,8 +727,12 @@ typing-extensions==4.4.0
# via
# -r requirements-dev.txt
# aiohttp
# astroid
# black
# ipython
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down
20 changes: 13 additions & 7 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ attrs==19.3.0
# twisted
automat==20.2.0
# via twisted
backcall==0.1.0
# via ipython
base58==2.0.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -137,6 +135,7 @@ eth-account==0.7.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.txt
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -172,6 +171,8 @@ eth-utils==2.0.0
# raiden-contracts
# rlp
# web3
exceptiongroup==1.2.0
# via ipython
execnet==1.6.0
# via pytest-xdist
executing==0.8.3
Expand Down Expand Up @@ -250,6 +251,7 @@ importlib-metadata==5.0.0
# via
# -r requirements-dev.in
# -r requirements.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand All @@ -261,7 +263,7 @@ ipfshttpclient==0.8.0a2
# via
# -r requirements.txt
# web3
ipython==8.4.0
ipython==8.18.1
# via -r requirements-dev.in
isort==5.10.1
# via
Expand Down Expand Up @@ -300,7 +302,9 @@ marshmallow==3.18.0
# marshmallow-enum
# marshmallow-polyfield
marshmallow-dataclass[union]==8.5.9
# via -r requirements.txt
# via
# -r requirements.txt
# marshmallow-dataclass
marshmallow-enum==1.5.1
# via -r requirements.txt
marshmallow-polyfield==5.10
Expand Down Expand Up @@ -374,8 +378,6 @@ pexpect==4.8.0
# ipython
phonenumbers==8.10.13
# via matrix-synapse
pickleshare==0.7.5
# via ipython
pillow==9.0.1
# via matrix-synapse
pip-tools==6.8.0
Expand All @@ -388,7 +390,7 @@ pluggy==0.12.0
# via pytest
prometheus-client==0.8.0
# via matrix-synapse
prompt-toolkit==3.0.5
prompt-toolkit==3.0.41
# via ipython
protobuf==3.20.1
# via
Expand Down Expand Up @@ -611,8 +613,12 @@ typing-extensions==4.4.0
# via
# -r requirements.txt
# aiohttp
# astroid
# black
# ipython
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down
Loading