Bump requests from 2.31.0 to 2.32.0 - #255
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
--- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
shizumaat
added a commit
to shizumaat/Ortho4XP-novemberlima
that referenced
this pull request
Jul 15, 2026
…ands (Fix C) CLASS: apron/junction faces that the global slice births 100% on source (pipeline._SLICE_SOURCE_CLIP) but that acquire off-source area through DOWNSTREAM pre-solve recuts (the apron route-proximity cut, the _enforce_runway_1to1_sharing frontage straightening). KCLT oscarpilote#278 is the user-visible in-sim phantom: an 8,253 m2 junction at 35% on source (the near-runway band the route-proximity cut carved off a real 18R-end apron; the 65% off-source remainder is RESA grass). Fixes A+B (5782ab2) took KCLT off-source 8->2; this closes the pre-solve partial-coverage residual. DESIGN: junction_repair.source_clip_partial_coverage_shapes, gated by config.SOURCE_CLIP_PARTIAL_COVERAGE (O4_SOURCE_CLIP, default ON). For each apron/junction whose on-source fraction < 0.5 -- judged by verification.check_source_adjacency (the SAME source union + on-source method the verify pass uses; ONE definition of "on source") -- clip the polygon to (source_pavement_union UNION runway_union).buffer(RUNWAY_REWRITE_CARVE_RUNWAY_ HALO_M) (the 1to1 carve's 3 m runway-frontage halo, so near-runway CONTACT survives). All shapely return types handled via junction_rules._polygonal_ parts (the 5782ab2 GeometryCollection-fallback family); kept pieces >= the 50 m2 junction sliver floor, largest replaces the shape, extras become sibling shapes. The off-source remainder is dropped (off source by construction -- re-minting RESA grass as groundside pavement would only relocate the phantom; coverage-safe, uncovers no real source). Runs at END of pre-solve geometry formation, immediately BEFORE _unify_airside_geometry, so the clipped edges are re-noded/welded/graded normally; node_altitudes are None here (pre-solve). The pass only ever CLIPS a shape that has a real on-source piece to keep -- it never nulls/drops a whole shape (whole-shape phantom removal stays with _drop_off_source_residue, which honours the route-proximity-cut exemption that protects the KCLT oscarpilote#255 rests-on-source-hole class). O4_SOURCE_CLIP=0 reverts byte-identically (pipeline block skipped; the added constant/function inert). GATES (36fe8da baseline; KCLT/CYXY builds carry benign node-ID renumbering nondeterminism -- verified GEOMETRICALLY via sorted coord+alt sets): * KCLT gate on vs off: OFF-SOURCE 2->1 (oscarpilote#278 clipped to a ~2.9k m2 near-100%-on-source junction; #763 383 m2@32% remains -- see below). overlap 3=3, epsilon_wedge 4=4, within 3=3, plane 0=0 (NO growth). * KCLT gate-off canonical identity: coord-set + alt-set IDENTICAL to a no-pass build (byte-diff only cosmetic node-ID renumbering, which two clean builds also show). * SPLP (fires -- bonus): clips a pre-existing 34,034 m2@19% phantom junction shred86#34, OFF-SOURCE 1->0, GRADE-NEUTRAL (within 12=12, runway_grade 2=2, plane 0=0). Fixes suite test_pavement_rests_on_source[SPLP] + test_compare_target_splp[SPLP] (the compare-target reference lacks shred86#34 -- confirms it is a genuine phantom). * CYXY / SPJC / HECA: fully INERT (on vs off coord+alt sets 0-diff); CYXY within 1, SPJC overlap 1/epsilon 1/plane 1, HECA within 0/epsilon 5/ overlap 4/off-source 0. * Satellites KJQF/KEXX/KSVH: no-op, off-source 0->0. * Full suite: clean 12 -> patched 10 failed (FIXES the 2 SPLP source tests, ADDS 0). Fast suite: SPLP source test fixed, 0 added. * Unit test tests/test_source_clip.py: 30%-on-source clip, remainder-drop, 60% untouched, gate-off inert. RESIDUAL -- KCLT #763 (383 m2@32%): NOT fixed here (correctly out of scope). Staged tracing proves it is a POST-SOLVE class, not formation-time: it is >=50% on source through the pre-solve unify, and flips off-source only AFTER the solve, when emit_surface_clearance_cuts carves the on-source portion of a post-solve enforce_conformance split (junction #775 697 m2@63% -> 383 m2@32% at the 18R runway-clearance band). A formation-time/pre-solve pass cannot reach it; the proper fix is clearance-side (do not leave an off-source pavement remnant when cutting) -- a follow-up increment. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 requests from 2.31.0 to 2.32.0.
Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
Commits
d6ebc4av2.32.09a40d12Avoid reloading root certificates to improve concurrent performance (#6667)0c030f7Merge pull request #6702 from nateprewitt/no_char_detection555b870Allow character detection dependencies to be optional in post-packaging stepsd6dded3Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-testbf24b7dUse an invalid URI that will not cause httpbin to throw 5002d5f547Pin 3.8 and 3.9 runners back to macos-13 (#6688)f1bb07dMerge pull request #6687 from psf/dependabot/github_actions/github/codeql-act...60047adBump github/codeql-action from 3.24.0 to 3.25.031ebb81Merge pull request #6682 from frenzymadness/pytest8Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)You can disable automated security fix PRs for this repo from the Security Alerts page.