Commit cbd42631 authored by renovate[bot]'s avatar renovate[bot] Committed by John Villalovos
Browse files

chore(deps): update all non-major dependencies

parent 22f03bdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/
+1 −1
Original line number Diff line number Diff line
@@ -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 }}

+1 −1
Original line number Diff line number Diff line
@@ -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"
+3 −3
Original line number Diff line number Diff line
@@ -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 }}
@@ -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
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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:
@@ -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: []
@@ -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