From 668e078b99913693dfbc66902e6ce63e7dd2f9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:00:08 +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 856e010b..68e078f1 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