Skip to content

Commit 92e5ad3

Browse files
chore(deps-dev): bump pytest from 8.4.2 to 9.1.1
Fixes PYSEC-2026-1845: pytest <9.0.3 allows local privilege escalation via temp dir race condition.
1 parent e968f25 commit 92e5ad3

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

poetry.lock

Lines changed: 8 additions & 8 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
@@ -40,7 +40,7 @@ Issues = "https://github.com/ActiveCampaign/postmark-python/issues"
4040
packages = [{ include = "postmark" }]
4141

4242
[tool.poetry.group.dev.dependencies]
43-
pytest = "^8.1.1" # Testing framework
43+
pytest = "^9.1.1" # Testing framework
4444
pytest-asyncio = "^1.0.0" # To run async tests with pytest
4545
respx = "^0.21.0" # Mocking HTTP requests for testing
4646
pytest-cov = "^7.0.0" # For coverage reports

0 commit comments

Comments
 (0)