chore(deps): bump python from 3.9-slim to 3.14-slim#44
Merged
Conversation
O1ahmad
added a commit
that referenced
this pull request
Jun 19, 2026
requests 2.34.x requires Python >=3.10. The CI was still pinned to 3.9, causing pip to reject the version outright. Using 3.12 aligns with the Dockerfile (3.14-slim bump in PR #44) and unblocks #42. Co-authored-by: Cursor <[email protected]>
O1ahmad
added a commit
that referenced
this pull request
Jun 19, 2026
* fix(ci): use dummy key fallback so dependabot PRs pass test_parse_aws GitHub withholds secrets from dependabot PRs, so OPENAI_API_KEY arrived as an empty string. The parser's non-empty guard then short-circuited before the mocked requests.post was ever called, causing test_parse_aws to fail with 0 subcommands instead of 2. Using a literal fallback lets the parser proceed while the test mock handles the actual HTTP call. Co-authored-by: Cursor <[email protected]> * fix(ci): bump python-version to 3.12 to support requests>=2.34.2 requests 2.34.x requires Python >=3.10. The CI was still pinned to 3.9, causing pip to reject the version outright. Using 3.12 aligns with the Dockerfile (3.14-slim bump in PR #44) and unblocks #42. Co-authored-by: Cursor <[email protected]> --------- Co-authored-by: Cursor <[email protected]>
Collaborator
|
@dependabot rebase |
Bumps python from 3.9-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]>
fa3eba8 to
c4f527c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps python from 3.9-slim to 3.14-slim.