Merge branch 'fix/bump-pytest-9.0.3-v2'

This commit is contained in:
Justin Bollinger
2026-07-21 18:21:01 -04:00
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",
]