Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Oct 13, 2022
1 parent 7e8b930 commit bcf1b7f
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 83 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 0.1.7 (2022-10-13)
* Update dependencies

## 0.1.6 (2022-10-13)
* Remove typing extensions dependency by @karlb in https://github.com/raiden-network/raiden-common/pull/24

Expand Down
45 changes: 19 additions & 26 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bcrypt==3.1.6
# via
# -r requirements-dev.txt
# matrix-synapse
bitarray==1.2.1
bitarray==2.6.0
# via
# -r requirements-dev.txt
# eth-account
Expand Down Expand Up @@ -140,63 +140,60 @@ cryptography==3.4.7
cytoolz==0.12.0
# via
# -r requirements-dev.txt
# eth-keyfile
# eth-utils
dbapi-opentracing==0.0.5
# via -r requirements-dev.txt
decorator==4.4.2
# via
# -r requirements-dev.txt
# ipython
eciespy==0.3.11
eciespy==0.3.12
# via -r requirements-dev.txt
eth-abi==2.1.0
eth-abi==3.0.1
# via
# -r requirements-dev.txt
# eth-account
# raiden-contracts
# web3
eth-account==0.5.7
eth-account==0.7.0
# via
# -r requirements-dev.txt
# web3
eth-hash[pycryptodome]==0.3.1
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements-dev.txt
# eth-utils
# web3
eth-keyfile==0.5.1
eth-keyfile==0.6.0
# via
# -r requirements-dev.txt
# eth-account
eth-keys==0.3.4
eth-keys==0.4.0
# via
# -r requirements-dev.txt
# eciespy
# eth-account
# eth-keyfile
eth-rlp==0.2.1
eth-rlp==0.3.0
# via
# -r requirements-dev.txt
# eth-account
eth-typing==2.3.0
eth-typing==3.2.0
# via
# -r requirements-dev.txt
# eth-abi
# eth-keys
# eth-utils
# raiden-contracts
# web3
eth-utils==1.10.0
eth-utils==2.0.0
# via
# -r requirements-dev.txt
# eth-abi
# eth-account
# eth-hash
# eth-keyfile
# eth-keys
# eth-rlp
# hexbytes
# raiden-contracts
# rlp
# web3
Expand Down Expand Up @@ -262,7 +259,7 @@ grequests==0.6.0
# via -r requirements-dev.txt
guppy3==3.1.2
# via -r requirements-dev.txt
hexbytes==0.2.0
hexbytes==0.3.0
# via
# -r requirements-dev.txt
# eth-account
Expand Down Expand Up @@ -320,7 +317,7 @@ jinja2==3.0.3
# -r requirements-dev.txt
# flask
# matrix-synapse
jsonschema==3.2.0
jsonschema==4.16.0
# via
# -r requirements-dev.txt
# matrix-synapse
Expand Down Expand Up @@ -386,7 +383,6 @@ mypy-extensions==0.4.3
# -r requirements-dev.txt
# black
# mypy
# raiden-contracts
# typing-inspect
netaddr==0.7.19
# via
Expand Down Expand Up @@ -461,7 +457,7 @@ prompt-toolkit==3.0.5
# via
# -r requirements-dev.txt
# ipython
protobuf==3.15.0
protobuf==3.20.1
# via
# -r requirements-dev.txt
# web3
Expand Down Expand Up @@ -506,7 +502,7 @@ pycparser==2.19
# via
# -r requirements-dev.txt
# cffi
pycryptodome==3.10.1
pycryptodome==3.15.0
# via
# -r requirements-dev.txt
# eciespy
Expand Down Expand Up @@ -582,7 +578,7 @@ pyyaml==5.4
# matrix-synapse
raiden-api-client==1.1.1
# via -r requirements-dev.txt
raiden-contracts==0.50.1
raiden-contracts==0.50.2
# via -r requirements-dev.txt
raiden-webui==1.2.1
# via -r requirements-dev.txt
Expand All @@ -602,12 +598,11 @@ requests-opentracing==0.3.0
# via -r requirements-dev.txt
responses==0.21.0
# via -r requirements-dev.txt
rlp==2.0.1
rlp==3.0.0
# via
# -r requirements-dev.txt
# eth-account
# eth-rlp
# raiden-contracts
s3cmd==2.2.0
# via -r requirements-ci.in
semantic-version==2.8.5
Expand Down Expand Up @@ -639,10 +634,8 @@ six==1.16.0
# flake8-tuple
# flask-cors
# flask-restful
# jsonschema
# multiaddr
# parsimonious
# protobuf
# pymacaroons
# pynacl
# pyopenssl
Expand Down Expand Up @@ -727,7 +720,7 @@ types-werkzeug==1.0.1
# via
# -r requirements-dev.txt
# types-flask
typing-extensions==4.3.0
typing-extensions==4.4.0
# via
# -r requirements-dev.txt
# aiohttp
Expand Down Expand Up @@ -762,15 +755,15 @@ wcwidth==0.1.9
# via
# -r requirements-dev.txt
# prompt-toolkit
web3==5.28.0
web3==6.0.0b6
# via
# -r requirements-dev.txt
# raiden-contracts
webencodings==0.5.1
# via
# -r requirements-dev.txt
# bleach
websockets==9.1
websockets==10.3
# via
# -r requirements-dev.txt
# web3
Expand Down
45 changes: 19 additions & 26 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ base58==2.0.0
# multiaddr
bcrypt==3.1.6
# via matrix-synapse
bitarray==1.2.1
bitarray==2.6.0
# via
# -r requirements.txt
# eth-account
Expand Down Expand Up @@ -117,61 +117,58 @@ cryptography==3.4.7
cytoolz==0.12.0
# via
# -r requirements.txt
# eth-keyfile
# eth-utils
dbapi-opentracing==0.0.5
# via -r requirements.txt
decorator==4.4.2
# via ipython
eciespy==0.3.11
eciespy==0.3.12
# via -r requirements.txt
eth-abi==2.1.0
eth-abi==3.0.1
# via
# -r requirements.txt
# eth-account
# raiden-contracts
# web3
eth-account==0.5.7
eth-account==0.7.0
# via
# -r requirements.txt
# web3
eth-hash[pycryptodome]==0.3.1
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.txt
# eth-utils
# web3
eth-keyfile==0.5.1
eth-keyfile==0.6.0
# via
# -r requirements.txt
# eth-account
eth-keys==0.3.4
eth-keys==0.4.0
# via
# -r requirements.txt
# eciespy
# eth-account
# eth-keyfile
eth-rlp==0.2.1
eth-rlp==0.3.0
# via
# -r requirements.txt
# eth-account
eth-typing==2.3.0
eth-typing==3.2.0
# via
# -r requirements.txt
# eth-abi
# eth-keys
# eth-utils
# raiden-contracts
# web3
eth-utils==1.10.0
eth-utils==2.0.0
# via
# -r requirements.txt
# eth-abi
# eth-account
# eth-hash
# eth-keyfile
# eth-keys
# eth-rlp
# hexbytes
# raiden-contracts
# rlp
# web3
Expand Down Expand Up @@ -229,7 +226,7 @@ grequests==0.6.0
# via -r requirements-dev.in
guppy3==3.1.2
# via -r requirements.txt
hexbytes==0.2.0
hexbytes==0.3.0
# via
# -r requirements.txt
# eth-account
Expand Down Expand Up @@ -282,7 +279,7 @@ jinja2==3.0.3
# -r requirements.txt
# flask
# matrix-synapse
jsonschema==3.2.0
jsonschema==4.16.0
# via
# -r requirements.txt
# matrix-synapse
Expand Down Expand Up @@ -339,7 +336,6 @@ mypy-extensions==0.4.3
# -r requirements.txt
# black
# mypy
# raiden-contracts
# typing-inspect
netaddr==0.7.19
# via
Expand Down Expand Up @@ -395,7 +391,7 @@ prometheus-client==0.8.0
# via matrix-synapse
prompt-toolkit==3.0.5
# via ipython
protobuf==3.15.0
protobuf==3.20.1
# via
# -r requirements.txt
# web3
Expand Down Expand Up @@ -430,7 +426,7 @@ pycparser==2.19
# via
# -r requirements.txt
# cffi
pycryptodome==3.10.1
pycryptodome==3.15.0
# via
# -r requirements.txt
# eciespy
Expand Down Expand Up @@ -490,7 +486,7 @@ pyyaml==5.4
# via matrix-synapse
raiden-api-client==1.1.1
# via -r requirements-dev.in
raiden-contracts==0.50.1
raiden-contracts==0.50.2
# via -r requirements.txt
raiden-webui==1.2.1
# via -r requirements.txt
Expand All @@ -510,12 +506,11 @@ requests-opentracing==0.3.0
# via -r requirements.txt
responses==0.21.0
# via -r requirements-dev.in
rlp==2.0.1
rlp==3.0.0
# via
# -r requirements.txt
# eth-account
# eth-rlp
# raiden-contracts
semantic-version==2.8.5
# via
# -r requirements.txt
Expand All @@ -542,10 +537,8 @@ six==1.16.0
# flake8-tuple
# flask-cors
# flask-restful
# jsonschema
# multiaddr
# parsimonious
# protobuf
# pymacaroons
# pynacl
# pyopenssl
Expand Down Expand Up @@ -612,7 +605,7 @@ types-urllib3==1.26.14
# via types-requests
types-werkzeug==1.0.1
# via types-flask
typing-extensions==4.3.0
typing-extensions==4.4.0
# via
# -r requirements.txt
# aiohttp
Expand Down Expand Up @@ -644,13 +637,13 @@ varint==1.0.2
# multiaddr
wcwidth==0.1.9
# via prompt-toolkit
web3==5.28.0
web3==6.0.0b6
# via
# -r requirements.txt
# raiden-contracts
webencodings==0.5.1
# via bleach
websockets==9.1
websockets==10.3
# via
# -r requirements.txt
# web3
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ raiden-contracts>=0.50.1,<0.51.0
raiden-webui
requests
structlog
web3
web3==6.0.0b6
objgraph
ulid-py
dbapi-opentracing
Expand Down
Loading

0 comments on commit bcf1b7f

Please sign in to comment.