diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11bded0..eff5907 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.4.3" + rev: "v2.5.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.1" + rev: "v0.7.2" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index a939d11..6dd3e82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional-dependencies.test = [ "pytest-console-scripts>=1.4.1", "pytest-cov>=5", "pytest-mock>=3.14", - "virtualenv<21,>=20.26.4", + "virtualenv>=20.26.4,<21", ] urls.Changelog = "https://github.com/tox-dev/pipdeptree/releases" urls.Documentation = "https://github.com/tox-dev/pipdeptree/blob/main/README.md#pipdeptree"