-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): bump python from 3.12-slim-bullseye to 3.13-slim-bullseye #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps python from 3.12-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim-bullseye dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
The |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
/code pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖
The change updates the Python base image from 3.12 to 3.13. Here's a concise review focused on the modified line:
Line 1: FROM docker.io/python:3.13-slim-bullseye
Python 3.13 is currently in alpha (as of 2024) and not yet officially released. This may introduce instability in production environments. Verify that:
- The project intentionally targets unreleased Python features
- Dependencies explicitly support 3.13
- Testing pipelines cover experimental versions
Recommendation:
If early adoption isn't required, revert to python:3.12-slim-bullseye
for stability. If proceeding:
- Add a comment explaining the 3.13 requirement (e.g.,
# Requires Python 3.13 for PEP-XXX
) - Monitor Docker Hub for official 3.13 releases
The LABEL metadata remains correct and unaffected.
> deepseek-reasoner [pr | 3]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main libraries do not support python:3.13 yet as of July 2025.
Wait until they are supported, then run the test again before merging
Resolves: #229
Bumps python from 3.12-slim-bullseye to 3.13-slim-bullseye.
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 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)