From 648c6b9c5491cc5be1349173d14c64a6135551df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:52:11 +0000 Subject: [PATCH] Bump cryptography from 40.0.2 to 41.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 003ca6862..73cb45bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "asyncpg==0.27.0", "certifi==2023.5.7", "click==8.1.3", - "cryptography==40.0.2", + "cryptography==41.0.0", "gunicorn==20.1.0", "keystoneauth1==5.1.2", "oidcrp==2.1.4", diff --git a/requirements.txt b/requirements.txt index e451fc0f1..c6b254e26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ redis==4.5.5 asyncpg==0.27.0 certifi==2023.5.7 click==8.1.3 -cryptography==40.0.2 +cryptography==41.0.0 gunicorn==20.1.0 keystoneauth1==5.1.2 oidcrp==2.1.4