Skip to content

fix(deps): patch pytest to 9.0.3 (integration tests) - #454

Open
tobyhede wants to merge 1 commit into
mainfrom
fix-cip-3813-pytest-patch
Open

fix(deps): patch pytest to 9.0.3 (integration tests)#454
tobyhede wants to merge 1 commit into
mainfrom
fix-cip-3813-pytest-patch

Conversation

@tobyhede

Copy link
Copy Markdown
Contributor

Summary

  • Bumps pytest to 9.0.3+ (CVE-2025-71176) in tests/python.
  • pytest-asyncio 0.25.3 caps pytest at <9, so it also needed bumping (to 1.4.0) to unblock the resolve.
  • Test-only dependency (not part of the shipped proxy binary).

Test plan

  • poetry lock resolves cleanly
  • poetry install succeeds
  • poetry run pytest --collect-only — all 51 tests collect without error (no live Postgres/proxy available in this environment to run them end-to-end)

Also bumps pytest-asyncio to 1.4.0 (0.25.3 caps pytest at <9, blocking the
security fix directly).

Signed-off-by: Toby Hede <toby@cipherstash.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants