From 00df845c60e0eb91fb069f631ab293d7daee23a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:45:13 +0000 Subject: [PATCH] Bump cryptography from 49.0.0 to 50.0.0 in /doc 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:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 8ff1e9192f..9f1deaef8b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -11,7 +11,7 @@ certifi==2026.6.17 cffi==2.0.0; platform_python_implementation != "PyPy" charset-normalizer==3.4.7 colorama==0.4.6; sys_platform == "win32" -cryptography==49.0.0 +cryptography==50.0.0 decorator==5.3.1 docutils==0.22.4; python_version >= "3.11" docutils==0.21.2; python_version >= "3.10" and python_version < "3.11"