Skip to content

Commit b9035c2

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
1 parent b6b274e commit b9035c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zope.sqlalchemy>=1.3,!=1.4.*
3030
# oauth2
3131
pyramid_oauthlib>=0.4.1
3232
oauthlib<3
33-
requests>=2.32.2
33+
requests>=2.32.4
3434
requests_oauthlib<1.2.0
3535
PyJWT>=2
3636
setuptools==75.3.2; python_version < "3.9" # noqa

0 commit comments

Comments
 (0)