Skip to content

Commit

Permalink
fix: set requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamagan committed Jun 9, 2024
1 parent 50d1fac commit 5fd16e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pytest-html==3.1.1
pytest==6.2.2 ; python_version < "3.9"
pytest==7.1.2 ; python_version >= "3.9"
pyyaml==6.0.1
requests>=2.23.0
requests==2.27.1
scipy>=1.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
seaborn>=0.11.1; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
setuptools~=56.0.0
Expand Down

0 comments on commit 5fd16e7

Please sign in to comment.