From ffd1b7811f77268f126e310b779d76a3d0fbedce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:02:40 +0000 Subject: [PATCH] build(deps-dev): bump pytest-responses from 0.5.0 to 0.5.1 in /backend Bumps [pytest-responses](https://github.com/getsentry/pytest-responses) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/getsentry/pytest-responses/releases) - [Changelog](https://github.com/getsentry/pytest-responses/blob/main/CHANGES) - [Commits](https://github.com/getsentry/pytest-responses/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: pytest-responses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 10f05f598..643e47ba3 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ fakeredis==1.9.1 pre-commit==2.20.0 pytest==7.1.3 -pytest-responses==0.5.0 +pytest-responses==0.5.1 responses==0.21.0