Skip to content

Commit f6bb0b5

Browse files
fix(deps): update python
1 parent 77def29 commit f6bb0b5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build-ironic-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
9898
id: setup-python
9999
with:
100-
python-version: '3.11'
100+
python-version: '3.13'
101101
cache: 'pip'
102102

103103
- name: Install Dependencies

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
1818
id: setup-python
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121
cache: 'pip'
2222
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2323
with:

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"

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"

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.

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)