Skip to content

Commit 1bbf3f2

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 0ed11e4 commit 1bbf3f2

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
@@ -41,7 +41,7 @@ python3-openid==3.2.0
4141
readtime==2.0.0
4242
redis==4.3.4; python_version >= '3.6'
4343
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
44-
requests==2.28.1; python_version >= '3.7' and python_version < '4'
44+
requests==2.32.4; python_version >= '3.7' and python_version < '4'
4545
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4646
social-auth-app-django==5.0.0
4747
social-auth-core==4.3.0; python_version >= '3.6'

0 commit comments

Comments
 (0)