From 625700aec1d9a70f8db26fa381d01c4e11dc5112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:42:47 +0000 Subject: [PATCH] Update responses requirement from ~=0.26.0 to ~=0.26.3 Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version. - [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.26.0...0.26.3) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5dbb2fd..a08f4f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ setuptools>=39.0.1 requests>=2.20.0 sphinx~=7.4 dnspython~=2.8 -responses~=0.26.0 +responses~=0.26.3 ruff~=0.15