diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ab0c4a02..b259490cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v10.6.1 + uses: python-semantic-release/python-semantic-release@v10.6.2 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} @@ -32,7 +32,7 @@ jobs: if: steps.release.outputs.released == 'true' - name: Publish package distributions to GitHub Releases - uses: python-semantic-release/publish-action@v10.6.1 + uses: python-semantic-release/publish-action@v10.6.2 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0136be28b..5ca9b1894 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v4.0.7 + rev: v4.0.8 hooks: - id: pylint additional_dependencies: @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 44.37.1 + rev: 44.52.1 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index c598b35d3..19f3097e9 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,9 +5,9 @@ commitizen==4.18.0 flake8==7.3.0 isort==8.0.1 mypy==2.3.1 -pylint==4.0.7 +pylint==4.0.8 pytest==9.1.1 -responses==0.26.2 +responses==0.26.3 respx==0.23.1 types-PyYAML==6.0.12.20260815 types-requests==2.33.0.20260712 diff --git a/requirements-test.txt b/requirements-test.txt index bcf475f2f..eb6561564 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,13 +1,13 @@ -r requirements.txt anyio==4.14.2 -build==1.5.1 -coverage==7.15.4 +build==1.6.0 +coverage==7.16.0 pytest-console-scripts==1.4.1 pytest-cov==7.1.0 pytest-github-actions-annotate-failures==0.4.2 pytest==9.1.1 PyYaml==6.0.3 -responses==0.26.2 +responses==0.26.3 respx==0.23.1 trio==0.34.0 wheel==0.48.0