From 746bd08cafc268d811035a2ee16a101a8930c8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:46:53 +0000 Subject: [PATCH] build(deps): bump pytest from 7.4.2 to 9.0.3 in /lib/toaster/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 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/7.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/toaster/tests/toaster-tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toaster/tests/toaster-tests-requirements.txt b/lib/toaster/tests/toaster-tests-requirements.txt index 6243c00a361..6d0587fa61e 100644 --- a/lib/toaster/tests/toaster-tests-requirements.txt +++ b/lib/toaster/tests/toaster-tests-requirements.txt @@ -1,5 +1,5 @@ selenium>=4.13.0 -pytest==7.4.2 +pytest==9.0.3 pytest-django==4.5.2 pytest-env==1.1.0 pytest-html==4.0.2