From e57b0be332fbc7c13c6b7f94f2994e922a2de2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:59:11 +0800 Subject: [PATCH] build(deps-dev): bump pipdeptree from 2.21.0 to 2.23.1 (#2246) Bumps [pipdeptree](https://github.com/tox-dev/pipdeptree) from 2.21.0 to 2.23.1. - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](https://github.com/tox-dev/pipdeptree/compare/2.21.0...2.23.1) --- updated-dependencies: - dependency-name: pipdeptree dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b673c7c9..34713f4f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ mypy-extensions==1.0.0; platform_python_implementation=='CPython' and python_ver mypy-zope==1.0.5; platform_python_implementation=='CPython' and python_version>'3.8' mypy==1.10.0; platform_python_implementation=='CPython' and python_version>'3.8' pathspec==0.12.1 -pipdeptree==2.21.0 +pipdeptree==2.23.1 pre-commit==3.7.1 pylint==3.2.2 pyre-check==0.9.21; python_version>'3.8'