From c39998f8a6a8f04e6fb02ab1f0957f4be3153817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:36:54 +0000 Subject: [PATCH] :arrow_up: Bump cryptography from 3.3.2 to 46.0.6 in /installer Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- installer/requirements-full.txt | 2 +- installer/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 installer/requirements-full.txt diff --git a/installer/requirements-full.txt b/installer/requirements-full.txt old mode 100755 new mode 100644 index 19f7ab74..d79c6443 --- a/installer/requirements-full.txt +++ b/installer/requirements-full.txt @@ -5,7 +5,7 @@ certifi>=2019.3.9 cffi>=1.9.1 chardet>=3.0.4 Click>=7.0 -cryptography==3.3.2 # pinned for now due to Rust requirement introduced in 3.4 https://github.com/pyca/cryptography/issues/5771 :( +cryptography==46.0.6 # pinned for now due to Rust requirement introduced in 3.4 https://github.com/pyca/cryptography/issues/5771 :( dlipower>=1.0.176 # temp force pydantic >= 1.10.0 as FastAPI isn't forcing pydantic version high enough, utilizes MultiHostDsn introduced in 1.10.0, but FastAPI not requiring # force use of pydantic v1 as there is not a wheel for all platforms currently, installing cargo/rust and other build deps is a PITA diff --git a/installer/requirements.txt b/installer/requirements.txt index 3dae167f..79b6ba85 100644 --- a/installer/requirements.txt +++ b/installer/requirements.txt @@ -24,4 +24,4 @@ starlette>=0.27.0 uvicorn>=0.23.2 zeroconf>=0.115.2 aiohttp>=3.10.11 # security vulnerability patched in 3.10.11 -cryptography<=42.0.8 # 43.0.3 build failed on piwheels +cryptography<=46.0.6 # 43.0.3 build failed on piwheels