Skip to content

Commit

Permalink
fix: {{cookiecutter.project_slug}}/requirements.txt to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5914629
  • Loading branch information
snyk-bot committed Sep 22, 2023
1 parent b3c71eb commit ba11883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ commitizen==2.18.0
# via -r requirements.in
coverage==5.5
# via pytest-cov
cryptography==3.4.7
cryptography==41.0.4
# via pyjwt
csscompressor==0.9.5
# via -r requirements.in
Expand Down

0 comments on commit ba11883

Please sign in to comment.