From c4c79ec14caffd8c2534c2786c5753fc9c1bc883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:02:36 +0000 Subject: [PATCH] build(deps-dev): bump pytest-responses from 0.5.0 to 0.5.1 in /events 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] --- events/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/requirements-dev.txt b/events/requirements-dev.txt index 052f95557..bfc7a9e7a 100644 --- a/events/requirements-dev.txt +++ b/events/requirements-dev.txt @@ -1,4 +1,4 @@ pytest pytest-asyncio -pytest-responses==0.5.0 +pytest-responses==0.5.1 responses