update poetry to 1.1.13

This commit is contained in:
Aarni Halinen
2022-05-19 21:44:15 +03:00
parent 704652c643
commit a2b7086e9a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ audit:
stage: audit
needs: []
before_script:
- pip install poetry==1.1.4
- pip install poetry==1.1.13
- poetry config virtualenvs.create false
- poetry install --no-interaction --no-ansi
script:
@@ -40,7 +40,7 @@ test:
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
DB_HOST: postgres
before_script:
- pip install poetry==1.1.4
- pip install poetry==1.1.13
- poetry config virtualenvs.create false
- poetry install --no-interaction --no-ansi
script: