Skip to content

Commit 3fdf8c4

Browse files
kutay-ogpuclaude
andcommitted
deps: bump requests to >=2.32.4 for CVE patch
Dependabot flagged requests <2.32.4 for a .netrc credentials leak via malicious URLs (GHSA / psf/requests#6965). Loosen the pin to >=2.32.4 so future security patches in the 2.32.x line are picked up automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 09d1b7e commit 3fdf8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"sentry_sdk==2.29.1",
2121
"python-dotenv==1.1.0",
2222
"web3==7.12.0",
23-
"requests==2.32.3",
23+
"requests>=2.32.4",
2424
]
2525
classifiers = [
2626
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)