From 99c3dd2d707c26ce735d9b9df0b953428688b4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:27:54 +0000 Subject: [PATCH] ci: bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../cases/03-requirements-multi-both/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/cases/03-requirements-multi-both/requirements.txt b/integration-tests/cases/03-requirements-multi-both/requirements.txt index 3ae48db..74040c0 100644 --- a/integration-tests/cases/03-requirements-multi-both/requirements.txt +++ b/integration-tests/cases/03-requirements-multi-both/requirements.txt @@ -1,3 +1,3 @@ requests==2.25.0 -cryptography==38.0.0 +cryptography==48.0.1 click==8.1.7