From 2ae4487fe15f14b2693c0bfff8074c524ff71fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 04:26:07 +0000 Subject: [PATCH] Update pluggy requirement from ~=1.3.0 to ~=1.4.0 Updates the requirements on [pluggy](https://github.com/pytest-dev/pluggy) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: pluggy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b6526b0297..2346bb16878 100644 --- a/requirements.txt +++ b/requirements.txt @@ -91,7 +91,7 @@ pandocfilters~=1.5.0 parso==0.8.3 pickleshare==0.7.5 Pillow~=10.2.0 -pluggy~=1.3.0 +pluggy~=1.4.0 portalocker~=2.8.2 prometheus-client==0.19.0 prompt-toolkit~=3.0.31