Skip to content

Commit

Permalink
ci: Bump Poetry to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 14, 2025
1 parent fc3d516 commit 6154e85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- cron: 4 4 * * 1

env:
poetry_version: "1.8.2"
poetry_version: "2.0.1"

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- cron: 4 4 * * 1

env:
poetry_version: "1.8.2"
poetry_version: "2.0.1"
python_version: "3.12"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
contents: write

env:
poetry_version: "1.8.2"
poetry_version: "2.0.1"
python_version: "3.12"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
default: ""

env:
poetry_version: "1.8.2"
poetry_version: "2.0.1"
python_version: "3.12"

jobs:
Expand Down

0 comments on commit 6154e85

Please sign in to comment.