Skip to content

Commit b2a8b84

Browse files
authored
Merge pull request #406 from networktocode/fix-396-pytest-security
Bump pytest minimum to 9.0.3 (CVE-2025-71176)
2 parents d0f019f + da1fcb3 commit b2a8b84

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

changes/396.security

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raised the minimum pytest version to 9.0.3 to address CVE-2025-71176 (insecure /tmp/pytest-of-{user} tmpdir handling on UNIX).

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ openai = [
4949
]
5050

5151
[tool.poetry.group.dev.dependencies]
52-
pytest = "^9.0.0"
52+
pytest = "^9.0.3"
5353
requests_mock = "^1.7.0"
5454
pyyaml = "^6.0"
5555
pylint = "^4.0.0"

0 commit comments

Comments
 (0)