From 836cc5cc8535580219d732d2108de572f1731d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:49:52 +0000 Subject: [PATCH] Bump respx from 0.20.2 to 0.21.1 Bumps [respx](https://github.com/lundberg/respx) from 0.20.2 to 0.21.1. - [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.1) --- 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..a68af9f 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.1 stdlib-list==0.10.0 tqdm==4.66.1 types-atomicwrites==1.4.5.1