We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 033493f + dd21316 commit 1e723b0Copy full SHA for 1e723b0
.tool-versions
@@ -1,2 +1,2 @@
1
python 3.13.3
2
-poetry 1.8.5
+poetry 2.1.1
.verchew.ini
@@ -11,7 +11,7 @@ version = 3.9 || 3.10 || 3.11 || 3.12 || 3.13
11
[Poetry]
12
13
cli = poetry
14
-version = 1.7 || 1.8
+version = 2
15
16
[Graphviz]
17
Makefile
@@ -53,7 +53,7 @@ $(DEPENDENCIES): poetry.lock
53
54
ifndef CI
55
poetry.lock: pyproject.toml
56
- poetry lock --no-update
+ poetry lock
57
@ touch $@
58
endif
59
0 commit comments