From 27a97c2f7f6cbfd56fe3760aa6e3baae92a7941a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:19:23 +0000 Subject: [PATCH] Bump cryptography from 42.0.7 to 42.0.8 in /it/python Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 42.0.8. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...42.0.8) --- 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 5f1eff911c..d793bb611f 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -82,7 +82,7 @@ azure-identity==1.16.0 cffi==1.16.0 -cryptography==42.0.7 ; python_version >= '3.7' +cryptography==42.0.8 ; python_version >= '3.7' frozenlist==1.4.1 ; python_version >= '3.7'