From b08c6ee5b2e61008a6df8147cf2ed88ad215892d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:47:44 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.3.5 to 5.4.1 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.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.3.5...5.4.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 ccbf8b56d..ff8ffa6ba 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ json-e==4.0.1 jsonschema==3.2.0 pre-commit==2.1.1 -pytest==5.3.5 +pytest==5.4.1 pytest-responses==0.4.0 responses==0.10.12