From f9a9beb99883bd1c88d28d2a3bb520ed60fab611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:12:39 +0000 Subject: [PATCH] Bump cryptography from 48.0.1 to 49.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 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 76c6007..85b19dc 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ -r prod.txt -cryptography==48.0.1; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet +cryptography==49.0.0; 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