From 2a69970dcd4a8b3a83d524fb99a588269336a4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:06:39 +0000 Subject: [PATCH 1/2] Bump pytest from 8.3.4 to 9.0.3 in /dashboard 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:development ... Signed-off-by: dependabot[bot] --- dashboard/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements-dev.txt b/dashboard/requirements-dev.txt index 3333980..0ad37e2 100644 --- a/dashboard/requirements-dev.txt +++ b/dashboard/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==8.3.4 +pytest==9.0.3 pytest-django==4.10.0 pytest-playwright==0.7.0 pytest-env==1.1.5 From 18d86c9c5d89e4bdbf384e96b6be218a2e48e736 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:33:49 +0000 Subject: [PATCH 2/2] Bump pytest-playwright from 0.7.0 to 0.7.2 to support pytest 9.x Agent-Logs-Url: https://github.com/canonical/dashboard/sessions/b772cda3-223d-4723-860c-080eaed31ad4 Co-authored-by: dwilding <1141260+dwilding@users.noreply.github.com> --- dashboard/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements-dev.txt b/dashboard/requirements-dev.txt index 0ad37e2..30b8d9f 100644 --- a/dashboard/requirements-dev.txt +++ b/dashboard/requirements-dev.txt @@ -1,4 +1,4 @@ pytest==9.0.3 pytest-django==4.10.0 -pytest-playwright==0.7.0 +pytest-playwright==0.7.2 pytest-env==1.1.5