소스 검색

chore(deps): update cryptography requirement from >=38.0.3 to >=47.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/39.0.0...47.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 21 시간 전
부모
커밋
ce98b2e4aa
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      requirements.txt
  2. 1 1
      requirements_dev.txt

+ 1 - 1
requirements.txt

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

+ 1 - 1
requirements_dev.txt

@@ -3,4 +3,4 @@ pytest-cov
 aiohttp>=3.9.5
 bleak>=0.17.0
 bleak-retry-connector>=3.4.0
-cryptography>=38.0.3
+cryptography>=47.0.0