From 75d500afb4f456ad66b55581739587e4cb6ec024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 15:12:28 +0000 Subject: [PATCH] Bump ddt from 1.4.1 to 1.5.0 Bumps [ddt](https://github.com/datadriventests/ddt) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/datadriventests/ddt/releases) - [Commits](https://github.com/datadriventests/ddt/compare/1.4.1...1.5.0) --- updated-dependencies: - dependency-name: ddt 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..a42fff8 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -3,5 +3,5 @@ coverage==5.3 mock==4.0.2 tox==3.20.1 testtools==2.4.0 -ddt==1.4.1 +ddt==1.5.0 jsonschema==3.2.0 \ No newline at end of file