From bfc3ad3b3f976889b5b0cf11b3d5a23357af3ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:08:54 +0000 Subject: [PATCH] chore(deps): bump pluggy from 1.0.0 to 1.5.0 Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.0.0 to 1.5.0. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.0.0...1.5.0) --- updated-dependencies: - dependency-name: pluggy 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 c5dbbaac..0b8a90c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ pickleshare==0.7.5 pillow==10.3.0; python_version >= '3.7' pip==24.0; python_version >= '3.7' platformdirs==2.5.0; python_version >= '3.7' -pluggy==1.0.0; python_version >= '3.6' +pluggy==1.5.0; python_version >= '3.6' prompt-toolkit==3.0.28; python_version >= '3.6' psycopg2-binary==2.9.9; python_version >= '3.7' ptyprocess==0.7.0