From 8f972bd58327a057f66aa7ab6af72acb29494677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 18:26:53 +0000 Subject: [PATCH] Bump testtools from 2.4.0 to 2.5.0 Bumps [testtools](https://github.com/testing-cabal/testtools) from 2.4.0 to 2.5.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.4.0...2.5.0) --- updated-dependencies: - dependency-name: testtools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt index f6e856f..f24d1d8 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -2,6 +2,6 @@ nose==1.3.7 coverage==5.3 mock==4.0.2 tox==3.20.1 -testtools==2.4.0 +testtools==2.5.0 ddt==1.4.1 jsonschema==3.2.0 \ No newline at end of file