Sfoglia il codice sorgente

chore(deps): update cryptography requirement from >=48.0.0 to >=49.0.0

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 49.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 giorni fa
parent
commit
af6252a940
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      requirements.txt
  2. 1 1
      requirements_dev.txt

+ 1 - 1
requirements.txt

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

+ 1 - 1
requirements_dev.txt

@@ -3,4 +3,4 @@ pytest-cov
 aiohttp>=3.13.5
 bleak>=3.0.2
 bleak-retry-connector>=4.6.1
-cryptography>=48.0.0
+cryptography>=49.0.0