Skip to content

Commit d419756

Browse files
Update dependency uv to v0.10.11 (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90d3fb8 commit d419756

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parts:
3131
PIP_BREAK_SYSTEM_PACKAGES=true python3 -m pip install --user --upgrade pip==26.0.1 # renovate: charmcraft-pip-latest
3232
3333
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
34-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.9/uv-installer.sh | sh # renovate: charmcraft-uv-latest
34+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.11/uv-installer.sh | sh # renovate: charmcraft-uv-latest
3535
# poetry 2.0.0 requires Python >=3.9
3636
if ! "$HOME/.local/bin/uv" python find '>=3.9'
3737
then

tests/integration/app-charm/charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parts:
2626
PIP_BREAK_SYSTEM_PACKAGES=true python3 -m pip install --user --upgrade pip==26.0.1 # renovate: charmcraft-pip-latest
2727
2828
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
29-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.9/uv-installer.sh | sh # renovate: charmcraft-uv-latest
29+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.11/uv-installer.sh | sh # renovate: charmcraft-uv-latest
3030
# poetry 2.0.0 requires Python >=3.9
3131
if ! "$HOME/.local/bin/uv" python find '>=3.9'
3232
then

0 commit comments

Comments
 (0)