From 0135825cb4d794f5c23076cd67e1a4cc73f84fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 04:07:01 +0000 Subject: [PATCH] build(deps-dev): bump cryptography from 49.0.0 to 50.0.0 in /it/python 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] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 84d9374ee4..817a15c21f 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -82,7 +82,7 @@ azure-identity==1.25.3 cffi==2.1.0 -cryptography==49.0.0 ; python_version >= '3.7' +cryptography==50.0.0 ; python_version >= '3.7' frozenlist==1.8.0 ; python_version >= '3.7'