Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
build: bump poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixtir committed Feb 14, 2023
1 parent ef86094 commit 32b85e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9-slim-bullseye as base
ENV POETRY_HOME=/etc/poetry \
POETRY_VERSION=1.2.1
POETRY_VERSION=1.3.1
ENV PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"

FROM base AS build
Expand Down
69 changes: 1 addition & 68 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ lark-parser = "^0.12.0"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
isort = "^5.12.0"
pytest = "^7.2.1"

[tool.black]
target-version = ['py39']
preview = true


[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest = "^7.2.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 32b85e3

Please sign in to comment.