From 9d1a2045077565bd8465240e9f7484a71ea23da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:12:55 +0100 Subject: [PATCH] Bump respx from 0.21.1 to 0.22.0 (#545) Bumps [respx](https://github.com/lundberg/respx) from 0.21.1 to 0.22.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.21.1...0.22.0) --- updated-dependencies: - dependency-name: respx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9d46c31..d337fc9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ requirements-test = [ "pytest-aiohttp==1.0.5", "pytest-asyncio==0.25.0", "pytest-cov==6.0.0", - "respx==0.21.1", + "respx==0.22.0", "ruff==0.8.3", "types-xmltodict==v0.14.0.20241009", ]