Skip to content

Commit

Permalink
Merge pull request #20 from PRIDE-Archive/dev
Browse files Browse the repository at this point in the history
requests version for security requests>=2.32.0
  • Loading branch information
ypriverol authored Sep 26, 2024
2 parents 1a0245d + 30a68f6 commit 8e27277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- bioconda
- conda-forge
dependencies:
- requests~=2.31.0
- requests>=2.32.0
- ratelimit~=2.2.1
- click~=8.1.7
- pytest~=8.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests~=2.31.0
requests>=2.32.0
ratelimit~=2.2.1
click~=8.1.7
pytest~=8.0.2
Expand Down

0 comments on commit 8e27277

Please sign in to comment.