From b225610112d6c0c50251de8ae0665ab2b62c6989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:03:11 +0000 Subject: [PATCH] build(deps-dev): bump pytest-responses from 0.5.1 to 0.6.0 in /bot Bumps [pytest-responses](https://github.com/getsentry/pytest-responses) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/getsentry/pytest-responses/releases) - [Changelog](https://github.com/getsentry/pytest-responses/blob/main/CHANGES) - [Commits](https://github.com/getsentry/pytest-responses/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: pytest-responses dependency-version: 0.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements-dev.txt b/bot/requirements-dev.txt index 518b90a4a..5422dd52d 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==4.6.0 pytest==9.0.3 -pytest-responses==0.5.1 +pytest-responses==0.6.0 pytest-structlog==1.2 responses==0.26.1