Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Apr 16, 2024
1 parent 91b3cdb commit cf354d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 Expand Up @@ -77,8 +80,6 @@ requests = "^2.31.0"
tornado = "^6.3.3"
#ensure PyYAML (for sphinx) is greater than 6.0.1 to fix Cython wheel
PyYAML = "^6.0.1"
#ensure cryptography (for pyjwt) is greater than 42.0.5 to account for PVE-2024-65647
cryptography = "^42.0.5"

[tool.poetry.extras]
cli = ["click", "tabulate", "dateparser"]
Expand Down

0 comments on commit cf354d6

Please sign in to comment.