From 6c18759a8f28009198a4f4fbdfac493a4f0c3e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 03:02:53 +0000 Subject: [PATCH] Bump cryptography from 45.0.7 to 46.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 2798130..3e76a41 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ -r prod.txt -cryptography==45.0.7; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet +cryptography==46.0.1; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet pytest==8.4.2 pytest-aiohttp==1.1.0 pytest-asyncio==1.2.0