Skip to content

Commit

Permalink
Bump cryptography from 42.0.4 to 42.0.5 (#1137)
Browse files Browse the repository at this point in the history
* Bump cryptography to 42.0.5

* Adjust
  • Loading branch information
epenet authored Apr 16, 2024
1 parent ede687d commit 7f98352
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 34 deletions.
68 changes: 34 additions & 34 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ python = ">=3.8,<4.0"
aiohttp = ">=3.8.5"
# Warning: as of 2022-05-16, pyjwt is pinned to 2.4.0 on HA-core
pyjwt = ">=2.4.0"
#ensure cryptography (for pyjwt) is greater than 42.0.5 to account for PVE-2024-65647
cryptography = "^42.0.5"

marshmallow-dataclass = ">=8.2.0"
click = { version = ">=8.0.1", optional = true }
tabulate = { version = ">=0.8.7", optional = true }
Expand Down

0 comments on commit 7f98352

Please sign in to comment.