From b5a48a602466504b068c2483c38fd497c586b228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:10:01 +0000 Subject: [PATCH] Bump pbr from 6.1.0 to 6.1.1 Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 6.1.0 to 6.1.1. --- updated-dependencies: - dependency-name: pbr dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ae04d7c8..c6af9285 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,7 +40,7 @@ nitpick==0.35.0 ; python_version >= "3.10" and python_version < "4.0" orderedmultidict==1.0.1 ; python_version >= "3.10" and python_version < "4.0" packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.10" and python_version < "4.0" -pbr==6.1.0 ; python_version >= "3.10" and python_version < "4.0" +pbr==6.1.1 ; python_version >= "3.10" and python_version < "4.0" platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" psutil==6.1.1 ; python_version >= "3.10" and python_version < "4.0"