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-6036192
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177
  • Loading branch information
snyk-bot committed Oct 26, 2023
1 parent b3c71eb commit c9257d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{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.5
# via pyjwt
csscompressor==0.9.5
# via -r requirements.in
Expand Down Expand Up @@ -445,7 +445,7 @@ webencodings==0.5.1
# via
# bleach
# html5lib
werkzeug==2.0.2
werkzeug==3.0.1
# via -r requirements.in
wheel==0.37.0
# via pip-tools
Expand Down

0 comments on commit c9257d2

Please sign in to comment.