Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.15.0 uses: python-semantic-release/python-semantic-release@v9.15.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 39.46.0 rev: 39.62.2 hooks: - id: renovate-config-validator requirements-test.txt +2 −2 Original line number Diff line number Diff line -r requirements.txt anyio==4.6.2.post1 anyio==4.7.0 build==1.2.2.post1 coverage==7.6.8 coverage==7.6.9 pytest-console-scripts==1.4.1 pytest-cov==6.0.0 pytest-github-actions-annotate-failures==0.2.0 Loading Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.15.0 uses: python-semantic-release/python-semantic-release@v9.15.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 39.46.0 rev: 39.62.2 hooks: - id: renovate-config-validator
requirements-test.txt +2 −2 Original line number Diff line number Diff line -r requirements.txt anyio==4.6.2.post1 anyio==4.7.0 build==1.2.2.post1 coverage==7.6.8 coverage==7.6.9 pytest-console-scripts==1.4.1 pytest-cov==6.0.0 pytest-github-actions-annotate-failures==0.2.0 Loading