mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
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:
parent
bd22cfc1d0
commit
e5ca20b4d0
@ -15,7 +15,7 @@ bluetooth-auto-recovery==1.2.1
|
|||||||
bluetooth-data-tools==1.6.0
|
bluetooth-data-tools==1.6.0
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.0
|
ciso8601==2.3.0
|
||||||
cryptography==41.0.1
|
cryptography==41.0.2
|
||||||
dbus-fast==1.86.0
|
dbus-fast==1.86.0
|
||||||
fnv-hash-fast==0.3.1
|
fnv-hash-fast==0.3.1
|
||||||
ha-av==10.1.0
|
ha-av==10.1.0
|
||||||
|
@ -42,7 +42,7 @@ dependencies = [
|
|||||||
"lru-dict==1.2.0",
|
"lru-dict==1.2.0",
|
||||||
"PyJWT==2.7.0",
|
"PyJWT==2.7.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# 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 is required to work with cryptography 41+
|
||||||
"pyOpenSSL==23.2.0",
|
"pyOpenSSL==23.2.0",
|
||||||
"orjson==3.9.2",
|
"orjson==3.9.2",
|
||||||
|
@ -16,7 +16,7 @@ ifaddr==0.2.0
|
|||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
lru-dict==1.2.0
|
lru-dict==1.2.0
|
||||||
PyJWT==2.7.0
|
PyJWT==2.7.0
|
||||||
cryptography==41.0.1
|
cryptography==41.0.2
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
orjson==3.9.2
|
orjson==3.9.2
|
||||||
pip>=21.3.1,<23.3
|
pip>=21.3.1,<23.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user