Commit 185e35c
committed
fix: drop all aiohttp CVE ignores via aiogram 3.30 + aiohttp 3.14.1 (v0.18.1)
Nine new aiohttp PYSEC advisories (published today, fixed only in 3.14.x)
turned the blocking CI pip-audit red minutes after the v0.18.0 push.
aiogram 3.30 has lifted its aiohttp<3.14 cap, so instead of nine more
ignore flags this takes the real fix the project has been waiting on
since v0.16.0: aiohttp 3.14.1, clearing the two long-ignored CVEs
(CVE-2026-34993, CVE-2026-47265) and the new batch. Also bumps
cryptography 47->49, msgpack 1.1.2->1.2.1, pydantic-settings 2.14.2
past their advisories. pip-audit now runs with no ignores and reports
no known vulnerabilities; 1219 tests, mypy strict and ruff clean on the
upgraded set.
Claude-Session: https://claude.ai/code/session_01JJzWL7m4Rf6u71aGifgeJn1 parent 61bf29e commit 185e35c
5 files changed
Lines changed: 239 additions & 212 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
| |||
| 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 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments