Skip to content

Commit

Permalink
Fix security alert from dependencies (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu authored Feb 29, 2024
1 parent 2997980 commit ad86418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev = [
"pip-tools~=7.3.0",
"pre-commit~=3.6.0",
"ansible-core>=2.16.3",
"cryptography>=42.0.0",
"cryptography>=42.0.4",
"aiohttp>=3.9.2",
"jinja2>=3.1.3",
"isort",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.5
# via
# acto (pyproject.toml)
# ansible-core
Expand Down

0 comments on commit ad86418

Please sign in to comment.