Loading .github/workflows/docs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ jobs: TOXENV: docs run: tox - name: Archive generated docs uses: actions/upload-artifact@v4.4.3 uses: actions/upload-artifact@v4.6.0 with: name: html-docs path: build/sphinx/html/ 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.1 uses: python-semantic-release/python-semantic-release@v9.16.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .github/workflows/stale.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v9.0.0 - uses: actions/stale@v9.1.0 with: stale-issue-label: "stale" stale-pr-label: "stale" Loading .github/workflows/test.yml +3 −3 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v5.1.1 uses: codecov/codecov-action@v5.2.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -101,7 +101,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v5.1.1 uses: codecov/codecov-action@v5.2.0 with: files: ./coverage.xml flags: unit Loading @@ -121,7 +121,7 @@ jobs: pip install -r requirements-test.txt - name: Build package run: python -m build -o dist/ - uses: actions/upload-artifact@v4.4.3 - uses: actions/upload-artifact@v4.6.0 with: name: dist path: dist Loading .pre-commit-config.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint rev: v3.3.2 rev: v3.3.3 hooks: - id: pylint additional_dependencies: Loading @@ -32,7 +32,7 @@ repos: - requests-toolbelt==1.0.0 files: 'gitlab/' - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.14.0 rev: v1.14.1 hooks: - id: mypy args: [] 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.69.2 rev: 39.122.1 hooks: - id: renovate-config-validator Loading
.github/workflows/docs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ jobs: TOXENV: docs run: tox - name: Archive generated docs uses: actions/upload-artifact@v4.4.3 uses: actions/upload-artifact@v4.6.0 with: name: html-docs path: build/sphinx/html/ 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.1 uses: python-semantic-release/python-semantic-release@v9.16.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.github/workflows/stale.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v9.0.0 - uses: actions/stale@v9.1.0 with: stale-issue-label: "stale" stale-pr-label: "stale" Loading
.github/workflows/test.yml +3 −3 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v5.1.1 uses: codecov/codecov-action@v5.2.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -101,7 +101,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v5.1.1 uses: codecov/codecov-action@v5.2.0 with: files: ./coverage.xml flags: unit Loading @@ -121,7 +121,7 @@ jobs: pip install -r requirements-test.txt - name: Build package run: python -m build -o dist/ - uses: actions/upload-artifact@v4.4.3 - uses: actions/upload-artifact@v4.6.0 with: name: dist path: dist Loading
.pre-commit-config.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint rev: v3.3.2 rev: v3.3.3 hooks: - id: pylint additional_dependencies: Loading @@ -32,7 +32,7 @@ repos: - requests-toolbelt==1.0.0 files: 'gitlab/' - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.14.0 rev: v1.14.1 hooks: - id: mypy args: [] 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.69.2 rev: 39.122.1 hooks: - id: renovate-config-validator