Procházet zdrojové kódy

chore(deps): update aiohttp requirement from >=3.13.5 to >=3.14.1 (#514)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] před 1 dnem
rodič
revize
86b39523f2
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      requirements.txt
  2. 1 1
      requirements_dev.txt

+ 1 - 1
requirements.txt

@@ -1,4 +1,4 @@
-aiohttp>=3.13.5
+aiohttp>=3.14.1
 bleak>=3.0.2
 bleak-retry-connector>=4.6.1
 cryptography>=49.0.0

+ 1 - 1
requirements_dev.txt

@@ -1,6 +1,6 @@
 pytest-asyncio
 pytest-cov
-aiohttp>=3.13.5
+aiohttp>=3.14.1
 bleak>=3.0.2
 bleak-retry-connector>=4.6.1
 cryptography>=49.0.0