Skip to content

Commit 7c2fcb8

Browse files
committed
ci(tests): update Poetry 1.3.2 -> 1.8.3
1 parent d39676f commit 7c2fcb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
TSD_FILE_API_DB_NAME: tsd_file_api_db
2020
TSD_FILE_API_DB_USER: tsd_file_api_user
2121
TSD_FILE_API_DB_PASS: tsd_file_api_pass
22-
POETRY_VERSION: "1.3.2"
22+
POETRY_VERSION: "1.8.3"
2323

2424
jobs:
2525
tests:

containers/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM docker.io/python:${PYTHON_VERSION}
33

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

0 commit comments

Comments
 (0)