Skip to content

Commit

Permalink
Update Poetry version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Jan 30, 2024
1 parent b3fb123 commit bdb84b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
poetry-version: 1.7.1
- name: Install dependencies
run: |
# installing dependencies used by the project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
poetry-version: 1.7.1
- name: Install dependencies
run: |
# installing dependencies used by the project
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PIP_NO_CACHE_DIR=off \
PIP_DEFAULT_TIMEOUT=100

# poetry
ENV POETRY_VERSION=1.2.2 \
ENV POETRY_VERSION=1.7.1 \
POETRY_NO_INTERACTION=1 \
POETRY_CACHE_DIR='/var/cache/pypoetry' \
PYSETUP_PATH="/opt/pysetup" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ docker run -e INPUT_WEBSITE_URL="https://github.com/ScholliYT/Broken-Links-Crawl
### Installing test dependencies

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

Expand Down

0 comments on commit bdb84b2

Please sign in to comment.