From fb4e7eba103cf7cd4b1b4de247f0a58177f7e71c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 13:28:42 +0000 Subject: [PATCH] build(deps-dev): bump pytest-structlog from 0.1 to 0.2 in /bot Bumps [pytest-structlog](https://github.com/wimglenn/pytest-structlog) from 0.1 to 0.2. - [Release notes](https://github.com/wimglenn/pytest-structlog/releases) - [Commits](https://github.com/wimglenn/pytest-structlog/compare/v0.1...v0.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 478c4b787..49240fee0 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==1.18.3 pytest==5.2.1 pytest-responses==0.4.0 -pytest-structlog==0.1 +pytest-structlog==0.2 responses==0.10.6