From a6e95ae060a368779cd6476d18f13e86ff9b3380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 07:09:21 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 5.4.3 to 6.0.1 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.0.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.4.3...6.0.1) Signed-off-by: dependabot[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 c534087cd..46a4bed5d 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ json-e==4.2.0 jsonschema==3.2.0 pre-commit==2.6.0 -pytest==5.4.3 +pytest==6.0.1 pytest-responses==0.4.0 responses==0.10.15