Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency poetry to v2 (main) #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 .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.0.1"
# renovate: datasource=pypi depName=ruff versioning=pep440
ruff-version: "0.8.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.0.1"
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.0.1"
hooks:
- id: poetry-check
fail_fast: false