From 2247cd688420408cb38021d6bcfe0b75123f2a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:27:37 +0000 Subject: [PATCH] Update pluggy requirement from ~=1.4.0 to ~=1.5.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.4.0...1.5.0) --- updated-dependencies: - dependency-name: pluggy dependency-type: direct:production ... 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 2384338..169faaf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ pyjwt~=2.8.0 requests~=2.31.0 iniconfig~=2.0.0 -pluggy~=1.4.0 +pluggy~=1.5.0 pytest~=8.1.1 black~=24.3 \ No newline at end of file