From 07f820bd7a0f87a46cfc4a77ed547f42bfa65ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:01:17 +0000 Subject: [PATCH] build(deps-dev): bump responses from 0.13.4 to 0.16.0 in /bot Bumps [responses](https://github.com/getsentry/responses) from 0.13.4 to 0.16.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.16.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 e8d65732a..b6dd66e58 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -3,4 +3,4 @@ jsonschema==3.2.0 pre-commit==2.15.0 pytest==6.2.5 pytest-responses==0.5.0 -responses==0.13.4 +responses==0.16.0