Skip to content

Commit c47e0cb

Browse files
fix(deps): update python
1 parent 5804776 commit c47e0cb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: containers/python311_alpine/Dockerfile.python311_alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.8-alpine3.19 AS builder
1+
FROM python:3.13.1-alpine3.19 AS builder
22

33
LABEL org.opencontainers.image.title="Python 3.11 image base image"
44
LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/python3.11.8-alpine3.19"

Diff for: containers/python312_alpine/Dockerfile.python312_alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.2-alpine3.19 AS builder
1+
FROM python:3.13.1-alpine3.19 AS builder
22

33
LABEL org.opencontainers.image.title="Python 3.12 image base image"
44
LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/python3.12.2-alpine3.19"

Diff for: python/neutron-understack/devbox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
33
"packages": [
4-
"python@3.11",
4+
"python@3.13.1",
55
66
"argo@latest",
77
"difftastic@latest",

Diff for: python/understack-workflows/poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: python/understack-workflows/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
# keep this python field in sync with the tool.ruff.target-version
26-
python = "~3.11.0"
26+
python = "~3.13.0"
2727

2828
pydantic = "^2"
2929
pynautobot = "^2.2.1"

0 commit comments

Comments
 (0)