Bump Cryptography from 41.0.1 to 41.0.2 (#96699)

Bump cryptography from 41.0.1 to 41.0.2

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2)

---
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:
Blastoise186 2023-07-17 08:15:33 +01:00 committed by GitHub
parent bd22cfc1d0
commit e5ca20b4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ bluetooth-auto-recovery==1.2.1
bluetooth-data-tools==1.6.0
certifi>=2021.5.30
ciso8601==2.3.0
cryptography==41.0.1
cryptography==41.0.2
dbus-fast==1.86.0
fnv-hash-fast==0.3.1
ha-av==10.1.0

View file

@ -42,7 +42,7 @@ dependencies = [
"lru-dict==1.2.0",
"PyJWT==2.7.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==41.0.1",
"cryptography==41.0.2",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.2",

View file

@ -16,7 +16,7 @@ ifaddr==0.2.0
Jinja2==3.1.2
lru-dict==1.2.0
PyJWT==2.7.0
cryptography==41.0.1
cryptography==41.0.2
pyOpenSSL==23.2.0
orjson==3.9.2
pip>=21.3.1,<23.3