From 577f58ce9528cfd9beab498514ddcbb9ae87b836 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 10:23:57 +0000 Subject: [PATCH] build(deps-dev): Bump pytest from 5.0.1 to 5.1.1 in /bot Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.0.1 to 5.1.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.0.1...5.1.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 729d09b00..4b91ca5e1 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,5 +1,5 @@ jsonschema==3.0.2 json-e==3.0.0 pre-commit==1.18.2 -pytest==5.0.1 +pytest==5.1.1 responses==0.10.6