Skip to content

Commit bdb84b2

Browse files
committed
Update Poetry version to 1.7.1
1 parent b3fb123 commit bdb84b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python-lint-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Python Poetry
2323
uses: abatilo/actions-poetry@v2
2424
with:
25-
poetry-version: 1.2.2
25+
poetry-version: 1.7.1
2626
- name: Install dependencies
2727
run: |
2828
# installing dependencies used by the project

.github/workflows/python-mutation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Python Poetry
2323
uses: abatilo/actions-poetry@v2
2424
with:
25-
poetry-version: 1.2.2
25+
poetry-version: 1.7.1
2626
- name: Install dependencies
2727
run: |
2828
# installing dependencies used by the project

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PIP_NO_CACHE_DIR=off \
77
PIP_DEFAULT_TIMEOUT=100
88

99
# poetry
10-
ENV POETRY_VERSION=1.2.2 \
10+
ENV POETRY_VERSION=1.7.1 \
1111
POETRY_NO_INTERACTION=1 \
1212
POETRY_CACHE_DIR='/var/cache/pypoetry' \
1313
PYSETUP_PATH="/opt/pysetup" \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ docker run -e INPUT_WEBSITE_URL="https://github.com/ScholliYT/Broken-Links-Crawl
136136
### Installing test dependencies
137137

138138
Several utilities are used for testing the code out.
139-
We use [Poetry](https://python-poetry.org/) (version 1.2.2) to manage dependencies.
139+
We use [Poetry](https://python-poetry.org/) (version 1.7.1) to manage dependencies.
140140
To install all the required dependencies, please
141141
use the following command:
142142

0 commit comments

Comments
 (0)