Skip to content

Commit

Permalink
Update requests library for CVE CVE-2024-35195 (#1507)
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
jacalata authored Oct 23, 2024
1 parent b65d8d4 commit 3e38372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
dependencies = [
'defusedxml>=0.7.1', # latest as at 7/31/23
'packaging>=23.1', # latest as at 7/31/23
'requests>=2.31', # latest as at 7/31/23
'requests>=2.32', # latest as at 7/31/23
'urllib3>=2.2.2,<3',
'typing_extensions>=4.0.1',
]
Expand Down

0 comments on commit 3e38372

Please sign in to comment.