Skip to content

Commit

Permalink
Merge pull request #282 from nnsnodnb/renovate/cryptography-44.x
Browse files Browse the repository at this point in the history
Update dependency cryptography to v44
  • Loading branch information
nnsnodnb authored Dec 30, 2024
2 parents 88266e2 + 08d57a4 commit b6f80ea
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
78 changes: 40 additions & 38 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 @@ -26,10 +26,10 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.14"
python = ">3.9.0,<3.9.1 || >3.9.1,<3.14"
httpx = {extras = ["http2"], version = ">=0.23.0,<0.29.0"}
PyJWT = ">=2.0.0,<2.11.0"
cryptography = ">=43,<44"
cryptography = ">=43,<45"

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

0 comments on commit b6f80ea

Please sign in to comment.