Skip to content

Commit

Permalink
Bump requests to fix CVE-2024-35195
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jun 22, 2024
1 parent 7c007d0 commit 9d24466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"pyramid==1.10.4", # Pyramid web framework
"pyramid_tm==2.4", # Pyramid transaction management
"redis==4.5.4", # interface to Redis in-memory key-value database
"requests==2.32.0", # HTTP requests
"requests==2.32.2", # HTTP requests
"tornado==6.4.1", # web framework
"transaction==3.0.0", # generic transaction management
"urllib3==1.26.19", # used by requests
Expand Down

0 comments on commit 9d24466

Please sign in to comment.