Skip to content

ci(tests): update Poetry 1.3.2 -> 1.8.3 #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
TSD_FILE_API_DB_NAME: tsd_file_api_db
TSD_FILE_API_DB_USER: tsd_file_api_user
TSD_FILE_API_DB_PASS: tsd_file_api_pass
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.8.3"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion containers/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/python:${PYTHON_VERSION}

RUN apt-get update
RUN apt-get install -y libsodium23 libmagic1 sudo libpq-dev
ARG POETRY_VERSION="1.3.2"
ARG POETRY_VERSION="1.8.3"
RUN pip install poetry==${POETRY_VERSION}
RUN poetry config virtualenvs.create false

Expand Down
Loading