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-ZIPP-7430899
  • Loading branch information
snyk-bot authored and psadi committed Jul 10, 2024
1 parent 33d1459 commit edd1c0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dev = [
"ruff>=0.0.257",
"bandit>=1.7.5",
"pyyaml>=6.0.1",
"zipp>=3.19.1",
]

[[tool.pdm.autoexport]]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ tox-pdm==0.7.2
typer[all]==0.12.3
typing-extensions==4.12.2
virtualenv==20.26.3
zipp==3.19.2

0 comments on commit edd1c0c

Please sign in to comment.