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

chore(deps): update all non-major dependencies

parent d6a7dba6
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.3.4
        uses: actions/upload-artifact@v4.3.5
        with:
          name: html-docs
          path: build/sphinx/html/
+1 −1
Original line number Diff line number Diff line
@@ -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.3.4
    - uses: actions/upload-artifact@v4.3.5
      with:
        name: dist
        path: dist
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ default_language_version:

repos:
  - repo: https://github.com/psf/black
    rev: 24.4.2
    rev: 24.8.0
    hooks:
      - id: black
  - repo: https://github.com/commitizen-tools/commitizen
@@ -12,7 +12,7 @@ repos:
      - id: commitizen
        stages: [commit-msg]
  - repo: https://github.com/pycqa/flake8
    rev: 7.1.0
    rev: 7.1.1
    hooks:
      - id: flake8
  - repo: https://github.com/pycqa/isort
@@ -30,7 +30,7 @@ repos:
          - requests-toolbelt==1.0.0
        files: 'gitlab/'
  - repo: https://github.com/pre-commit/mirrors-mypy
    rev: v1.11.0
    rev: v1.11.1
    hooks:
      - id: mypy
        args: []
+3 −3
Original line number Diff line number Diff line
-r requirements.txt
argcomplete==2.0.0
black==24.4.2
black==24.8.0
commitizen==3.28.0
flake8==7.1.0
flake8==7.1.1
isort==5.13.2
mypy==1.11.0
mypy==1.11.1
pylint==3.2.6
pytest==8.3.2
responses==0.25.3
+2 −2
Original line number Diff line number Diff line
-r requirements.txt
build==1.2.1
coverage==7.6.0
coverage==7.6.1
pytest-console-scripts==1.4.1
pytest-cov==5.0.0
pytest-github-actions-annotate-failures==0.2.0
pytest==8.3.2
PyYaml==6.0.1
responses==0.25.3
wheel==0.43.0
wheel==0.44.0