From 977250196e20903d465833143a7abe2a9bc4286d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:55:45 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89f96c8f0d..4881c3e272 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ setuptools~=56.0.0 testinfra==5.0.0 jq==1.1.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version <= "3.9" jq==1.2.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version >= "3.10" -cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' +cryptography==41.0.4; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' urllib3>=1.26.5,<2 numpydoc>=1.1.0 ansible-runner>=2.0.1 ; platform_system == "Linux"