Skip to content

Commit 8b80069

Browse files
committed
fix poetry?
1 parent d3734d2 commit 8b80069

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
poetry-version:
1010
required: false
1111
description: Poetry version
12-
default: "1.2.2"
12+
default: "2.1.4"
1313

1414
runs:
1515
using: composite

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG APP_NAME=pyth-observer
44
ARG APP_PACKAGE=pyth_observer
55
ARG APP_PATH=/opt/$APP_NAME
66
ARG PYTHON_VERSION=3.10.4
7-
ARG POETRY_VERSION=1.2.2
7+
ARG POETRY_VERSION=2.1.4
88

99
#
1010
# Stage: base

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ignore_missing_imports = true
44

55
[tool.poetry]
66
name = "pyth-observer"
7-
version = "1.2.2"
7+
version = "2.1.4"
88
description = "Alerts and stuff"
99
authors = []
1010
readme = "README.md"

0 commit comments

Comments
 (0)