Skip to content

Commit c13c6a1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ urllib3>=1.19 # required to avoid issues with get_url module
88
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
99
pyasn1==0.4.8
1010
#- six>=1.10.0 # try to fix error in dependencies with requests[security]
11-
requests[security]>=2.12 # required to avoid issues with get_url module
11+
requests>=2.32.4 # required to avoid issues with get_url module
1212
Flask-Limiter==1.4
1313
trio>=0.18.0
1414
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770

0 commit comments

Comments
 (0)