From 1d314abaab1a47a7b01b95dd2d0c5546fadd46fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 06:08:43 +0000 Subject: [PATCH] Bump cryptography from 39.0.1 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2client/requirements.txt | 2 +- st2common/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 915e16b599b..e0431b22973 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -7,7 +7,7 @@ chardet<3.1.0 cffi<1.15.0 # NOTE: 2.0 version breaks pymongo work with hosts dnspython>=1.16.0,<2.0.0 -cryptography==39.0.1 +cryptography==41.0.4 # Note: 0.20.0 removed select.poll() on which some of our code and libraries we # depend on rely eventlet==0.33.3 diff --git a/requirements.txt b/requirements.txt index 5183347a27e..8eac57ddfef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ bcrypt==3.2.0 cffi<1.15.0 chardet<3.1.0 ciso8601 -cryptography==39.0.1 +cryptography==41.0.4 decorator==4.4.2 dnspython>=1.16.0,<2.0.0 eventlet==0.33.3 diff --git a/st2client/requirements.txt b/st2client/requirements.txt index a99071ba7f5..093444822b5 100644 --- a/st2client/requirements.txt +++ b/st2client/requirements.txt @@ -8,7 +8,7 @@ argcomplete==1.12.2 cffi<1.15.0 chardet<3.1.0 -cryptography==39.0.1 +cryptography==41.0.4 importlib-metadata==3.10.1 jsonpath-rw==1.4.0 jsonschema==2.6.0 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 575b251177b..83a931154c8 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -11,7 +11,7 @@ apscheduler==3.7.0 cffi<1.15.0 chardet<3.1.0 ciso8601 -cryptography==39.0.1 +cryptography==41.0.4 decorator==4.4.2 dnspython>=1.16.0,<2.0.0 eventlet==0.33.3