Skip to content

Commit 1e723b0

Browse files
authored
Merge pull request #710 from doorstop-dev/poetry-2.1.1
Upgrade Poetry to 2.1.1
2 parents 033493f + dd21316 commit 1e723b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.13.3
2-
poetry 1.8.5
2+
poetry 2.1.1

.verchew.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = 3.9 || 3.10 || 3.11 || 3.12 || 3.13
1111
[Poetry]
1212

1313
cli = poetry
14-
version = 1.7 || 1.8
14+
version = 2
1515

1616
[Graphviz]
1717

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $(DEPENDENCIES): poetry.lock
5353

5454
ifndef CI
5555
poetry.lock: pyproject.toml
56-
poetry lock --no-update
56+
poetry lock
5757
@ touch $@
5858
endif
5959

0 commit comments

Comments
 (0)