chore(deps-dev): update snowflake-connector-python requirement from <5,>=4 to >=4.7.2,<5 in /backend - #909
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.
Findings
1. HIGH Current-head GitHub Checks - Fix failed required checks before approval
- Problem: Failed same-head checks remain for
1fae5b6174f1d0410411dcaea0808675b7335fba. - Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
- Fix: Read and fix the failed check logs below, then rerun the current-head checks.
- Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.
Failed checks:
- Close Empty PR/close-empty: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141469/job/95218707074)
- SAST Semgrep/Semgrep (multi-language SAST): CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141785/job/95218707928)
- Security Scan/dependency-review: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707803)
- Security Scan/osv-scan: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707727)
- Security Scan/scorecard: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707793)
- Security Scan/trivy-fs: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707730)
- Semgrep (multi-language SAST) check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141785/job/95218707928)
- Strix Security Scan/publish-manual-pr-evidence-status: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141439/job/95221472223)
- Strix Security Scan/strix: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141439/job/95218707130)
- Strix Security Scan/strix: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141439/job/95218707130)
- backend check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141745/job/95218707515)
- ci/backend: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141745/job/95218707515)
- ci/frontend: CANCELLED (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141745/job/95218707600)
- close-empty check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141469/job/95218707074)
- coverage-source-tree check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141472/job/95221474938)
- dependency-review check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707803)
- frontend check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141745/job/95218707600)
- osv-scan check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707727)
- publish-manual-pr-evidence-status check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141439/job/95221472223)
- required-workflow-bootstrap check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141472/job/95218707028)
- scorecard check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707793)
- trivy-fs check run: cancelled (https://github.com/ContextualWisdomLab/pg-erd-cloud/actions/runs/31969141754/job/95218707730)
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Backend: pyproject.toml"]
S1 --> I1["API and service runtime"]
I1 --> R1["Review risk: Backend: pyproject.toml"]
R1 --> V1["backend tests"]
Contributor
seonghobae
enabled auto-merge
August 20, 2026 05:44
Updates the requirements on [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) to permit the latest version. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](snowflakedb/snowflake-connector-python@v4.0.0...v4.7.2) --- updated-dependencies: - dependency-name: snowflake-connector-python dependency-version: 4.7.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
seonghobae
force-pushed
the
dependabot/pip/backend/snowflake-connector-python-gte-4.7.2-and-lt-5
branch
from
August 20, 2026 19:10
d3faffd to
7c3c5a5
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.
Updates the requirements on snowflake-connector-python to permit the latest version.
Release notes
Sourced from snowflake-connector-python's releases.
Commits
57c450eMerge branch 'main' into bump-version-4.7.20e56c78Fix OAuth IdP detection breaking for uppercase account names (#2991)fc13d30Merge branch 'main' into bump-version-4.7.248d9279SNOW-3556240: Properly finalize ThreadPoolExecutors in file transfer agent (#...c8649baSNOW-3891419: Report Okta login timeout instead of passing a negative timeout...0e09ecdUpdate requirements files669f72dBump up version to 4.7.218a22b2Recover from stale cached OAuth access tokens without a browser (#2979)ba1b98eSNOW-3887909 bump GitHub Actions to Node 24-compatible majors (#2986)d2ac459SNOW-3839943: Scale Azure PUT chunk size to respect the 50,000-block limit (#...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)