diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3aa1b7a298a4b1..26d5e1c29e3989 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -22,7 +22,7 @@ bluetooth-data-tools==1.20.0 cached-ipaddress==0.5.0 certifi>=2021.5.30 ciso8601==2.3.1 -cryptography==43.0.0 +cryptography==44.0.1 dbus-fast==2.24.0 fnv-hash-fast==1.0.2 ha-av==10.1.1 diff --git a/pyproject.toml b/pyproject.toml index 596c0297131483..4ef44341e3d039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "lru-dict==1.3.0", "PyJWT==2.9.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==43.0.0", + "cryptography==44.0.1", "Pillow==10.4.0", "pyOpenSSL==24.2.1", "orjson==3.10.7", diff --git a/requirements.txt b/requirements.txt index ad6a39ddb54927..620268fcdea77d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ ifaddr==0.2.0 Jinja2==3.1.4 lru-dict==1.3.0 PyJWT==2.9.0 -cryptography==43.0.0 +cryptography==44.0.1 Pillow==10.4.0 pyOpenSSL==24.2.1 orjson==3.10.7