Skip to content

Commit e535950

Browse files
pre-commit-ci[bot]aieng-bot[bot]
andauthored
[pre-commit.ci] pre-commit autoupdate (#96)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/uv-pre-commit: 0.10.12 → 0.11.2](astral-sh/uv-pre-commit@0.10.12...0.11.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.7...v0.15.8) * chore: bump cryptography to 46.0.6 and aiohttp to 3.13.4+ to fix CVEs - cryptography>=46.0.6: fixes CVE-2026-34073 (DNS name constraint bypass) - aiohttp>=3.13.4: fixes CVE-2026-34513/34514/34515/34516/34517/34518/34519/34520/34525 and CVE-2026-22815 Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: aieng-bot[bot] <aieng-bot@vectorinstitute.ai>
1 parent 2855c59 commit e535950

3 files changed

Lines changed: 2999 additions & 2992 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020
- id: check-toml
2121

2222
- repo: https://github.com/astral-sh/uv-pre-commit
23-
rev: 0.10.12
23+
rev: 0.11.2
2424
hooks:
2525
- id: uv-lock
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.7
28+
rev: v0.15.8
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
requires-python = ">=3.12,<4.0"
99
dependencies = [
1010
"aieng-eval-agents>=0.1.0",
11-
"aiohttp>=3.13.3",
11+
"aiohttp>=3.13.4", # CVE-2026-34513/34514/34515/34516/34517/34518/34519/34520/34525, CVE-2026-22815: multiple DoS/security fixes in 3.13.4
1212
"beautifulsoup4>=4.13.4",
1313
"datasets>=3.6.0",
1414
"e2b-code-interpreter>=2.4.1",
@@ -24,6 +24,7 @@ dependencies = [
2424
"urllib3>=2.6.3",
2525
"openpyxl>=3.1.5",
2626
"authlib>=1.6.7", # CVE-2026-28802: alg:none JWT bypass fixed in 1.6.7
27+
"cryptography>=46.0.6", # CVE-2026-34073: DNS name constraint bypass fixed in 46.0.6
2728
"filelock>=3.20.3",
2829
"pyasn1>=0.6.3", # CVE-2026-30922: DoS via uncontrolled recursion fixed in 0.6.3
2930
"virtualenv>=20.36.1",

0 commit comments

Comments
 (0)