Skip to content

Commit

Permalink
Upgrade poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed May 20, 2024
1 parent b68e8d8 commit 008d83e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update \
git \
default-jre

ENV POETRY_VERSION=1.7.1
ENV POETRY_VERSION=1.8.3
ENV VIRTUAL_ENV=/opt/venv
ENV PATH="$VIRTUAL_ENV/bin:/usr/local/go/bin:${PATH}"
RUN python -m venv $VIRTUAL_ENV \
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"poetry-core==1.7.0",
"poetry-core>=1.8.0",
"poetry-version-plugin==0.1.3"
]
build-backend = "poetry.core.masonry.api"
Expand Down Expand Up @@ -73,7 +73,7 @@ docker = { version = ">=5,<8", optional = true }
reclass = {git = "https://github.com/kapicorp/reclass"}
reclass-rs = {version = "^0.4.0"}
kadet = "^0.3.0"
poetry = "^1.8.3"
poetry = "^1.8.0"

[tool.poetry.extras]
gojsonnet = ["gojsonnet"]
Expand Down

0 comments on commit 008d83e

Please sign in to comment.