From a09fea075b5cb66b845036d35c80a5c2da3720a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 19 Jul 2023 09:01:59 -0700 Subject: [PATCH] Bump deps (#272) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85a1721..865d6e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,12 +44,12 @@ optional-dependencies.graphviz = [ ] optional-dependencies.test = [ "covdefaults>=2.3", - "diff-cover>=7.6", - "pip>=23.1.2", + "diff-cover>=7.7", + "pip>=23.2", "pytest>=7.4", "pytest-cov>=4.1", "pytest-mock>=3.11.1", - "virtualenv<21,>=20.23.1", + "virtualenv<21,>=20.24", ] urls.Changelog = "https://github.com/tox-dev/pipdeptree/blob/main/CHANGES.md" urls.Documentation = "https://github.com/tox-dev/pipdeptree/blob/main/README.md#pipdeptree"