diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 4ff4f73..f98ee96 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -2,4 +2,4 @@ copier==9.4.1 hatch==1.13.0 nox==2024.10.9 pre-commit==4.0.1 -pre-commit-uv==4.1.3 +pre-commit-uv==4.1.4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6be1290..fcbb406 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json exclude: "src\\/.*\\.vscode.*\\/.*.json" @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-dependabot - id: check-github-workflows diff --git a/src/.pre-commit-config.yaml.jinja b/src/.pre-commit-config.yaml.jinja index 9e1e0ba..3463afd 100644 --- a/src/.pre-commit-config.yaml.jinja +++ b/src/.pre-commit-config.yaml.jinja @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json exclude: "\\.vscode/.*.json" @@ -19,12 +19,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: v2.4.3 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.7.1 hooks: - id: ruff name: Ruff lint @@ -33,12 +33,12 @@ repos: name: Ruff format - repo: https://github.com/pre-commit/pre-commit - rev: v3.8.0 + rev: v4.0.1 hooks: - id: validate_manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-dependabot - id: check-github-workflows diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/build.yml.jinja b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/build.yml.jinja index 3d29545..523f6b2 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/build.yml.jinja +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/build.yml.jinja @@ -36,6 +36,4 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - - uses: pypa/gh-action-pypi-publish@v1.10.3 - with: - attestations: true + - uses: pypa/gh-action-pypi-publish@v1.11.0 diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt index 79a88dd..3bcdac1 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt @@ -1,2 +1,2 @@ -hatch==1.12.0 -pip==24.2 +hatch==1.13.0 +pip==24.3.1 diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja index a01afe3..18c7592 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja @@ -96,6 +96,6 @@ jobs: with: python-version: "3.x" - uses: pre-commit/action@v3.0.1 - - uses: pre-commit-ci/lite-action@v1.0.3 + - uses: pre-commit-ci/lite-action@v1.1.0 if: always() [%- endif %] diff --git a/src/pyproject.toml.jinja b/src/pyproject.toml.jinja index 9e54830..cd8cf59 100644 --- a/src/pyproject.toml.jinja +++ b/src/pyproject.toml.jinja @@ -38,9 +38,9 @@ dependencies = [ "requests<3,>=2", [%- endif %] [%- if tap_auth_method == 'JWT' %] - "singer-sdk[jwt]~=0.42.0a1", + "singer-sdk[jwt]~=0.42.0a2", [%- else %] - "singer-sdk~=0.42.0a1", + "singer-sdk~=0.42.0a2", [%- endif %] ] optional-dependencies.dev = [