From f2a0e9c41e2023076235a91fc79d7e1e9b7f6835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:02:47 +0000 Subject: [PATCH] build(deps-dev): update responses requirement from ~=0.26.0 to ~=0.26.1 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.1) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98acf6a..1d9604b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ dev = [ "pytest~=9.0.3", "pytest-cov~=7.1.0", - "responses~=0.26.0", + "responses~=0.26.1", "ruff~=0.15.14", ]