fix(deps): bump pytest 9.0.2 -> 9.0.3 for GHSA-6w46-j5rx-g56g

The pinned dev/test dependency pytest==9.0.2 is affected by the
vulnerable tmpdir-handling advisory GHSA-6w46-j5rx-g56g (pytest < 9.0.3),
Dependabot alert #1. Bump the pin to 9.0.3 to clear it. Development
scope only (test runner); no runtime dependency change. Full test
suite passes under 9.0.3. (uv.lock is gitignored, so only the
pyproject.toml pin is tracked.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-07-21 18:20:55 -04:00
co-authored by Claude Opus 4.8
parent 6ed3b7577d
commit c312259a86
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Dates are omitted for releases predating this file; see the git tags for exact timing.
## [2.10.9] - 2026-07-21
### Security
- **Bumped the pinned dev/test dependency `pytest` from 9.0.2 to 9.0.3** to clear the
vulnerable tmpdir-handling advisory GHSA-6w46-j5rx-g56g (affects pytest < 9.0.3;
Dependabot alert #1). Development-scope test runner only — no runtime dependency change.
Both `pyproject.toml` and `uv.lock` are updated; the full test suite passes under 9.0.3.
## [2.10.8] - 2026-07-21
### Fixed
+1 -1
View File
@@ -74,7 +74,7 @@ testpaths = [
dev = [
"ty==0.0.17",
"ruff==0.15.1",
"pytest==9.0.2",
"pytest==9.0.3",
"pytest-cov==7.0.0",
"pytest-timeout>=2.4.0",
]