From ae3f37e1f132e02bf8980eee81f8e22fc454f795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 02:09:38 +0000 Subject: [PATCH] Update pipdeptree requirement from ~=2.23 to ~=2.26 Updates the requirements on [pipdeptree](https://github.com/tox-dev/pipdeptree) to permit the latest version. - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](https://github.com/tox-dev/pipdeptree/compare/2.23.0...2.26.1) --- updated-dependencies: - dependency-name: pipdeptree dependency-version: 2.26.1 dependency-type: direct:development ... 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 6400e6a6..066079db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ unittest-xml-reporting~=3.2 testbook~=0.4 # analyze dependencies -pipdeptree~=2.23 +pipdeptree~=2.26 # uploading to pypi build~=1.2