Skip to content

Commit

Permalink
Bump Poetry to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 20, 2024
1 parent 8d48687 commit a92b04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: python -Im pip install nox==2024.10.9 poetry==1.8.3
- run: python -Im pip install nox==2024.10.9 poetry==1.8.4
- run: python -Im nox --python ${{ matrix.python-version }}
- uses: codecov/codecov-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 22.11
poetry 1.8.3
poetry 1.8.4
python 3.13 3.12 3.11 3.10 3.9

0 comments on commit a92b04a

Please sign in to comment.