Skip to content

chore(deps): bump python from 3.11-slim to 3.14-slim in /apps/api in the docker-images group across 1 directory - #232

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/apps/api/docker-images-6dafb4a59b
Closed

chore(deps): bump python from 3.11-slim to 3.14-slim in /apps/api in the docker-images group across 1 directory#232
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/apps/api/docker-images-6dafb4a59b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the docker-images group with 1 update in the /apps/api directory: python.

Updates python from 3.11-slim to 3.14-slim

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the docker-images group with 1 update in the /apps/api directory: python.


Updates `python` from 3.11-slim to 3.14-slim

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14-slim
  dependency-type: direct:production
  dependency-group: docker-images
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates docker Docker images labels Aug 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like python is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 5, 2026
@dependabot
dependabot Bot deleted the dependabot/docker/apps/api/docker-images-6dafb4a59b branch August 5, 2026 08:02
@ravirajsinh45

Copy link
Copy Markdown
Contributor

Dependabot closed this itself when #235 merged, which is the config working as intended: the docker group is now patch only, and python:3.11-slim has no reachable patch bump.

For the record, the bump itself was technically sound. Running the API test suite inside a python:3.14-slim image gives 205 passed, identical to the 3.11 control; the app boots with all 105 OpenAPI paths; and every compiled dependency has a cp314 linux wheel (psycopg2-binary, sqlalchemy, pydantic-core 2.46.4, with bcrypt on abi3). The OS layer does not move either, since python:3.11-slim and python:3.14-slim are both Debian 13 trixie today with the same ffmpeg 7.1.5 and ImageMagick 7.1.1.

What was missing is CI coverage, not correctness. Backend Tests installs Python 3.12 on the runner and Docker Build only proves that pip install resolves, so nothing in CI executes the interpreter the container actually ships. A move to 3.14 should carry ci.yml's python-version in the same PR. One thing to bring along: pytest-asyncio 0.26.0 calls asyncio.get_event_loop_policy(), deprecated on 3.14 and removed in 3.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates docker Docker images

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant