Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps python from 3.13-slim to 3.14-slim.

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Oct 8, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2025
@dependabot dependabot bot added the docker Pull requests that update Docker code label Oct 8, 2025
@kaito-pr-agent
Copy link

kaito-pr-agent bot commented Oct 8, 2025

Title

Upgrade Python base image to 3.14-slim for model presets


Description

  • Upgraded Python base image to 3.14-slim

  • Maintained existing Dockerfile structure


Changes walkthrough 📝

Relevant files
Dependencies
Dockerfile
Update Python version in Docker base image                             

docker/presets/models/tfs/Dockerfile

  • Changed base image from python:3.13-slim to python:3.14-slim
  • Preserved all other Dockerfile configurations
  • +1/-1     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @kaito-pr-agent
    Copy link

    kaito-pr-agent bot commented Oct 8, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Python Version Compatibility

    Verify that the application and its dependencies are fully compatible with Python 3.14 since this version may introduce breaking changes or new features that could affect functionality.

    FROM python:3.14-slim AS dependencies

    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from bcd6ed4 to d5e1324 Compare October 15, 2025 18:31
    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from d5e1324 to adea0bb Compare October 28, 2025 15:18
    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from adea0bb to 103fa9b Compare October 30, 2025 18:41
    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from 103fa9b to 8093fdf Compare October 31, 2025 15:23
    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from 8093fdf to 383ed8a Compare November 3, 2025 15:41
    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from 383ed8a to 3a046a6 Compare November 4, 2025 15:25
    Bumps python from 3.13-slim to 3.14-slim.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.14-slim
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot force-pushed the dependabot/docker/docker/presets/models/tfs/python-3.14-slim branch from 3a046a6 to 307873a Compare November 5, 2025 15:25
    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 Review effort 1/5

    Projects

    Status: No status

    Development

    Successfully merging this pull request may close these issues.

    1 participant