From d03cd94fe1143a46cf746d4387a19426ad7bc32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:50:24 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-e2e.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b61750e..2eb4421 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ # Test/dev dependencies (not installed in the runtime image). -r requirements.txt -pytest==8.3.4 +pytest==9.0.3 diff --git a/requirements-e2e.txt b/requirements-e2e.txt index 065ecab..1705814 100644 --- a/requirements-e2e.txt +++ b/requirements-e2e.txt @@ -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