From 4a36bf5bbf52269c0ec98eb54f8b84c151d6ccb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:53:43 +0000 Subject: [PATCH] chore(deps-dev): bump cryptography from 44.0.1 to 44.0.2 in /it/python Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development update-type: version-update:semver-patch ... 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 722eaca04c..6632403cbf 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -82,7 +82,7 @@ azure-identity==1.20.0 cffi==1.17.1 -cryptography==44.0.1 ; python_version >= '3.7' +cryptography==44.0.2 ; python_version >= '3.7' frozenlist==1.5.0 ; python_version >= '3.7'