From 6918996ebd68be889c18ac420f2865cc01e82185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 14:01:44 +0000 Subject: [PATCH] build(deps-dev): bump responses from 0.14.0 to 0.19.0 in /bot Bumps [responses](https://github.com/getsentry/responses) from 0.14.0 to 0.19.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.14.0...0.19.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 d3cfdaa2f..184ad7589 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.5 -responses==0.14.0 +responses==0.19.0