From 34f549a9e6601f5dc146c8253cc982dd244b8b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:59:17 +0000 Subject: [PATCH] Update responses requirement from ^0.10.15 to ^0.24.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.10.15...0.24.1) --- updated-dependencies: - dependency-name: responses 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 9caec711..f8bcf050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pytest = "^5.4.3" flake8 = "^3.8.3" pytest-mock = "^3.1.1" pre-commit = "^2.5.1" -responses = "^0.10.15" +responses = "^0.24.1" pytest-cov = "^2.10.0" [build-system]