Skip to content

Commit 7fd9efd

Browse files
committed
Bump poetry to v2.2.0
1 parent 6635365 commit 7fd9efd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
allow-prereleases: true
6969
- name: Install poetry
7070
run: |
71-
python -m pip install poetry==2.1.3
71+
python -m pip install poetry==2.2.0
7272
- name: Configure poetry
7373
run: |
7474
poetry config virtualenvs.in-project true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727
args: [--py39-plus]
2828
- repo: https://github.com/python-poetry/poetry
29-
rev: "84eeadc21f92a04d46ea769e3e39d7c902e44136" # frozen: 2.1.3
29+
rev: "4dba0e1b041366b3f05bec89dca82e902e6386e8" # frozen: 2.2.0
3030
hooks:
3131
- id: poetry-check
3232
args: ["--lock"]

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)