We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3734d2 commit 8b80069Copy full SHA for 8b80069
.github/actions/python-poetry/action.yml
@@ -9,7 +9,7 @@ inputs:
9
poetry-version:
10
required: false
11
description: Poetry version
12
- default: "1.2.2"
+ default: "2.1.4"
13
14
runs:
15
using: composite
Dockerfile
@@ -4,7 +4,7 @@ ARG APP_NAME=pyth-observer
4
ARG APP_PACKAGE=pyth_observer
5
ARG APP_PATH=/opt/$APP_NAME
6
ARG PYTHON_VERSION=3.10.4
7
-ARG POETRY_VERSION=1.2.2
+ARG POETRY_VERSION=2.1.4
8
#
# Stage: base
pyproject.toml
@@ -4,7 +4,7 @@ ignore_missing_imports = true
[tool.poetry]
name = "pyth-observer"
-version = "1.2.2"
+version = "2.1.4"
description = "Alerts and stuff"
authors = []
readme = "README.md"
0 commit comments