Skip to content

Commit 643791e

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-9964606
1 parent e933673 commit 643791e

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
@@ -32,6 +32,6 @@ oauthlib<3
3232
requests>=2.32.2
3333
requests_oauthlib<1.2.0
3434
PyJWT>=2
35-
setuptools>=71.0.3
35+
setuptools>=78.1.1
3636
urllib3>=2.2.2
3737
zipp>=3.19.1

0 commit comments

Comments
 (0)