From 02b596a1782af051fbb9594073425770bad6abf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:35:28 +0000 Subject: [PATCH] Bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 754a533..8d2674e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ development = [ "build==1.5.0", "coverage==7.10.7; python_version <= '3.11'", "coverage==7.15.2; python_version > '3.11'", - "cryptography==49.0.0", + "cryptography==50.0.0", "psutil==7.2.2", "pytest-cov==7.1.0", "pytest-schema==0.1.2",