From 6e89dc83ce1f24134caec0e9b6f08dfeca006547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 01:50:10 +0000 Subject: [PATCH] Bump respx from 0.20.1 to 0.21.0 Bumps [respx](https://github.com/lundberg/respx) from 0.20.1 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.1...0.21.0) --- updated-dependencies: - dependency-name: respx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a59b451..1ab2573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lint = [ test = [ "pytest==8.1.0", "pytest-cov==4.1.0", - "respx==0.20.1", + "respx==0.21.0", ] typing = [ "mypy==1.9.0",