From f82e24eab4f2a159dc85eb4c4ba310c35955c99c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 13:32:32 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.2.4 to 5.3.0 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.4 to 5.3.0. - [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.4...5.3.0) 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 a3f1cbd4d..b01323e00 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ jsonschema==3.2.0 json-e==3.0.0 pre-commit==1.20.0 -pytest==5.2.4 +pytest==5.3.0 pytest-responses==0.4.0 responses==0.10.6