From cfa8b6c2180f356b880999528f743aa74861423d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:44:52 +0000 Subject: [PATCH 1/2] Bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 4 ++-- .github/workflows/ci-per-commit.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 239a2a4..0fe6846 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - name: Install GNU sed on macOS @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - name: Install deps diff --git a/.github/workflows/ci-per-commit.yaml b/.github/workflows/ci-per-commit.yaml index 3cb2112..19c6f3b 100644 --- a/.github/workflows/ci-per-commit.yaml +++ b/.github/workflows/ci-per-commit.yaml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: "3.13" - name: Install GNU sed (macOS) From 8e979cc072709069b8a213069d7766a193d9d8c1 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 16 Mar 2026 19:46:45 +0100 Subject: [PATCH 2/2] CHANGELOG: bump astral-sh/setup-uv from 6 to 7 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec13370..ecbcbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to testing triggered by the ci:per-commit label ([3967e42], [#66]) - Remove duplicated lint-shell target in Makefile ([a652654], [#67]) - Add mypy type checking to CI workflow ([6b9a3db], [#42]) +- Bump astral-sh/setup-uv from 6 to 7 ([cfa8b6c], [#72]) - Migrate from Poetry to uv ([14bc55e], [#65]) ## [0.1.10] - 2024-12-XX @@ -65,6 +66,7 @@ and this project adheres to [0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9 +[cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c [6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db [d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628 [df916e5]: https://github.com/LeakIX/LeakIXClient-Python/commit/df916e5 @@ -86,3 +88,4 @@ and this project adheres to [#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67 [#42]: https://github.com/LeakIX/LeakIXClient-Python/issues/42 [#68]: https://github.com/LeakIX/LeakIXClient-Python/pull/68 +[#72]: https://github.com/LeakIX/LeakIXClient-Python/pull/72