From 302f223a735324ac36b58d5529194ad9fb49932e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 02:11:58 +0000 Subject: [PATCH] Update pipdeptree requirement from ~=2.23 to ~=2.27 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.27.0) --- updated-dependencies: - dependency-name: pipdeptree dependency-version: 2.27.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..6a257144 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.27 # uploading to pypi build~=1.2