From ca47b952eec32e5d7bcc648ab0ce2e513705a50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:48:09 +0000 Subject: [PATCH] fix: bump responses from 0.23.1 to 0.23.2 Bumps [responses](https://github.com/getsentry/responses) from 0.23.1 to 0.23.2. - [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.23.1...0.23.2) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 616e33a..9a347dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pytest==7.4.0", "pytest-github-actions-annotate-failures", "shellcheck-py==0.9.0.5", - "responses==0.23.1", + "responses==0.23.2", ] [project.urls]