Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Test/dev dependencies (not installed in the runtime image).
-r requirements.txt
pytest==8.3.4
pytest==9.0.3
2 changes: 1 addition & 1 deletion requirements-e2e.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Browser end-to-end test dependencies (run via the Playwright image; see
# scripts/run-e2e.sh). Kept separate from the runtime and unit-test deps.
pytest==8.3.4
pytest==9.0.3
# itsdangerous: forge a Starlette session cookie for the authenticated workspace
# E2E (must match the app's signer).
itsdangerous==2.2.0
Expand Down
Loading