From ca45206f5d4f39507317a8e983aff8cb11d4c443 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:56:03 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.2.0 to 5.2.1 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.2.0...5.2.1) Signed-off-by: dependabot-preview[bot] --- bot/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements-dev.txt b/bot/requirements-dev.txt index 5c3625ce8..b9b876385 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ jsonschema==3.0.2 json-e==3.0.0 pre-commit==1.18.3 -pytest==5.2.0 +pytest==5.2.1 pytest-responses==0.4.0 responses==0.10.6