From 9c484fe77bd897d70f7f5a543ba4960cf4ef9b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:33:56 +0000 Subject: [PATCH] fix(deps): update python to v3.13.1 --- containers/python311_alpine/Dockerfile.python311_alpine | 2 +- containers/python312_alpine/Dockerfile.python312_alpine | 2 +- python/understack-workflows/poetry.lock | 4 ++-- python/understack-workflows/pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/containers/python311_alpine/Dockerfile.python311_alpine b/containers/python311_alpine/Dockerfile.python311_alpine index 210809c5..c675d668 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.1-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/python3.11.8-alpine3.19" diff --git a/containers/python312_alpine/Dockerfile.python312_alpine b/containers/python312_alpine/Dockerfile.python312_alpine index e3f2a6c0..ba429677 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.1-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/python3.12.2-alpine3.19" diff --git a/python/understack-workflows/poetry.lock b/python/understack-workflows/poetry.lock index cc659593..11599783 100644 --- a/python/understack-workflows/poetry.lock +++ b/python/understack-workflows/poetry.lock @@ -1685,5 +1685,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "~3.11.0" -content-hash = "332e385ac1186fe6eaea24014f23a02464f311295d587eeb2ed56426b8a0d111" +python-versions = "~3.13.0" +content-hash = "d280451ed248781ed0132b74c8a42293aac3549d05a2bc7e25bb9b93b1de16bd" diff --git a/python/understack-workflows/pyproject.toml b/python/understack-workflows/pyproject.toml index ca0d4ac2..6a46afd6 100644 --- a/python/understack-workflows/pyproject.toml +++ b/python/understack-workflows/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] # keep this python field in sync with the tool.ruff.target-version -python = "~3.11.0" +python = "~3.13.0" pydantic = "^2" pynautobot = "^2.2.1"