From 3c45e0305916a913a6b0f1bb64d3c95a977d8dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:01:23 +0000 Subject: [PATCH] Bump responses from 0.24.0 to 0.24.1 Bumps [responses](https://github.com/getsentry/responses) from 0.24.0 to 0.24.1. - [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.24.0...0.24.1) --- 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 40c841f4..b19a90c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pytest-dotenv==0.5.2", "pytest-xdist==3.4.0", "pre-commit==3.5.0", - "responses==0.24.0", + "responses==0.24.1", "starlette==0.27.0" ]