We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a0944 commit b7a1b2fCopy full SHA for b7a1b2f
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
requires-python = ">=3.9,<3.14"
10
dependencies = [
11
"srp>=1.0.21,<2.0.0",
12
- "cryptography>=42.0.0,<45.0.0",
+ "cryptography>=42.0.0,<46.0.0",
13
"beautifulsoup4>=4.12.3,<5.0.0",
14
"aiohttp>=3.9.5,<4.0.0",
15
"bleak>=0.22.2,<1.0.0",
@@ -22,7 +22,7 @@ dev = [
22
"pyright>=1.1.391,<2.0.0",
23
"ruff>=0.8.4,<1.0.0",
24
"tomli>=2.0.1,<3.0.0",
25
- "packaging>=24.1,<25.0",
+ "packaging>=25.0,<26.0",
26
]
27
test = [
28
"pytest>=8.3.2,<9.0.0",
0 commit comments