Update cryptography requirement from <42.1,>=42.0 to >=42.0,<43.1 (#7055)

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/42.0.0...43.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-29 12:16:48 +00:00 committed by GitHub
parent 6d233657fd
commit 7defac58e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dependencies = [
"asgiref>=3.2.10,<=3.8.1",
"Brotli>=1.0,<=1.1.0",
"certifi>=2019.9.11", # no upper bound here to get latest CA bundle
"cryptography>=42.0,<42.1", # relaxed upper bound here to get security fixes
"cryptography>=42.0,<43.1", # relaxed upper bound here to get security fixes
"flask>=3.0,<=3.0.3",
"h11>=0.11,<=0.14.0",
"h2>=4.1,<=4.1.0",