Skip to content

Commit

Permalink
Add security to requests
Browse files Browse the repository at this point in the history
  • Loading branch information
emileswarts committed Feb 19, 2025
1 parent 0671fc7 commit e5b44fc
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 @@ -108,7 +108,7 @@ pytz==2024.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
redis==4.4.4 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
requests-file==2.1.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
requests-toolbelt==0.9.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
requests==2.32.2 ; python_full_version >= "3.10.0" and python_version < "4"
requests[security]==2.32.2 ; python_full_version >= "3.10.0" and python_version < "4"
s3transfer==0.4.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
sentry-sdk==2.8.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
setuptools==75.8.0 ; python_full_version >= "3.10.0" and python_version < "4.0"
Expand Down

0 comments on commit e5b44fc

Please sign in to comment.