We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39676f commit 7c2fcb8Copy full SHA for 7c2fcb8
.github/workflows/tests.yaml
@@ -19,7 +19,7 @@ env:
19
TSD_FILE_API_DB_NAME: tsd_file_api_db
20
TSD_FILE_API_DB_USER: tsd_file_api_user
21
TSD_FILE_API_DB_PASS: tsd_file_api_pass
22
- POETRY_VERSION: "1.3.2"
+ POETRY_VERSION: "1.8.3"
23
24
jobs:
25
tests:
containers/test/Dockerfile
@@ -3,7 +3,7 @@ FROM docker.io/python:${PYTHON_VERSION}
3
4
RUN apt-get update
5
RUN apt-get install -y libsodium23 libmagic1 sudo libpq-dev
6
-ARG POETRY_VERSION="1.3.2"
+ARG POETRY_VERSION="1.8.3"
7
RUN pip install poetry==${POETRY_VERSION}
8
RUN poetry config virtualenvs.create false
9
0 commit comments