From f6eb59bc71e877a7367281765aff8cc0e03beb23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 09:15:06 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.4.2 to 5.4.3 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.3. - [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.4.2...5.4.3) 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 7f3d5b33d..6258f95cd 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ json-e==4.1.0 jsonschema==3.2.0 pre-commit==2.4.0 -pytest==5.4.2 +pytest==5.4.3 pytest-responses==0.4.0 responses==0.10.14