Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
psadi committed Jul 10, 2024
1 parent f4df23e commit 72243d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ tox-pdm==0.7.2
typer[all]==0.12.3
typing-extensions==4.12.2
virtualenv==20.26.3
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp==3.19.2

0 comments on commit 72243d8

Please sign in to comment.