From c1ff57eb0af79ccb715bf8f0f1993c377ca95bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:13:17 +0000 Subject: [PATCH] deps(dev): update responses requirement from >=0.24.0 to >=0.26.0 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.24.0...0.26.0) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.0 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 bec13af..97e952c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ vault = ["hvac>=2.0.0"] awsssm = ["boto3>=1.28.0"] doppler = ["requests>=2.31.0"] onepassword = ["onepasswordconnectsdk>=1.1.0"] -dev = ["pytest>=7.0", "pytest-cov", "responses>=0.24.0"] +dev = ["pytest>=7.0", "pytest-cov", "responses>=0.26.0"] all = [ "hvac>=2.0.0", "boto3>=1.28.0",