Skip to content

Commit 3c2704c

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-CRYPTOGRAPHY-3112180
1 parent d809970 commit 3c2704c

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
@@ -31,4 +31,4 @@ async_generator>=1.10
3131
Click>=7.1.2
3232
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
3333
Werkzeug==2.0.2
34-
cryptography==36.0.2
34+
cryptography==38.0.3

0 commit comments

Comments
 (0)