Skip to content

Commit 8d0ff90

Browse files
authored
Poetry version bumped to 1.2.2. Closes #131. (#132)
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent a6dae69 commit 8d0ff90

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install deps
3434
run: |
3535
pip install -U pip
36-
pip install poetry==1.1.13
36+
pip install poetry==1.2.2
3737
poetry install
3838
env:
3939
POETRY_VIRTUALENVS_CREATE: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /src
2222

2323
ENV PATH ${PATH}:/home/fastapi_template/.local/bin
2424

25-
RUN pip install poetry==1.1.13
25+
RUN pip install poetry==1.2.2
2626

2727
COPY . /src/
2828
RUN pip install .

fastapi_template/template/{{cookiecutter.project_name}}/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stages:
1010
except:
1111
- tags
1212
before_script:
13-
- pip install poetry==1.1.13
13+
- pip install poetry==1.2.2
1414
- poetry config virtualenvs.create false
1515
- poetry install
1616

fastapi_template/template/{{cookiecutter.project_name}}/deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1515
{%- endif %}
1616

1717

18-
RUN pip install poetry==1.1.13
18+
RUN pip install poetry==1.2.2
1919

2020
# Configuring poetry
2121
RUN poetry config virtualenvs.create false

0 commit comments

Comments
 (0)