Skip to content

Commit b647d83

Browse files
committed
Update to poetry 2.1.2
1 parent f0d3f1e commit b647d83

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
poetry-version:
1212
description: 'Poetry version to use'
1313
required: true
14-
default: "2.0.1"
14+
default: "2.1.2"
1515

1616
runs:
1717

doc/github_actions/python_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Parameters
1818
* - poetry-version
1919
- Poetry version to use
2020
- True
21-
- 2.0.1
21+
- 2.1.2
2222

2323
Example Usage
2424
-------------
@@ -43,6 +43,6 @@ Example Usage
4343
uses: exasol/python-toolbox/.github/actions/[email protected]
4444
with:
4545
python-version: 3.12
46-
poetry-version: 2.0.1
46+
poetry-version: 2.1.2
4747
4848
...

poetry.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)