Skip to content

Commit 5ae4d74

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fix-400-lxml-security
# Conflicts: # poetry.lock
2 parents 1cbc4a4 + b2a8b84 commit 5ae4d74

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)