diff --git a/containers/python311_alpine/Dockerfile.python311_alpine b/containers/python311_alpine/Dockerfile.python311_alpine index f981e98b..ec731e7b 100644 --- a/containers/python311_alpine/Dockerfile.python311_alpine +++ b/containers/python311_alpine/Dockerfile.python311_alpine @@ -1,4 +1,4 @@ -FROM python:3.11.8-alpine3.19 AS builder +FROM python:3.13.0-alpine3.19 AS builder LABEL org.opencontainers.image.title="Python 3.11 image base image" LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/argo-python3.11.8-alpine3.19" diff --git a/containers/python312_alpine/Dockerfile.python312_alpine b/containers/python312_alpine/Dockerfile.python312_alpine index 08c8dcf1..afcebf9e 100644 --- a/containers/python312_alpine/Dockerfile.python312_alpine +++ b/containers/python312_alpine/Dockerfile.python312_alpine @@ -1,4 +1,4 @@ -FROM python:3.12.2-alpine3.19 AS builder +FROM python:3.13.0-alpine3.19 AS builder LABEL org.opencontainers.image.title="Python 3.12 image base image" LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/argo-python3.12.2-alpine3.19" diff --git a/python/understack-workflows/poetry.lock b/python/understack-workflows/poetry.lock index dcdc6fb1..28ef4960 100644 --- a/python/understack-workflows/poetry.lock +++ b/python/understack-workflows/poetry.lock @@ -917,7 +917,7 @@ files = [ [package.dependencies] annotated-types = ">=0.6.0" pydantic-core = "2.23.4" -typing-extensions = {version = ">=4.6.1", markers = "python_version < \"3.13\""} +typing-extensions = {version = ">=4.12.2", markers = "python_version >= \"3.13\""} [package.extras] email = ["email-validator (>=2.0.0)"] @@ -1657,5 +1657,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "~3.11.0" -content-hash = "1bd67ca37a025d77b90e48da9c3690fb84b830fe3a68973aa7bd6360c61ade2c" +python-versions = "~3.13.0" +content-hash = "b300f9d702fa5f77b9ef74503f0c62c4d6282ea07f4336be1ebaf0967698468c" diff --git a/python/understack-workflows/pyproject.toml b/python/understack-workflows/pyproject.toml index 55ddad6a..19569e9a 100644 --- a/python/understack-workflows/pyproject.toml +++ b/python/understack-workflows/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "~3.11.0" +python = "~3.13.0" pydantic = "^2" pynautobot = "^2.2.1"