From d5a79b4345ba7abeb9ba84883ef06008d5325754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:13:30 +0000 Subject: [PATCH] Bump keystoneauth1 from 5.2.0 to 5.2.1 Bumps [keystoneauth1](https://docs.openstack.org/keystoneauth/latest/) from 5.2.0 to 5.2.1. --- updated-dependencies: - dependency-name: keystoneauth1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4b230b339..ba78d745c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "click==8.1.3", "cryptography==41.0.1", "gunicorn==20.1.0", - "keystoneauth1==5.2.0", + "keystoneauth1==5.2.1", "oidcrp==2.1.4", "python-swiftclient==4.3.0", "uvloop==0.17.0", diff --git a/requirements.txt b/requirements.txt index b8d1cb9ce..c8b5afefb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ certifi==2023.5.7 click==8.1.3 cryptography==41.0.1 gunicorn==20.1.0 -keystoneauth1==5.2.0 +keystoneauth1==5.2.1 oidcrp==2.1.4 python-swiftclient==4.3.0 uvloop==0.17.0