From 58ee766c245854036da09735dc2c39c8cb9cd287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:40:04 +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 730b0ae94..2a31325a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest-xdist<3", "pytest-timeout<2", "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.17.32", # Python 3.12 needs setuptools.