From 76fbdb815e62c4403144c294a5bfcaae93f65f95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 09:22:08 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.4.1 to 5.4.2 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.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.4.1...5.4.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 b6b51bd14..7cb10ea50 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.4.0 -pytest==5.4.1 +pytest==5.4.2 pytest-responses==0.4.0 responses==0.10.14