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-7161587
  • Loading branch information
snyk-bot committed Jun 8, 2024
1 parent d86dcf4 commit e28449a
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 @@ -18,7 +18,7 @@ cffi==1.15.0
# cryptography
cfgv==3.3.1
# via pre-commit
cryptography==36.0.2
cryptography==42.0.8
# via
# -r requirements.txt
# ansible-core
Expand Down

0 comments on commit e28449a

Please sign in to comment.