Skip to content

Commit

Permalink
Upgrade cryptography to fix CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 5, 2023
1 parent f8d404e commit be6bfaf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 36 deletions.
64 changes: 30 additions & 34 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ debian-inspector = "31.0.0"
PyYAML = "6.0"
tomlkit = { version = "0.11.8", optional = true }
certifi = "2022.12.7"
cryptography = "39.0.2"
pyOpenSSL = "23.0.0"
cryptography = "41.0.1"
pyOpenSSL = "23.2.0"

[tool.poetry.extras]
audit = []
Expand Down

0 comments on commit be6bfaf

Please sign in to comment.