From eb5f8e7a4f744b4091cb14e96e87b6942bc09a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:01:35 +0000 Subject: [PATCH] chore: Bump cryptography in /sdk/python/requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/py3.10-ci-requirements.txt | 2 +- sdk/python/requirements/py3.11-ci-requirements.txt | 2 +- sdk/python/requirements/py3.9-ci-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/python/requirements/py3.10-ci-requirements.txt b/sdk/python/requirements/py3.10-ci-requirements.txt index 9ac4937582..93f32000a0 100644 --- a/sdk/python/requirements/py3.10-ci-requirements.txt +++ b/sdk/python/requirements/py3.10-ci-requirements.txt @@ -130,7 +130,7 @@ couchbase==4.3.2 # via feast (setup.py) coverage[toml]==7.6.4 # via pytest-cov -cryptography==42.0.8 +cryptography==43.0.1 # via # feast (setup.py) # azure-identity diff --git a/sdk/python/requirements/py3.11-ci-requirements.txt b/sdk/python/requirements/py3.11-ci-requirements.txt index feaafa36e3..75f706e5e5 100644 --- a/sdk/python/requirements/py3.11-ci-requirements.txt +++ b/sdk/python/requirements/py3.11-ci-requirements.txt @@ -128,7 +128,7 @@ couchbase==4.3.2 # via feast (setup.py) coverage[toml]==7.6.4 # via pytest-cov -cryptography==42.0.8 +cryptography==43.0.1 # via # feast (setup.py) # azure-identity diff --git a/sdk/python/requirements/py3.9-ci-requirements.txt b/sdk/python/requirements/py3.9-ci-requirements.txt index 30eab84822..d95adf3ff6 100644 --- a/sdk/python/requirements/py3.9-ci-requirements.txt +++ b/sdk/python/requirements/py3.9-ci-requirements.txt @@ -132,7 +132,7 @@ couchbase==4.3.2 # via feast (setup.py) coverage[toml]==7.6.4 # via pytest-cov -cryptography==42.0.8 +cryptography==43.0.1 # via # feast (setup.py) # azure-identity