ci: stop dependabot from bumping the deliberately-floating deps - #270
Open
d-v-b wants to merge 1 commit into
Open
ci: stop dependabot from bumping the deliberately-floating deps#270d-v-b wants to merge 1 commit into
d-v-b wants to merge 1 commit into
Conversation
The uv update job fails resolving a botocore bump against s3fs and aiobotocore's tight caps (unsatisfiable in the python>=3.15 resolution split). pyproject.toml intentionally leaves botocore, s3fs, fsspec, obstore, numcodecs, and universal-pathlib floating; the optional test matrix and the min_deps/upstream envs cover their range. Ignore them in the python-dependencies group so the weekly update job stops failing. Assisted-by: ClaudeCode:claude-fable-5
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.
🤖 AI text below 🤖
The weekly Dependabot uv update job on
mainfails (Update #1496822367): recreating the python-dependencies group PR makes Dependabot attempt abotocorebump to 1.43.55, which is unsatisfiable againsts3fs/aiobotocore's tight interlocking caps in thepython_full_version >= '3.15'resolution split.pyproject.tomlalready documents that botocore, s3fs, fsspec, obstore, numcodecs, and universal-pathlib are deliberately left floating — theoptionalmatrix exercises their latest releases, andmin_deps/upstreamcover the floor and bleeding edge. This adds a matchingignorelist to the uv update group so Dependabot stops trying to pin them and the update job stops failing.🤖 Generated with Claude Code