diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cca319c..9e7df9bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,24 +14,24 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/adamchainz/django-upgrade - rev: 1.28.0 + rev: 1.29.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.1" + rev: "v0.14.0" hooks: - id: ruff args: [--unsafe-fixes] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: "v2.2.4" + rev: "v2.2.5" hooks: - id: biome-check args: [--unsafe] verbose: true - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.10.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject diff --git a/pyproject.toml b/pyproject.toml index 6d2b5904..1406083f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks",