From 6aeb7c817c25f5eb4f053aa25c029cd23d29551e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:46:46 +0000 Subject: [PATCH] Bump cryptography from 41.0.1 to 41.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2) --- 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 829ade110..2ecbf08d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "asyncpg==0.28.0", "certifi==2023.5.7", "click==8.1.3", - "cryptography==41.0.1", + "cryptography==41.0.2", "gunicorn==21.1.0", "keystoneauth1==5.2.1", "oidcrp==2.1.4", diff --git a/requirements.txt b/requirements.txt index 93e089c41..8155ad377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ redis==4.6.0 asyncpg==0.28.0 certifi==2023.5.7 click==8.1.3 -cryptography==41.0.1 +cryptography==41.0.2 gunicorn==21.1.0 keystoneauth1==5.2.1 oidcrp==2.1.4