chore: update deps

This commit is contained in:
Mike A.
2024-07-11 21:17:24 +02:00
parent f78d7a6f6e
commit b4144db19e
2 changed files with 113 additions and 138 deletions

View File

@@ -8,11 +8,11 @@ packages = [{ include = "findmy" }]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
srp = "^1.0.20"
cryptography = "^42.0.5"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.9.1"
bleak = "^0.22.0"
srp = "^1.0.21"
cryptography = "^42.0.8"
beautifulsoup4 = "^4.12.3"
aiohttp = "^3.9.5"
bleak = "^0.22.2"
[tool.poetry.extras]
scan = ["bleak"]