Skip to content

Commit

Permalink
chore: Update raiden-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Feb 24, 2022
1 parent ef2985c commit c2efb65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ eth-abi==2.1.0
# eth-account
# raiden-contracts
# web3
eth-account==0.5.6
eth-account==0.5.7
# via
# -r requirements-dev.txt
# web3
Expand All @@ -189,7 +189,7 @@ eth-keyfile==0.5.1
# via
# -r requirements-dev.txt
# eth-account
eth-keys==0.3.3
eth-keys==0.3.4
# via
# -r requirements-dev.txt
# eciespy
Expand Down Expand Up @@ -622,7 +622,7 @@ pyyaml==5.4
# matrix-synapse
raiden-api-client==1.1.1
# via -r requirements-dev.txt
raiden-contracts==0.40.2
raiden-contracts==0.40.3
# via -r requirements-dev.txt
raiden-webui==1.2.1
# via -r requirements-dev.txt
Expand Down Expand Up @@ -819,7 +819,7 @@ wcwidth==0.1.9
# via
# -r requirements-dev.txt
# prompt-toolkit
web3==5.25.0
web3==5.28.0
# via
# -r requirements-dev.txt
# raiden-contracts
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ eth-abi==2.1.0
# eth-account
# raiden-contracts
# web3
eth-account==0.5.6
eth-account==0.5.7
# via
# -r requirements.txt
# web3
Expand All @@ -167,7 +167,7 @@ eth-keyfile==0.5.1
# via
# -r requirements.txt
# eth-account
eth-keys==0.3.3
eth-keys==0.3.4
# via
# -r requirements.txt
# eciespy
Expand Down Expand Up @@ -532,7 +532,7 @@ pyyaml==5.4
# via matrix-synapse
raiden-api-client==1.1.1
# via -r requirements-dev.in
raiden-contracts==0.40.2
raiden-contracts==0.40.3
# via -r requirements.txt
raiden-webui==1.2.1
# via -r requirements.txt
Expand Down Expand Up @@ -703,7 +703,7 @@ varint==1.0.2
# multiaddr
wcwidth==0.1.9
# via prompt-toolkit
web3==5.25.0
web3==5.28.0
# via
# -r requirements.txt
# raiden-contracts
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ eth-abi==2.1.0
# eth-account
# raiden-contracts
# web3
eth-account==0.5.6
eth-account==0.5.7
# via web3
eth-hash[pycryptodome]==0.3.1
# via
Expand All @@ -86,7 +86,7 @@ eth-keyfile==0.5.1
# via
# -r requirements.in
# eth-account
eth-keys==0.3.3
eth-keys==0.3.4
# via
# -r requirements.in
# eciespy
Expand Down Expand Up @@ -232,7 +232,7 @@ pysha3==1.0.2
# via -r requirements.in
pytz==2019.1
# via flask-restful
raiden-contracts==0.40.2
raiden-contracts==0.40.3
# via -r requirements.in
raiden-webui==1.2.1
# via -r requirements.in
Expand Down Expand Up @@ -295,7 +295,7 @@ urllib3==1.26.5
# via requests
varint==1.0.2
# via multiaddr
web3==5.25.0
web3==5.28.0
# via
# -r requirements.in
# raiden-contracts
Expand Down

0 comments on commit c2efb65

Please sign in to comment.