Skip to content

Commit

Permalink
Bump requests from 2.25.1 to 2.32.2
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.25.1...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 26023b9 commit fa43007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flask_restful==0.3.8
flask_sqlalchemy==2.5.1
sqlalchemy==1.4.25
psycopg2-binary==2.9.1
requests==2.25.1
requests==2.32.2
cryptography==3.4.7

# Additional dependencies for testing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"flask_sqlalchemy==2.5.1",
"sqlalchemy==1.4.25",
"psycopg2-binary==2.9.1",
"requests==2.25.1",
"requests==2.32.2",
"cryptography==3.4.7",
]

Expand Down

0 comments on commit fa43007

Please sign in to comment.