3 Коммиты f4e82903e2 ... 59e2dec045

Автор SHA1 Сообщение Дата
  dependabot[bot] 59e2dec045 chore(deps): update bleak-retry-connector requirement from >=2.9.0 to >=4.6.0 (#484) 4 дней назад
  dependabot[bot] bada155529 chore(deps): update aiohttp requirement from >=3.9.5 to >=3.13.5 (#481) 4 дней назад
  dependabot[bot] 4e40fcc5d3 chore(deps): update cryptography requirement from >=38.0.3 to >=47.0.0 (#482) 4 дней назад
2 измененных файлов с 6 добавлено и 6 удалено
  1. 3 3
      requirements.txt
  2. 3 3
      requirements_dev.txt

+ 3 - 3
requirements.txt

@@ -1,4 +1,4 @@
-aiohttp>=3.9.5
+aiohttp>=3.13.5
 bleak>=0.17.0
-bleak-retry-connector>=2.9.0
-cryptography>=38.0.3
+bleak-retry-connector>=4.6.0
+cryptography>=47.0.0

+ 3 - 3
requirements_dev.txt

@@ -1,6 +1,6 @@
 pytest-asyncio
 pytest-cov
-aiohttp>=3.9.5
+aiohttp>=3.13.5
 bleak>=0.17.0
-bleak-retry-connector>=3.4.0
-cryptography>=38.0.3
+bleak-retry-connector>=4.6.0
+cryptography>=47.0.0