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-6050294
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975
  • Loading branch information
snyk-bot committed Jan 26, 2024
1 parent 11e5de7 commit f58c482
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 @@ -29,7 +29,7 @@ click==7.1.2
# via flask
contextlib2==0.6.0.post1
# via digitalmarketplace-utils
cryptography==36.0.1
cryptography==42.0.0
# via digitalmarketplace-utils
deepmerge==0.2.1
# via -r requirements-dev.in
Expand Down

0 comments on commit f58c482

Please sign in to comment.