Skip to content

Commit

Permalink
chore: Upgrade Poetry to latest 1.8.2 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Mar 5, 2024
1 parent 13e479b commit 128de82
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.8.1
POETRY_VERSION: 1.8.2

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.8.1
POETRY_VERSION: 1.8.2

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

0 comments on commit 128de82

Please sign in to comment.