From 24f905957a43241ee34f88f883ee6edb35a7329f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:44:54 -0700 Subject: [PATCH] Bump pdpyras from 5.1.1 to 5.1.2 (#3783) Bumps [pdpyras](https://github.com/PagerDuty/pdpyras) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/PagerDuty/pdpyras/releases) - [Changelog](https://github.com/PagerDuty/pdpyras/blob/main/docs/changelog.html) - [Commits](https://github.com/PagerDuty/pdpyras/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: pdpyras dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 22edd7b29447..c5aeb3661842 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -255,7 +255,7 @@ patsy==0.5.3 # via statsmodels pbr==5.11.1 # via jira -pdpyras==5.1.1 +pdpyras==5.1.2 # via -r requirements-base.in pluggy==1.2.0 # via pytest