Skip to content

Commit 619918c

Browse files
[Dependabot-automated] Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 (mlrun#9257)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.2.0 to 7.2.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/803947b9bd8e9f986429fa0c5a41c367cd732b41"><code>803947b</code></a> chore: update known checksums for 0.9.28 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/744">#744</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/24553ac46dfd24871eea59c7731579f2543bf40a"><code>24553ac</code></a> chore: update known checksums for 0.9.27 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/742">#742</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/085087a5d3dc70f4748c8f303cc8a03e3c7d33df"><code>085087a</code></a> Bump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/741">#741</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/9cfd02964306b527feff5fee75acfd028cce4260"><code>9cfd029</code></a> chore: update known checksums for 0.9.26 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/734">#734</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/dd9d55bc18c78b7a8ff88afb8c81b54d3140815b"><code>dd9d55b</code></a> chore: update known checksums for 0.9.25 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/733">#733</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/8512ad0289ad2fef937f3b232c410c597be21c44"><code>8512ad0</code></a> Clarify impact of using actions/setup-python (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/732">#732</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/cc5581700ee88b4e950b5702fe785737f2a40bec"><code>cc55817</code></a> chore: update known checksums for 0.9.24 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/730">#730</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/setup-uv/compare/61cb8a9741eeb8a550a1b8544337180c0fc8476b...803947b9bd8e9f986429fa0c5a41c367cd732b41">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-sh/setup-uv&package-manager=github_actions&previous-version=7.2.0&new-version=7.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8185f6d commit 619918c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
python-version: ${{ matrix.python-version }}
258258

259-
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
259+
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
260260
with:
261261
python-version: ${{ matrix.python-version }}
262262
enable-cache: true

.github/workflows/private-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
fi
172172
- uses: actions/checkout@v6
173173
- name: Set up uv
174-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
174+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
175175
- name: Build & push to Artifactory PyPI
176176
env:
177177
MLRUN_VERSION: ${{ needs.prepare-inputs.outputs.version }}

.github/workflows/release-promotion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
248248
- name: Set up uv
249249
if: github.event.inputs.skip_publish_pypi != 'true'
250-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
250+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
251251

252252
- name: Upload package to target PyPI repo
253253
if: github.event.inputs.skip_publish_pypi != 'true'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
token: ${{ steps.mlrun-app-token.outputs.token }}
181181
persist-credentials: false
182182
- name: Set up uv
183-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
183+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
184184
- name: Build & push to PyPI
185185
if: github.event.inputs.skip_publish_pypi != 'true'
186186
env:

.github/workflows/system-tests-enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
output-credentials: true
128128

129129
- name: Install uv
130-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
130+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
131131
with:
132132
enable-cache: true
133133
python-version: 3.11
@@ -399,7 +399,7 @@ jobs:
399399
ref: ${{ needs.prepare-system-tests-enterprise-ci.outputs.mlrunBranch }}
400400

401401
- name: Install uv
402-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
402+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
403403
with:
404404
enable-cache: true
405405
python-version: 3.11

.github/workflows/system-tests-opensource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- uses: actions/checkout@v6
178178

179179
- name: Install uv
180-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
180+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41
181181
with:
182182
enable-cache: true
183183
cache-dependency-glob: "**/*requirements*.txt"

.github/workflows/upgrade-lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v6
3333

34-
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
34+
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
3535

3636
- name: Upgrade dependencies in the lock file with uv
3737
run: make upgrade-mlrun-deps-lock

0 commit comments

Comments
 (0)