Skip to content

Commit fb708ae

Browse files
committed
Use Poetry v1.5.1
1 parent 5d3f80b commit fb708ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG VARIANT="3"
22

33
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
44

5-
ARG POETRY_VERSION="1.3.1"
5+
ARG POETRY_VERSION="1.5.1"
66
ARG POETRY_SRC="https://install.python-poetry.org"
77

88
USER vscode

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"args": {
6-
"POETRY_VERSION": "1.3.1",
6+
"POETRY_VERSION": "1.5.1",
77
"VARIANT": "3.11"
88
}
99
},

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
poetry_version:
1111
description: The Poetry version.
1212
required: false
13-
default: '1.3.1'
13+
default: '1.5.1'
1414
install_dependencies:
1515
description: Install dependencies.
1616
required: false

0 commit comments

Comments
 (0)