From bb2692cb5c495c5ce7d11be331886c6333632676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:06:17 +0000 Subject: [PATCH] Bump respx from 0.20.2 to 0.21.0 Bumps [respx](https://github.com/lundberg/respx) from 0.20.2 to 0.21.0. - [Release notes](https://github.com/lundberg/respx/releases) - [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md) - [Commits](https://github.com/lundberg/respx/compare/0.20.2...0.21.0) --- updated-dependencies: - dependency-name: respx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index c7635f6..c234d6f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -25,7 +25,7 @@ pytest-timeout==2.1.0 pytest-xdist==3.5.0 pytest==7.4.3 requests_mock==1.11.0 -respx==0.20.2 +respx==0.21.0 stdlib-list==0.10.0 tqdm==4.66.1 types-atomicwrites==1.4.5.1