Skip to content

Commit d6b1dde

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
1 parent 6ad276b commit d6b1dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cffi==1.14.0
44
chardet==3.0.4
55
click==7.1.1
66
cryptography==3.3.2
7-
idna==2.9
7+
idna==3.7
88
importlib-metadata==1.6.0
99
jeepney==0.4.3
1010
keyring==21.2.0

0 commit comments

Comments
 (0)