diff --git a/.github/dependabot.yml b/.github/dependabot.yml index caa2ab8..4f52cdf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,5 +21,3 @@ updates: interval: "weekly" cooldown: default-days: 14 - commit-message: - prefix: "[ci skip] " diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fa0d6b..1a8ffeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,3 @@ -ci: - autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate [ci skip]" - skip: [shellcheck] - default_language_version: python: python3.14 @@ -27,7 +23,7 @@ repos: hooks: - id: validate-pyproject additional_dependencies: - - validate-pyproject-schema-store[all]>=2025.11.14 + - validate-pyproject-schema-store[all]>=2026.4.16 - repo: https://github.com/astral-sh/ruff-pre-commit rev: d1b833175a5d08a925900115526febd8fe71c98e # frozen: v0.15.11 diff --git a/pyproject.toml b/pyproject.toml index 30bf155..06ee74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ ] tests = [ "coverage>=7.13.0", - "pytest>=9.0.2", + "pytest>=9.0.3", ] [tool.setuptools] diff --git a/tests/requirements.txt b/tests/requirements.txt index 214077d..a1d7a59 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ coverage>=7.13.0 -pytest>=9.0.2 +pytest>=9.0.3