From 1db881eea4763b4a8d2171fca13c345aac03a7f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:35:39 +0200 Subject: [PATCH] Update dependency testing/responses to v0.25.2 (#1996) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b07566d6c5..695549dcd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ testing = [ "pytest-cov==5.0.0", "pytest-ordering==0.6", "requests-mock==1.12.1", - "responses==0.25.0", + "responses==0.25.2", "webtest==3.0.0", "pillow==10.3.0"] dev = [