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 Jan 13, 2022
1 parent 2981345 commit ac13b9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
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.1
raiden-contracts==0.40.2
# via -r requirements-dev.txt
raiden-webui==1.2.1
# via -r requirements-dev.txt
Expand Down Expand Up @@ -818,7 +818,7 @@ wcwidth==0.1.9
# via
# -r requirements-dev.txt
# prompt-toolkit
web3==5.24
web3==5.25.0
# via
# -r requirements-dev.txt
# raiden-contracts
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
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.1
raiden-contracts==0.40.2
# via -r requirements.txt
raiden-webui==1.2.1
# via -r requirements.txt
Expand Down Expand Up @@ -702,7 +702,7 @@ varint==1.0.2
# multiaddr
wcwidth==0.1.9
# via prompt-toolkit
web3==5.24
web3==5.25.0
# via
# -r requirements.txt
# raiden-contracts
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ psutil
pylibsrtp>=0.6.8
pysha3
toml
raiden-contracts==0.40.1
raiden-contracts>=0.40.0,<0.41.0
raiden-webui
requests
structlog
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pysha3==1.0.2
# via -r requirements.in
pytz==2019.1
# via flask-restful
raiden-contracts==0.40.1
raiden-contracts==0.40.2
# via -r requirements.in
raiden-webui==1.2.1
# via -r requirements.in
Expand Down Expand Up @@ -302,7 +302,7 @@ urllib3==1.26.5
# via requests
varint==1.0.2
# via multiaddr
web3==5.24
web3==5.25.0
# via
# -r requirements.in
# raiden-contracts
Expand Down

0 comments on commit ac13b9d

Please sign in to comment.