Skip to content

Commit 0d3f153

Browse files
Update uv to v0.11.18 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7622252 commit 0d3f153

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UV_VERSION=0.11.17
1+
ARG UV_VERSION=0.11.18
22
ARG RUNTIME_IMAGE=dhi.io/debian-base:trixie
33

44
FROM ghcr.io/astral-sh/uv:${UV_VERSION}-debian AS builder

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test = [
2727

2828
# Treat this repo as an application, so uv installs dependencies without packaging renamarr itself.
2929
[tool.uv]
30-
required-version = "==0.11.17"
30+
required-version = "==0.11.18"
3131
package = false
3232
exclude-dependencies = ["m2r2"]
3333
environments = [

0 commit comments

Comments
 (0)