Skip to content

Commit 15709cf

Browse files
Anandhu Prakashcursoragent
andcommitted
fix(deps): bump pytest to 9.0.3 + pytest-asyncio to 1.3.0 (CVE-2025-71176)
CVE-2025-71176 (GHSA-6w46-j5rx-g56g) - pytest tmpdir handling vulnerability (symlink TOCTOU). Fixed in pytest 9.0.3 (per pytest-dev/pytest#14343). pytest-asyncio bumped to 1.3.0 (first release with pytest 9 support, see pytest-dev/pytest-asyncio#1278). Master + simulator test suites both pass after the bump: - master pytest: 23/23 in 0.22s - simulator pytest: 8/8 in 0.07s Cite: GHSA-6w46-j5rx-g56g Trace: docs/research/phase-1-shared-infrastructure-execution.md Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8ca2d43 commit 15709cf

4 files changed

Lines changed: 44 additions & 22 deletions

File tree

master/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies = [
3333
[project.optional-dependencies]
3434
dev = [
3535
"mypy==1.13.0",
36-
"pytest==8.3.3",
37-
"pytest-asyncio==0.24.0",
36+
"pytest==9.0.3", # CVE-2025-71176 fix (GHSA-6w46-j5rx-g56g)
37+
"pytest-asyncio==1.3.0", # first release with pytest 9 support
3838
"pytest-cov==6.0.0",
3939
"ruff==0.7.4",
4040
]

master/uv.lock

Lines changed: 19 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simulator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies = [
2828
[project.optional-dependencies]
2929
dev = [
3030
"mypy==1.13.0",
31-
"pytest==8.3.3",
32-
"pytest-asyncio==0.24.0",
31+
"pytest==9.0.3", # CVE-2025-71176 fix (GHSA-6w46-j5rx-g56g)
32+
"pytest-asyncio==1.3.0", # first release with pytest 9 support
3333
"pytest-cov==6.0.0",
3434
"ruff==0.7.4",
3535
]

simulator/uv.lock

Lines changed: 21 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)