From f8f1a8f2500409fc1f966b13638828d5edc98aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 10:42:07 +0000 Subject: [PATCH] Bump ddt from 1.2.2 to 1.4.1 Bumps [ddt](https://github.com/datadriventests/ddt) from 1.2.2 to 1.4.1. - [Release notes](https://github.com/datadriventests/ddt/releases) - [Commits](https://github.com/datadriventests/ddt/compare/1.2.2...1.4.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03c044c0..61f90505 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ], "test": [ "black==19.10b0", - "ddt==1.2.2", + "ddt==1.4.1", "matplotlib==3.1.2", "mock==3.0.5", "mypy==0.761",