From fd481ea4e771f040652ad569327465262154f1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:32:46 +0000 Subject: [PATCH] chore(deps): bump responses in the python-dependencies group Bumps the python-dependencies group with 1 update: [responses](https://github.com/getsentry/responses). Updates `responses` from 0.26.1 to 0.26.2 - [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.1...0.26.2) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ced7608..a004f420 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest==9.1.1 pytest-cov==7.1.0 pytest-mock==3.15.1 -responses==0.26.1 +responses==0.26.2 pylint==4.0.6 requests==2.34.2 black==26.5.1