Skip to content

Commit b731c11

Browse files
author
Ralf Grubenmann
committed
fix poetry dynamic versioning
1 parent 286de40 commit b731c11

File tree

3 files changed

+10
-50
lines changed

3 files changed

+10
-50
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV POETRY_HOME=/opt/poetry
3131
RUN if [ -n "${BUILD_CORE_SERVICE}" ]; then export EXT_BUILD="-E service" ; fi && \
3232
mkdir -p /opt/poetry && \
3333
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.1 python3 - && \
34-
pip3 install --no-cache-dir poetry-dynamic-versioning==0.21.2 && \
34+
pip3 install --no-cache-dir poetry-dynamic-versioning==1.2.0 && \
3535
/opt/poetry/bin/poetry config virtualenvs.in-project true && \
3636
/opt/poetry/bin/poetry config virtualenvs.options.no-setuptools true && \
3737
/opt/poetry/bin/poetry config virtualenvs.options.no-pip true && \

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pathspec = "^0.11"
7676
patool = "~1.12"
7777
pluggy = "~1.3.0"
7878
portalocker = "~2.7.0"
79-
poetry-dynamic-versioning = "^0.21"
79+
poetry-dynamic-versioning = "^1.2.0"
8080
psutil = "~5.9.6"
8181
pydantic = "~2.5.2"
8282
pyjwt = "~2.4.0"
@@ -347,5 +347,5 @@ exclude = ["docs"]
347347

348348

349349
[build-system]
350-
requires = ["poetry-core>=1.3.0,<1.7.0", "poetry-dynamic-versioning==0.21.5", "gitpython==3.1.41"]
350+
requires = ["poetry-core>=1.3.0,<1.7.0", "poetry-dynamic-versioning==1.2.0", "gitpython==3.1.41"]
351351
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)