Skip to content

Commit

Permalink
poetry: upgrade poetry and setuptools versions (#553)
Browse files Browse the repository at this point in the history
To help move #552 forward, which is currently facing an issue with the
`crontab` package when running `poetry install` within a docker
container:

- Upgrading poetry version to 1.7.1
- Upgrade setuptools to 69.2.0
  • Loading branch information
tcarmet authored Mar 18, 2024
1 parent 6d0e6e4 commit 3645562
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EXPOSE 8000
HEALTHCHECK NONE

# install poetry
ARG POETRY_VERSION=1.5.1
ARG POETRY_VERSION=1.7.1
ENV POETRY_VERSION=${POETRY_VERSION} \
POETRY_NO_INTERACTION=1 \
POETRY_NO_ANSI=1
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

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

0 comments on commit 3645562

Please sign in to comment.