Skip to content

Commit

Permalink
fix(deps): update python to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent f846554 commit e20aa96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion containers/python311_alpine/Dockerfile.python311_alpine
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion containers/python312_alpine/Dockerfile.python312_alpine
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions python/understack-workflows/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/understack-workflows/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "~3.11.0"
python = "~3.13.0"

pydantic = "^2"
pynautobot = "^2.2.1"
Expand Down

0 comments on commit e20aa96

Please sign in to comment.