Skip to content

Commit 3a9140e

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 4464b44 commit 3a9140e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ pytest-cov==2.12.1
1616
python-dateutil==2.8.2
1717
python-dotenv==0.19.0
1818
psycopg2-binary==2.9.1
19-
better-profanity==0.7.0
19+
better-profanity==0.7.0
20+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)