Commit 26b08ef
committed
chore(deps): combine and fix up dependabot bumps (black 26, mypy 2, pytest 9)
Combines dependabot PRs #218, #219, #222:
- black 25.* -> 26.* (#218)
- mypy 1.19.* -> 2.1.* (#219)
- pytest 8.4.* -> 9.1.* (#222)
black 26, mypy 2, and pytest 9 all dropped Python 3.9 (require >=3.10).
Pinned via environment markers so the 3.9 CI job installs the last
3.9-compatible versions while 3.10+ gets the upgraded majors. Applied
black 26 reformatting (docstring blank-line rule); verified black 25
agrees with the reformatted tree.
Verified: ruff, black, mypy 2.1.0, and 289 unit tests pass.
Signed-off-by: David Leong <116610336+leongdl@users.noreply.github.com>1 parent c3b5cd1 commit 26b08ef
6 files changed
Lines changed: 7 additions & 7 deletions
File tree
- .github/scripts
- src/openjd
- cli
- test/openjd/cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments