Commit a198551
committed
fix: update vulnerable dependencies and drop Python 3.9 (EOL)
Addresses all open Dependabot security alerts:
- requests: 2.32.5 -> 2.33.1 (insecure temp file reuse, netrc leak)
- deepdiff: 8.6.1 -> 8.6.2 (memory exhaustion DoS via SAFE_TO_IMPORT)
- jinja2: tighten constraint to >=3.1.6 (sandbox breakout; already at 3.1.6)
- pytest: 7.4.4 -> 9.0.3 (vulnerable tmpdir handling)
- pygments: 2.18.0 -> 2.20.0 (ReDoS via GUID regex)
- markdown: 3.7 -> 3.10.2 (uncaught exception)
- pymdown-extensions: 10.14.3 -> 10.21.2 (ReDoS in figure capture)
- filelock: 3.19.1 -> 3.29.0 (TOCTOU symlink vulnerability)
requests>=2.33.0 requires Python>=3.10, so drop EOL Python 3.9 support
and bump requires-python to >=3.10.1 parent d00ec29 commit a198551
3 files changed
Lines changed: 39 additions & 347 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| 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 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments