chore: update dependencies

This commit is contained in:
Mike A.
2025-06-14 16:35:59 +02:00
parent f7a09440f9
commit b7a1b2fe21
2 changed files with 1149 additions and 1082 deletions

View File

@@ -9,7 +9,7 @@ authors = [
requires-python = ">=3.9,<3.14"
dependencies = [
"srp>=1.0.21,<2.0.0",
"cryptography>=42.0.0,<45.0.0",
"cryptography>=42.0.0,<46.0.0",
"beautifulsoup4>=4.12.3,<5.0.0",
"aiohttp>=3.9.5,<4.0.0",
"bleak>=0.22.2,<1.0.0",
@@ -22,7 +22,7 @@ dev = [
"pyright>=1.1.391,<2.0.0",
"ruff>=0.8.4,<1.0.0",
"tomli>=2.0.1,<3.0.0",
"packaging>=24.1,<25.0",
"packaging>=25.0,<26.0",
]
test = [
"pytest>=8.3.2,<9.0.0",