diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 69d711e2..194c2756 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Install the project run: uv sync --locked --all-extras --dev - name: Setup Pages diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9378a68f..c1250cbd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Install the project run: uv sync --locked --all-extras --dev - name: Lint with mypy @@ -34,7 +34,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Install the project run: uv sync --locked --all-extras --dev - name: Check imports @@ -51,7 +51,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Install the project run: uv sync --locked --all-extras --dev - name: Check imports diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 981dddb3..d79eaade 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Build and publish env: UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e99381a..5bb616fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }} - name: Install the project run: uv sync --locked --all-extras --dev @@ -58,7 +58,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Install the project run: uv sync --locked --all-extras --dev - name: Run integration tests @@ -76,7 +76,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.9" + version: "0.10.10" - name: Install the project run: uv sync --locked --all-extras --dev - name: finish coveralls