From 1486c6935a67c9bfc9a1e53c9d2b20507b58d8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 14:01:22 +0000 Subject: [PATCH] build(deps-dev): bump responses from 0.13.4 to 0.14.0 in /bot Bumps [responses](https://github.com/getsentry/responses) from 0.13.4 to 0.14.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.13.4...0.14.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... 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 c8e830771..8aa997924 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -2,4 +2,4 @@ pre-commit==2.15.0 pytest==6.2.5 pytest-responses==0.5.0 pytest-structlog==0.4 -responses==0.13.4 +responses==0.14.0