Skip to content

build(deps): bump python from 3.14.5-slim-bookworm to 3.14.6-slim-bookworm in /docker/production/app#1312

Merged
srtab merged 1 commit into
mainfrom
dependabot/docker/docker/production/app/python-3.14.6-slim-bookworm
Jun 30, 2026
Merged

build(deps): bump python from 3.14.5-slim-bookworm to 3.14.6-slim-bookworm in /docker/production/app#1312
srtab merged 1 commit into
mainfrom
dependabot/docker/docker/production/app/python-3.14.6-slim-bookworm

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps python from 3.14.5-slim-bookworm to 3.14.6-slim-bookworm.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps python from 3.14.5-slim-bookworm to 3.14.6-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14.6-slim-bookworm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jun 16, 2026
Repository owner deleted a comment from daiv-agent Bot Jun 19, 2026
Repository owner deleted a comment from daiv-agent Bot Jun 19, 2026
@srtab

srtab commented Jun 30, 2026

Copy link
Copy Markdown
Owner

@daiv-agent is it necessary to update the Python version elsewhere?

@daiv-agent

daiv-agent Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

No — this PR is a patch bump (3.14.53.14.6) confined to the production Dockerfile, and every other Python reference in the repo is already minor-version-scoped, so they all cover 3.14.6 without changes:

Location Value Needs update?
docker/production/app/Dockerfile python:3.14.6-slim-bookworm ✅ (this PR)
docker/local/app/Dockerfile debian:bookworm-slim base + uv reads .python-version No — no patch pin
.python-version 3.14 No — minor only
pyproject.toml requires-python = ">=3.14,<3.15", classifier 3.14, python-version = "3.14" No — minor only
.github/workflows/ci.yml python-version-file: ".python-version" No — resolves to 3.14
.gitlab-ci.yml ghcr.io/astral-sh/uv:python3.14-bookworm No — minor only
.daiv.yml ghcr.io/astral-sh/uv:python3.14-bookworm No — minor only
uv.lock requires-python = "==3.14.*" No — wildcard

The only place a patch version is pinned is the production Dockerfile, which is exactly what Dependabot updated. Nothing else needs to change.

@srtab srtab merged commit d7addbb into main Jun 30, 2026
4 checks passed
@srtab srtab deleted the dependabot/docker/docker/production/app/python-3.14.6-slim-bookworm branch June 30, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant