diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7aef90fca..3cdd2b14c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "1.5.1" + rev: "1.5.2" hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.11"] diff --git a/tasks/upgrade_wheels.py b/tasks/upgrade_wheels.py index ee5c15b64..2516c1ec9 100644 --- a/tasks/upgrade_wheels.py +++ b/tasks/upgrade_wheels.py @@ -15,7 +15,7 @@ STRICT = "UPGRADE_ADVISORY" not in os.environ BUNDLED = ["pip", "setuptools", "wheel"] -SUPPORT = [(3, i) for i in range(7, 13)] +SUPPORT = [(3, i) for i in range(7, 14)] DEST = Path(__file__).resolve().parents[1] / "src" / "virtualenv" / "seed" / "wheels" / "embed"