diff --git a/pyproject.toml b/pyproject.toml index 4d23c17..c4272d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license-files = ["LICENSE.md"] requires-python = ">=3.10,<3.15" dependencies = [ "srp>=1.0.21,<2.0.0", - "cryptography>=42.0.0,<46.0.0", + "cryptography>=42.0.0,<47.0.0", "beautifulsoup4>=4.12.3,<5.0.0", "aiohttp>=3.9.5,<4.0.0", "bleak>=1.0.0,<2.0.0", diff --git a/uv.lock b/uv.lock index 39b2efb..6b3d13c 100644 --- a/uv.lock +++ b/uv.lock @@ -603,7 +603,7 @@ requires-dist = [ { name = "anisette", specifier = ">=1.2.4,<2.0.0" }, { name = "beautifulsoup4", specifier = ">=4.12.3,<5.0.0" }, { name = "bleak", specifier = ">=1.0.0,<2.0.0" }, - { name = "cryptography", specifier = ">=42.0.0,<46.0.0" }, + { name = "cryptography", specifier = ">=42.0.0,<47.0.0" }, { name = "srp", specifier = ">=1.0.21,<2.0.0" }, { name = "typing-extensions", specifier = ">=4.12.2,<5.0.0" }, ]