From 1afeacb151b52c07d430287b097cf32ef9861c9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:00:29 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.2.1 to 5.2.2 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.1 to 5.2.2. - [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.1...5.2.2) 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 2819157ef..4b5029469 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ jsonschema==3.1.1 json-e==3.0.0 pre-commit==1.18.3 -pytest==5.2.1 +pytest==5.2.2 pytest-responses==0.4.0 responses==0.10.6