File tree Expand file tree Collapse file tree
tests/integration/app-charm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments