Skip to content

Commit

Permalink
chore: revert requests bump
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 25, 2023
1 parent 0537d81 commit 0ae6e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ psutil = "==5.7.0"
pycryptodome = ">=3.10.1"
pytest-custom-exit-code = "==0.3.0"
GitPython = "<4.0.0,>=3.1.37"
requests = ">=2.31.0,<3.0.0"
requests = "==2.28.1"
idna = "<=3.3"
open-aea-cosmpy = "==0.6.7"
web3 = ">=6.0.0,<7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_all_extras() -> Dict:
"protobuf>=4.21.6,<5.0.0",
"pymultihash==0.8.2",
"pyyaml==6.0.1",
"requests>=2.31.0,<3.0.0",
"requests==2.28.1",
"python-dotenv>=0.14.0,<0.18.0",
"ecdsa>=0.15,<0.17.0",
"morphys>=1.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deps =
py-multibase>=1.0.0
py-multicodec>=0.2.0
protobuf>=4.21.6,<5.0.0
requests>=2.31.0,<3.0.0
requests==2.28.1
mistune==2.0.3
tomte[isort]==0.2.13
tomte[black]==0.2.13
Expand Down

0 comments on commit 0ae6e79

Please sign in to comment.