From a2dd2b8d90367b75e74eef1fcf56d3f43594c550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 09:09:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20cryptography=20from=2046.0.2?= =?UTF-8?q?=20to=2046.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/make_release_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index 0ada062..9ac9238 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -12,7 +12,7 @@ cffi==2.0.0 # pynacl charset-normalizer==3.4.4 # via requests -cryptography==46.0.2 +cryptography==46.0.3 # via pyjwt gitdb==4.0.12 # via gitpython