Commit caf66f0
authored
🔗 [Jira Ticket M2-10532](https://mindlogger.atlassian.net/browse/M2-10532)
Audit dependencies:
make audit
Update direct dependencies:
uv add "aiohttp>=3.13.4"
uv add "cryptography>=46.0.6"
uv add "pyjwt>=2.12.0"
Update indirect dependencies:
uv sync --upgrade-package pyasn1
uv sync --upgrade-package pygments
uv sync --upgrade-package requests
Clean up pinned Python version:
- Update .python-version 3.13.1 (patch version) → 3.13 (minor version)
- Update Dockerfile to use .python-version
Before:
Vulnerabilities detected!
Checked: 184 dependencies
Vulnerable: 15 vulnerabilities (8 low, 5 medium, 2 high)
┏━━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┓
┃ Package ┃ Version ┃ Vulnerability ID ┃ Severity ┃ Fix Versions ┃ Aliases ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━┩
│ aiohttp │ 3.13.3 │ GHSA-p998-jp59-783m │ MEDIUM │ 3.13.4 │ CVE-2026-34515 │
│ aiohttp │ 3.13.3 │ GHSA-hcc4-c3v8-rx92 │ LOW │ 3.13.4 │ CVE-2026-34513 │
│ aiohttp │ 3.13.3 │ GHSA-m5qp-6w8w-w647 │ MEDIUM │ 3.13.4 │ CVE-2026-34516 │
│ aiohttp │ 3.13.3 │ GHSA-3wq7-rqq7-wx6j │ LOW │ 3.13.4 │ CVE-2026-34517 │
│ aiohttp │ 3.13.3 │ GHSA-mwh4-6h8g-pg8w │ LOW │ 3.13.4 │ CVE-2026-34519 │
│ aiohttp │ 3.13.3 │ GHSA-966j-vmvw-g2g9 │ LOW │ 3.13.4 │ CVE-2026-34518 │
│ aiohttp │ 3.13.3 │ GHSA-63hf-3vf5-4wqf │ LOW │ 3.13.4 │ CVE-2026-34520 │
│ aiohttp │ 3.13.3 │ GHSA-c427-h43c-vf67 │ MEDIUM │ 3.13.4 │ CVE-2026-34525 │
│ aiohttp │ 3.13.3 │ GHSA-w2fm-2cpv-w7v5 │ MEDIUM │ 3.13.4 │ CVE-2026-22815 │
│ aiohttp │ 3.13.3 │ GHSA-2vrm-gr82-f7m5 │ LOW │ 3.13.4 │ CVE-2026-34514 │
│ cryptography │ 46.0.5 │ GHSA-m959-cc7f-wv43 │ LOW │ 46.0.6 │ CVE-2026-34073 │
│ pyasn1 │ 0.6.2 │ GHSA-jr27-m4p2-rc6r │ HIGH │ 0.6.3 │ CVE-2026-30922 │
│ Pygments │ 2.19.2 │ GHSA-5239-wwwm-4pmq │ LOW │ 2.20.0 │ CVE-2026-4539 │
│ PyJWT │ 2.10.1 │ GHSA-752w-5fwx-jx9f │ HIGH │ 2.12.0 │ CVE-2026-32597 │
│ requests │ 2.32.4 │ GHSA-gc5v-m9x4-r6x2 │ MEDIUM │ 2.33.0 │ CVE-2026-25645 │
└──────────────┴─────────┴─────────────────────┴──────────┴──────────────┴────────────────┘
After:
No vulnerabilities or maintenance issues detected!
Checked: 184 dependencies
All dependencies appear safe!
1 parent abf8087 commit caf66f0
4 files changed
Lines changed: 73 additions & 70 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments