Skip to content

Commit

Permalink
chore: update requests dep
Browse files Browse the repository at this point in the history
  • Loading branch information
annasambrook committed Oct 18, 2024
1 parent a612868 commit c434815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = "packages"
[tool.poetry.dependencies]
python = "<3.12,>=3.8"
open-autonomy = "==0.14.14.post1"
requests = "==2.28.1"
requests = "<2.31.2,>=2.28.1"
py-multibase = "==1.0.3"
py-multicodec = "==0.2.1"
py-eth-sig-utils = "*"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps =
deps =
{[deps-tests]deps}
open-autonomy==0.14.14.post1
requests==2.28.1
requests<2.31.2,>=2.28.1
py-multibase==1.0.3
py-multicodec==0.2.1
py-eth-sig-utils
Expand Down

0 comments on commit c434815

Please sign in to comment.