From 93a0c8f105fd1393ff1a25bce7a2ef7a2feb2dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:10:07 +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: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 5613b70100e..9dda8855406 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -63,7 +63,7 @@ coverage==7.15.3 # via # -r requirements/test-common.in # pytest-cov -cryptography==49.0.0 +cryptography==50.0.0 # via trustme cython==3.2.9 # via -r requirements/cython.in diff --git a/requirements/dev.txt b/requirements/dev.txt index acd19f045cb..830a504099f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -63,7 +63,7 @@ coverage==7.15.3 # via # -r requirements/test-common.in # pytest-cov -cryptography==49.0.0 +cryptography==50.0.0 # via trustme distlib==0.4.3 # via virtualenv diff --git a/requirements/lint.txt b/requirements/lint.txt index a80b6c347bc..456b86c80c3 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -24,7 +24,7 @@ cffi==2.1.0 # pycares cfgv==3.5.0 # via pre-commit -cryptography==49.0.0 +cryptography==50.0.0 # via trustme distlib==0.4.3 # via virtualenv diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 0c101bbe75d..f2aa247a66e 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -18,7 +18,7 @@ coverage==7.15.3 # via # -r requirements/test-common.in # pytest-cov -cryptography==49.0.0 +cryptography==50.0.0 # via trustme exceptiongroup==1.3.1 # via pytest diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index abb33675b2d..157488b1097 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -36,7 +36,7 @@ coverage==7.15.3 # via # -r requirements/test-common.in # pytest-cov -cryptography==49.0.0 +cryptography==50.0.0 # via trustme exceptiongroup==1.3.1 # via diff --git a/requirements/test.txt b/requirements/test.txt index 85eb96a3519..7f8119408c6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -36,7 +36,7 @@ coverage==7.15.3 # via # -r requirements/test-common.in # pytest-cov -cryptography==49.0.0 +cryptography==50.0.0 # via trustme exceptiongroup==1.3.1 # via