Python dependency: Update cryptography requirement (#6404)

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/40.0.0...41.0.1)

---
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] 2023-07-11 11:27:02 +05:30 committed by GitHub
parent ecf29c5be9
commit 8744b29edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ psycopg[c]==3.1.8
python-dateutil==2.*
SQLAlchemy==2.*
bcrypt==4.0.*
cryptography==40.0.*
cryptography==41.0.*
sshtunnel==0.*
ldap3==2.*
gssapi==1.8.*