Skip to content

Commit

Permalink
Bump snok/install-poetry from 1.3.4 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.4 to 1.4.1.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.3.4...v1.4.1)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and inducer committed Oct 10, 2024
1 parent b72dd30 commit f4485ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Poetry
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.1
with:
version: "1.8.2"
virtualenvs-create: true
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.1
with:
version: "1.8.2"
virtualenvs-create: true
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
# https://github.com/python-poetry/poetry/issues/7611#issuecomment-1793850783
python-version: '3.11'
- name: Install Poetry
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.1
with:
version: "1.8.2"
virtualenvs-create: true
Expand Down

0 comments on commit f4485ae

Please sign in to comment.