From 0a7fa1ec1c341cb0b6b393dbbd19ec7e3a50520c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 05:41:25 +0000 Subject: [PATCH] Bump pluggy from 1.4.0 to 1.5.0 Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.4.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.4.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 0b168c75..e3714a4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ numpy==1.24.4; python_version >= '3.8' packaging==24.0; python_version >= '3.7' pipenv==2023.12.1; python_version >= '3.8' platformdirs==4.2.0; python_version >= '3.8' -pluggy==1.4.0; python_version >= '3.8' +pluggy==1.5.0; python_version >= '3.8' pycparser==2.22; python_version >= '3.8' pyjwt==2.8.0; python_version >= '3.7' pytest==8.1.1; python_version >= '3.8'