From 0cf2a9cbe7150fbef3b01bd858c8eab84dbc279d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 02:59:09 +0000 Subject: [PATCH] Update pipdeptree requirement from ~=2.23 to ~=2.28 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.28.0) --- updated-dependencies: - dependency-name: pipdeptree dependency-version: 2.28.0 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..539aeea7 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.28 # uploading to pypi build~=1.2