Skip to content

Commit 6853917

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-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
1 parent d809970 commit 6853917

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
@@ -30,5 +30,5 @@ configobj>=5.0.6
3030
async_generator>=1.10
3131
Click>=7.1.2
3232
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
33-
Werkzeug==2.0.2
33+
Werkzeug==3.0.6
3434
cryptography==36.0.2

0 commit comments

Comments
 (0)