diff --git a/.github/publish.yaml b/.github/publish.yaml index 3f3febc..b671000 100644 --- a/.github/publish.yaml +++ b/.github/publish.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/0.13.0/tag_publish/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/0.13.3/tag_publish/schema.json pypi: packages: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7492a78..5288ae8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,15 +68,15 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.10.0 # pypi + - prospector-profile-duplicated==1.10.4 # pypi - prospector-profile-utils==1.14.1 # pypi - - ruff==0.8.4 # pypi + - ruff==0.8.6 # pypi - repo: https://github.com/renovatebot/pre-commit-hooks rev: 39.86.3 hooks: - id: renovate-config-validator - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff-format - repo: https://github.com/sbrunner/python-versions-hook diff --git a/ci/requirements.txt b/ci/requirements.txt index 6ef03e1..60c3d4e 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.7.1 +c2cciutils[checks,publish]==1.7.3 pre-commit==4.0.1 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.8.0 @@ -8,4 +8,4 @@ importlib-metadata<8.5.1 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability -tag-publish==0.13.0 +tag-publish==0.13.3