From 8774d83e5f09abbb270e723c4f117195223c4e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:03:14 +0000 Subject: [PATCH] chore(deps): update responses requirement in /api 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.25.8...0.26.0) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 24e63dd94..e81cc2f10 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -16,5 +16,5 @@ psl-dns~=1.1.1 pylibmc~=1.6.3 pyyaml~=6.0.3 requests~=2.32.5 -responses~=0.25.8 +responses~=0.26.0 uwsgi~=2.0.31