Skip to content

Commit

Permalink
fix: requirements_dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-7886970
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent b9cb5dd commit 5ceabc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8==2.4.1
tox==2.1.1
coverage==4.0
Sphinx==1.3.1
cryptography==42.0.8
cryptography==43.0.1
tabulate==0.8.2
configparser
jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 5ceabc5

Please sign in to comment.