Commit 3e40e5c
authored
Fix Dependabot alerts: bump black and pytest (#32)
* Bump black to 26.3.1 and pytest to 9.0.3 to fix Dependabot alerts
Resolves GHSA-3936-cmfr-pm3m (black arbitrary file writes, high) and
GHSA-6w46-j5rx-g56g (pytest tmpdir handling, medium). black 26.x requires
Python >=3.10, so requires-python is bumped accordingly (CI already runs 3.13).
* Tidy pyproject.toml: fix author name and inline dev deps
* Bump Python to 3.14
- requires-python >=3.14
- black target-version py314
- CI runs on Python 3.141 parent 07335f8 commit 3e40e5c
3 files changed
Lines changed: 49 additions & 173 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 12 | + | |
18 | 13 | | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
24 | | - | |
| 19 | + | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
0 commit comments