Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

ci: Bumps poetry from 1.6.1 to 1.7.1 #68

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.9"
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --output requirements.txt
- name: Build & run docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
architecture: x64
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --output requirements.txt
- name: Build docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.9"
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --output requirements.txt
- name: Build & run docker
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
architecture: x64
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --only quality --output requirements.txt
- name: Cache python modules
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
architecture: x64
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --with quality --output requirements.txt
- name: Cache python modules
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
architecture: x64
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --only quality --output requirements.txt
- name: Cache python modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: "3.9"
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: "1.7.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --with test --output requirements.txt
- name: Build & run docker
Expand Down
Loading