Loading .github/workflows/docs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading .github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - run: pip install --upgrade tox Loading .github/workflows/pre_commit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.4.0 with: python-version: "3.11" - name: install tox Loading .github/workflows/test.yml +5 −5 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: ${{ matrix.python.version }} - name: Install dependencies Loading @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -114,7 +114,7 @@ jobs: name: Python wheel steps: - uses: actions/checkout@v4.2.2 - uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -133,7 +133,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: '3.12' - uses: actions/download-artifact@v4.1.8 Loading .pre-commit-config.yaml +2 −2 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.3 rev: v3.3.4 hooks: - id: pylint additional_dependencies: 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.134.0 rev: 39.156.1 hooks: - id: renovate-config-validator Loading
.github/workflows/docs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading
.github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - run: pip install --upgrade tox Loading
.github/workflows/pre_commit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.4.0 with: python-version: "3.11" - name: install tox Loading
.github/workflows/test.yml +5 −5 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: ${{ matrix.python.version }} - name: Install dependencies Loading @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -114,7 +114,7 @@ jobs: name: Python wheel steps: - uses: actions/checkout@v4.2.2 - uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.4.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -133,7 +133,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.4.0 with: python-version: '3.12' - uses: actions/download-artifact@v4.1.8 Loading
.pre-commit-config.yaml +2 −2 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.3 rev: v3.3.4 hooks: - id: pylint additional_dependencies: 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.134.0 rev: 39.156.1 hooks: - id: renovate-config-validator