Skip to content

build(deps): bump library/python from 3.13-slim-bookworm to 3.14-slim-bookworm - #1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/library/python-3.14-slim-bookworm
Open

build(deps): bump library/python from 3.13-slim-bookworm to 3.14-slim-bookworm#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/library/python-3.14-slim-bookworm

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown

Bumps library/python from 3.13-slim-bookworm to 3.14-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 library/python from 3.13-slim-bookworm to 3.14-slim-bookworm.

---
updated-dependencies:
- dependency-name: library/python
  dependency-version: 3.14-slim-bookworm
  dependency-type: direct:production
...

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 Aug 13, 2026
wrotek added a commit that referenced this pull request Aug 25, 2026
Dependabot #1 moves the image to python:3.14-slim-bookworm, and nothing in CI
would have exercised it: docker-publish.yml triggers on v*.*.* tags and
workflow_dispatch only, so no PR job builds the Dockerfile it changes. The
green check on that PR is tests.yml (matrix 3.12/3.13) and windows-smoke
running unchanged code on an unrelated interpreter. Merged as-is, the first
build on 3.14 would be a tag push — straight to Docker Hub.

Add 3.14 to both matrices and claim it in the classifiers. Verified locally
against real CPython 3.14.7 before proposing it: requirements.txt installs with
--only-binary=:all: (every dep has a cp314 wheel, including pydantic-core,
httptools, uvloop, watchfiles, rpds-py, cryptography, duckdb, Pillow, psutil)
and the full suite passes 470/470. The lone DeprecationWarning about os.fork()
in pty_posix.py reproduces identically on 3.13, so it is pre-existing rather
than a 3.14 regression. Windows wheel coverage checked on PyPI the same way —
cp314 win_amd64 exists for every compiled dep, and pywinpty 3.0.5 also ships
cp314 win_arm64.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

0 participants