Skip to content

Commit

Permalink
update raiden-contracts to 0.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weilbith committed Apr 29, 2022
1 parent ce5f807 commit 739526d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.50.0
raiden-contracts==0.50.1
# via -r requirements-dev.txt
raiden-webui==1.2.1
# via -r requirements-dev.txt
Expand Down Expand Up @@ -786,7 +786,7 @@ types-werkzeug==1.0.1
# via
# -r requirements-dev.txt
# types-flask
typing-extensions==4.2.0
typing-extensions==3.10.0.2
# via
# -r requirements-dev.txt
# aiohttp
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.50.0
raiden-contracts==0.50.1
# via -r requirements.txt
raiden-webui==1.2.1
# via -r requirements.txt
Expand Down Expand Up @@ -673,7 +673,7 @@ types-toml==0.10.1
# via -r requirements-dev.in
types-werkzeug==1.0.1
# via types-flask
typing-extensions==4.2.0
typing-extensions==3.10.0.2
# via
# -r requirements.txt
# aiohttp
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.50.0,<0.51.0
raiden-contracts>=0.50.1,<0.51.0
raiden-webui
requests
structlog
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pysha3==1.0.2
# via -r requirements.in
pytz==2019.1
# via flask-restful
raiden-contracts==0.50.0
raiden-contracts==0.50.1
# via -r requirements.in
raiden-webui==1.2.1
# via -r requirements.in
Expand Down

0 comments on commit 739526d

Please sign in to comment.