chore(deps): bump transitive deps in OLIDS/Testing#87
Open
EddieDavison92 wants to merge 1 commit into
Open
Conversation
Consolidates dependabot PRs #79-#84 into one lockfile update and syncs requires-python to <3.13 (matching pyproject.toml). - cryptography 46.0.5 -> 46.0.7 - filelock 3.20.3 -> 3.29.1 - idna 3.11 -> 3.18 - pyjwt 2.11.0 -> 2.13.0 - pyopenssl 25.3.0 -> 26.2.0 - urllib3 1.26.20 -> 2.7.0 - snowflake-connector-python 4.2.0 -> 4.6.0 (required by pyopenssl 26)
This was referenced Jun 5, 2026
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.
Hi — consolidating the six Dependabot bumps for
OLIDS/Testing(#79–#84) into one clean lockfile update instead of six overlapping PRs.Each Dependabot PR also re-normalised the lock's
requires-pythonmarkers (the committeduv.lockwas generated with>=3.9whilepyproject.tomlpins>=3.9,<3.13), so the six diffs overlapped and would have needed serial rebasing. This does it once: a singleuv lockregeneration that syncsrequires-pythonto<3.13and applies all the bumps together.Bumps
All transitive deps — the only direct deps (
snowflake-snowpark-python,snowflake-connector-python,python-dotenv) are unchanged inpyproject.toml. Versions land at current latest.Verification
uv lockresolves cleanly (56 packages)uv syncinstalls the new versionsSupersedes #79, #80, #81, #82, #83, #84 (closed manually in favour of this PR).