Skip to content

Commit

Permalink
fix: requirements.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-6210214
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
  • Loading branch information
snyk-bot committed Feb 2, 2024
1 parent 55558ee commit b29b348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click==7.0
# via flask
contextlib2==0.6.0.post1
# via digitalmarketplace-utils
cryptography==39.0.1
cryptography==42.0.2
# via digitalmarketplace-utils
defusedxml==0.6.0
# via odfpy
Expand Down Expand Up @@ -79,7 +79,7 @@ itsdangerous==1.1.0
# -r requirements.in
# flask
# flask-wtf
jinja2==2.11.3
jinja2==3.1.3
# via
# digitalmarketplace-content-loader
# flask
Expand Down

0 comments on commit b29b348

Please sign in to comment.