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.6.0 uses: python-semantic-release/python-semantic-release@v9.7.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .github/workflows/test.yml +2 −2 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@v4.3.0 uses: codecov/codecov-action@v4.3.1 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.3.0 uses: codecov/codecov-action@v4.3.1 with: files: ./coverage.xml flags: unit Loading .pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ repos: hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen rev: v3.24.0 rev: v3.25.0 hooks: - id: commitizen stages: [commit-msg] Loading Loading @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 37.326.3 rev: 37.347.2 hooks: - id: renovate-config-validator requirements-docs.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt furo==2024.4.27 furo==2024.5.6 jinja2==3.1.4 myst-parser==2.0.0 sphinx==7.3.7 Loading requirements-lint.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt argcomplete==2.0.0 black==24.4.2 commitizen==3.24.0 commitizen==3.25.0 flake8==7.0.0 isort==5.13.2 mypy==1.10.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.6.0 uses: python-semantic-release/python-semantic-release@v9.7.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.github/workflows/test.yml +2 −2 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@v4.3.0 uses: codecov/codecov-action@v4.3.1 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.3.0 uses: codecov/codecov-action@v4.3.1 with: files: ./coverage.xml flags: unit Loading
.pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ repos: hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen rev: v3.24.0 rev: v3.25.0 hooks: - id: commitizen stages: [commit-msg] Loading Loading @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 37.326.3 rev: 37.347.2 hooks: - id: renovate-config-validator
requirements-docs.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt furo==2024.4.27 furo==2024.5.6 jinja2==3.1.4 myst-parser==2.0.0 sphinx==7.3.7 Loading
requirements-lint.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt argcomplete==2.0.0 black==24.4.2 commitizen==3.24.0 commitizen==3.25.0 flake8==7.0.0 isort==5.13.2 mypy==1.10.0 Loading