Skip to content

Commit

Permalink
Merge pull request #92 from krazos/patch-2
Browse files Browse the repository at this point in the history
Update cryptography dependency constraints
  • Loading branch information
natekspencer committed Aug 2, 2024
2 parents c502d26 + 5cfd5aa commit 2319e81
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 36 deletions.
65 changes: 30 additions & 35 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
aiohttp = ">=3.0.0"
cryptography = ">=41.0.1,<43.0"
cryptography = ">=41.0.1,<44.0"
backports-strenum = { version = "^1.2.4", python = "<3.11" }
bleak = { version = ">=0.21,<1.0.0", optional = true }
dbus-fast = {version = "^2.11.0", optional = true, platform = "linux"}
Expand Down

0 comments on commit 2319e81

Please sign in to comment.