Merge pull request 'Fix dependency update bot to use uv lock --upgrade.' (#14) from cursor/fix-dependency-update-bot-uv-lock into main
Reviewed-on: https://gitea.lille-vemmelund.dk/brian/python-repositories/pulls/14
This commit was merged in pull request #14.
This commit is contained in:
@@ -17,14 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version-file: .python-version
|
python-version-file: .python-version
|
||||||
|
|
||||||
- name: Install uv and pip-review
|
- name: Install uv
|
||||||
run: |
|
run: pip install uv
|
||||||
pip install uv pip-review
|
|
||||||
|
|
||||||
- name: Update dependencies in pyproject.toml
|
- name: Upgrade dependencies
|
||||||
run: |
|
run: uv lock --upgrade
|
||||||
uv pip update --all --group dev
|
|
||||||
uv pip compile --all
|
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user