update poetry to v2.1.1

This commit is contained in:
Aarni Halinen
2025-03-26 20:10:23 +02:00
parent 1331eeb1d7
commit 41fd3043d0
6 changed files with 310 additions and 259 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ audit:
- pushes
needs: []
before_script:
- pip install poetry==2.0.1
- pip install poetry==2.1.1
- poetry config virtualenvs.create false
- poetry install --no-interaction --no-ansi
script:
@@ -48,7 +48,7 @@ test:
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
DB_HOST: postgres
before_script:
- pip install poetry==2.0.1
- pip install poetry==2.1.1
- poetry config virtualenvs.create false
- poetry install --no-interaction --no-ansi
script: