From 765baeeb7f4353c1fa1d80894e6daa064629a709 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 15:36:28 +0000 Subject: [PATCH] Bump mirakuru from 2.1.1 to 2.1.2 Bumps [mirakuru](https://github.com/ClearcodeHQ/mirakuru) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ClearcodeHQ/mirakuru/releases) - [Changelog](https://github.com/ClearcodeHQ/mirakuru/blob/master/CHANGES.rst) - [Commits](https://github.com/ClearcodeHQ/mirakuru/compare/v2.1.1...v2.1.2) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d38ab3d6..c5fd9505 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,6 +5,6 @@ pytest-cov==2.8.1 coverage==5.0.3 # pytest-cov mock==3.0.5 port-for==0.4 -mirakuru==2.1.1 +mirakuru==2.1.2 elasticsearch==7.5.1 -e .[tests]