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.16.1 uses: python-semantic-release/python-semantic-release@v9.17.0 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .github/workflows/test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v5.2.0 uses: codecov/codecov-action@v5.3.1 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -102,7 +102,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v5.2.0 uses: codecov/codecov-action@v5.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: v4.1.0 rev: v4.1.1 hooks: - id: commitizen stages: [commit-msg] Loading 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.122.1 rev: 39.134.0 hooks: - id: renovate-config-validator requirements-lint.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt argcomplete==2.0.0 black==24.10.0 commitizen==4.1.0 commitizen==4.1.1 flake8==7.1.1 isort==5.13.2 mypy==1.14.1 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.16.1 uses: python-semantic-release/python-semantic-release@v9.17.0 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.github/workflows/test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v5.2.0 uses: codecov/codecov-action@v5.3.1 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -102,7 +102,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v5.2.0 uses: codecov/codecov-action@v5.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: v4.1.0 rev: v4.1.1 hooks: - id: commitizen stages: [commit-msg] Loading 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.122.1 rev: 39.134.0 hooks: - id: renovate-config-validator
requirements-lint.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt argcomplete==2.0.0 black==24.10.0 commitizen==4.1.0 commitizen==4.1.1 flake8==7.1.1 isort==5.13.2 mypy==1.14.1 Loading