From 7e9df877c4fc661c7af9c0fd5e1e059715d6fe74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:43:37 +0000 Subject: [PATCH] Bump responses from 0.23.3 to 0.24.1 Bumps [responses](https://github.com/getsentry/responses) from 0.23.3 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.23.3...0.24.1) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a38e1fec8..2cd611f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pytest-xdist<4", "pytest-timeout<3", "click-type-test==0.0.7;python_version>='3.10'", - "responses==0.23.3", + "responses==0.24.1", # loading test fixture data "ruamel.yaml==0.18.5", # Python 3.12 needs setuptools.