From c854d0d21b4c560c9038776358adb18a31c880d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:39:00 +0800 Subject: [PATCH] Bump pipdeptree from 2.18.1 to 2.20.0 (#2172) Bumps [pipdeptree](https://github.com/tox-dev/pipdeptree) from 2.18.1 to 2.20.0. - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](https://github.com/tox-dev/pipdeptree/compare/2.18.1...2.20.0) --- 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 f28855f0..f5c5caf9 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.4; platform_python_implementation=='CPython' and python_version>'3.8' mypy==1.9.0; platform_python_implementation=='CPython' and python_version>'3.8' pathspec==0.12.1 -pipdeptree==2.18.1 +pipdeptree==2.20.0 pre-commit==3.5.0 pylint==3.1.0 pyre-check==0.9.19; python_version>'3.8'