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 27, 2025
1 parent ef7941d commit 316e7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.13.2"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "1.8.5"
poetry-version: "2.1.1"
# renovate: datasource=pypi depName=ruff
ruff-version: "0.9.7"
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.4"
rev: "2.1.1"
hooks:
- id: poetry-check
fail_fast: false

0 comments on commit 316e7e8

Please sign in to comment.