File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
hooks :
35
35
- id : poetry-check
36
36
- id : poetry-lock
37
- args : ["--check"]
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" poetry-core" ]
2
+ requires = [" poetry-core>=2.0,<3.0 " ]
3
3
build-backend = " poetry.core.masonry.api"
4
4
5
5
[project ]
@@ -20,6 +20,7 @@ aap-eda-manage = 'aap_eda.manage:main'
20
20
# Poetry: Metadata
21
21
# -------------------------------------
22
22
[tool .poetry ]
23
+ requires-poetry = " >=2.0,<3.0"
23
24
packages = [{ include = " aap_eda" , from = " src" }]
24
25
include = [" aap_eda/data/playbooks/*.yml" ]
25
26
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN DNF=dnf \
33
33
&& rm -rf /var/cache/dnf
34
34
35
35
USER "$USER_ID"
36
- ENV POETRY_VERSION="2.0. *" \
36
+ ENV POETRY_VERSION="2.*" \
37
37
PYTHONDONTWRITEBYTECODE=1 \
38
38
PYTHONUNBUFFERED=1 \
39
39
PIP_NO_CACHE_DIR=1 \
You can’t perform that action at this time.
0 commit comments