Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parts:
build-packages:
- curl
override-build: |
python3 -m pip install --user --break-system-packages --upgrade pip==25.3 # renovate: charmcraft-pip-latest
python3 -m pip install --user --break-system-packages --upgrade pip==26.0.1 # renovate: charmcraft-pip-latest
python3 -m pip install --user --break-system-packages poetry==2.3.2 # renovate: charmcraft-poetry-latest
python3 -m pip install --user --break-system-packages poetry-plugin-export==1.9.0

Expand Down
2 changes: 1 addition & 1 deletion machines/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parts:
build-packages:
- curl
override-build: |
python3 -m pip install --user --break-system-packages --upgrade pip==25.3 # renovate: charmcraft-pip-latest
python3 -m pip install --user --break-system-packages --upgrade pip==26.0.1 # renovate: charmcraft-pip-latest
python3 -m pip install --user --break-system-packages poetry==2.3.2 # renovate: charmcraft-poetry-latest
python3 -m pip install --user --break-system-packages poetry-plugin-export==1.9.0

Expand Down
Loading