From 1630e1f716071bb5dc9d030aa22f6b2c427b04e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:28:24 +0000 Subject: [PATCH] chore: bump pbr from 5.8.0 to 5.11.1 Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.8.0 to 5.11.1. --- updated-dependencies: - dependency-name: pbr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c49beb..4509da9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ inquirer==2.9.1 prettytable==3.6.0 validate_email==1.3 click-completion==0.5.2 -pbr==5.8.0 +pbr==5.11.1 notify-py==0.3.42