From 5b71f8f0d90d35bd0630cbfc8834f8ae07c76930 Mon Sep 17 00:00:00 2001 From: digitalocean-engineering Date: Wed, 29 Nov 2023 11:24:19 -0500 Subject: [PATCH] [bot] Updated client based on openapi-25b90cb/clientgen (#254) Co-authored-by: API Engineering --- DO_OPENAPI_COMMIT_SHA.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index cdea63a0..935726cf 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -f0e997b +25b90cb diff --git a/requirements.txt b/requirements.txt index 5cb5bb20..2b43a6a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -cryptography==41.0.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" +cryptography==41.0.6 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" idna==3.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"