Skip to content

Commit

Permalink
fix(deps): update dependency poetry to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 326eb18 commit 457c482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# renovate: datasource=python-version depName=python versioning=python
python-version: "3.13"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "1.8.5"
poetry-version: "2.1.0"
# renovate: datasource=pypi depName=ruff versioning=pep440
ruff-version: "0.9.4"
lint: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# renovate: datasource=python-version depName=python versioning=python
python-version: "3.13"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "1.8.5"
poetry-version: "2.1.0"
install-args: --all-extras
- name: Install root
run: poetry run pip install -e . --no-deps
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
# renovate: datasource=pypi depName=poetry versioning=pep440
rev: "1.8.5"
rev: "2.1.0"
hooks:
- id: poetry-check
fail_fast: false

0 comments on commit 457c482

Please sign in to comment.