Skip to content

Commit

Permalink
Update dependency cryptography to v44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 3160474 commit c01572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = [
python = ">=3.9,<3.14"
httpx = {extras = ["http2"], version = ">=0.23.0,<0.28.0"}
PyJWT = ">=2.0.0,<2.11.0"
cryptography = ">=43,<44"
cryptography = ">=44,<45"

[tool.poetry.group.dev.dependencies]
pytest = ">=8.3.2,<8.4.0"
Expand Down

0 comments on commit c01572a

Please sign in to comment.