chore(deps): consolidate Python dependency range widening for release-v1#1240
Merged
MilesCranmer merged 2 commits intoJun 28, 2026
Conversation
- juliacall >=0.9.24,<0.9.27 → >=0.9.24,<0.9.36 - beartype >=0.19,<0.22 → >=0.19,<0.23 - jax[cpu] >=0.4,<0.6 → >=0.4,<0.7 - mypy >=1,<2 → >=1,<3 - pytest-cov >=5,<7 → >=5,<8 Closes astroautomata#1228 Closes astroautomata#1230 Closes astroautomata#1232 Closes astroautomata#1234 Closes astroautomata#1235
Member
|
@MilesCranmerBot can you check if these dependency upper bounds are actually used? |
Contributor
Author
|
Here's the analysis of each upper bound and whether it's actually exercised:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Member
|
@MilesCranmerBot could you please adjust to include the newer jax versions please |
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.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.
Consolidates multiple dependabot Python dependency bumps for the release-v1 branch.
Changes:
juliacall>=0.9.24,<0.9.27 → >=0.9.24,<0.9.36beartype>=0.19,<0.22 → >=0.19,<0.23jax[cpu]>=0.4,<0.6 → >=0.4,<0.7mypy>=1,<2 → >=1,<3pytest-cov>=5,<7 → >=5,<8Closes #1228
Closes #1230
Closes #1232
Closes #1234
Closes #1235