Skip to content

Commit

Permalink
chore: Upgrade Poetry to 1.8.1 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Mar 2, 2024
1 parent 85a4b1d commit 2f490f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,7 +12,7 @@ concurrency:

env:
PYTHON_VERSION: 3.11
POETRY_VERSION: 1.7.1
POETRY_VERSION: 1.8.1

jobs:
dockerfile-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -11,7 +11,7 @@ concurrency:

env:
PYTHON_VERSION: 3.11
POETRY_VERSION: 1.7.1
POETRY_VERSION: 1.8.1

jobs:
create_release:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,3 +1,3 @@
python 3.11.8
poetry 1.7.1
poetry 1.8.1
golang 1.21.4

0 comments on commit 2f490f8

Please sign in to comment.