From 57fbeced39e318aa2f6e8429b987cf2bb7cc54d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:44:03 +0530 Subject: [PATCH] Python dependency: Bump testtools from 2.5.0 to 2.6.0 in /web/regression Bumps [testtools](https://github.com/testing-cabal/testtools) from 2.5.0 to 2.6.0. - [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.5.0...2.6.0) --- updated-dependencies: - dependency-name: testtools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dda6339ea..716b2ebaa 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -23,7 +23,7 @@ pbr==5.11.1 pycodestyle>=2.5.0 python-mimeparse==1.6.0 testscenarios==0.5.0 -testtools==2.5.0 +testtools==2.6.0 traceback2==1.4.0 selenium==4.0.0a6 coverage==5.0.1