From 87aaf00274c0e46d93fd3fbab4ad133e919b4b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:04:30 +0000 Subject: [PATCH] Python dependency: Bump testtools from 2.8.0 to 2.8.2 in /web/regression Bumps [testtools](https://github.com/testing-cabal/testtools) from 2.8.0 to 2.8.2. - [Release notes](https://github.com/testing-cabal/testtools/releases) - [Changelog](https://github.com/testing-cabal/testtools/blob/master/NEWS) - [Commits](https://github.com/testing-cabal/testtools/compare/2.8.0...2.8.2) --- updated-dependencies: - dependency-name: testtools dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/regression/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/regression/requirements.txt b/web/regression/requirements.txt index 82813bdfe7e..59020e6e37f 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -29,5 +29,5 @@ pycodestyle>=2.5.0 python-mimeparse==2.0.0 selenium==4.39.0 testscenarios==0.5.0 -testtools==2.8.0 +testtools==2.8.2 traceback2==1.4.0