chore(deps): bump pytest, black, mypy, hypothesis with Py39 compat#307
Merged
Conversation
jericht
force-pushed
the
chore/bump-deps-py39-compat
branch
3 times, most recently
from
July 9, 2026 00:11
2ecdcbe to
23fe811
Compare
jericht
marked this pull request as ready for review
July 9, 2026 00:12
leongdl
previously approved these changes
Jul 9, 2026
wyongzhi
previously approved these changes
Jul 9, 2026
Update dev dependencies to their latest versions while maintaining Python 3.9 support via environment markers: - pytest: 8.4.* -> 9.1.* (Py39 stays on 8.4.*) - black: 25.* -> 26.* (Py39 stays on 25.*) - mypy: 1.19.* -> 2.2.* (Py39 stays on 1.19.*) - hypothesis: ~=6.0 -> ~=6.156 (Py39 gets ~=6.141) All four packages dropped Python 3.9 support in their latest major releases. This uses the same conditional pattern as openjd-cli. Supersedes #300, #301, #302, #303. Signed-off-by: Jericho Tolentino <68654047+jericht@users.noreply.github.com>
jericht
force-pushed
the
chore/bump-deps-py39-compat
branch
from
July 9, 2026 00:24
23fe811 to
0a3118d
Compare
leongdl
approved these changes
Jul 9, 2026
jericht
enabled auto-merge (squash)
July 9, 2026 00:32
seant-aws
approved these changes
Jul 9, 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.
Supersedes #300, #301, #302, #303.
Reformatting changes only
This PR only contains reformatting changes due to the
blackupgradeWhat was the problem/requirement? (What/Why)
Some dependabot PRs are failing due to py39 not being supported by our deps. We need to update the deps still and pin py39 versions to the last supported ones
What was the solution? (How)
Update dev dependencies to their latest versions while maintaining Python 3.9 support via environment markers:
All four packages dropped Python 3.9 support in their latest major releases. This uses the same conditional pattern as openjd-cli.
Also had to reformat the files due to new black version
What is the impact of this change?
Updated dependencies
How was this change tested?
CI passes
Was this change documented?
No
Is this a breaking change?
No
Does this change impact security?
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.