From df8b6075afb3d6c8d08a714aa094695ef2d0a97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:27:34 +0000 Subject: [PATCH] Update pytest-httpx requirement from 0.34.0 to 0.35.0 Updates the requirements on [pytest-httpx](https://github.com/Colin-b/pytest_httpx) to permit the latest version. - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: pytest-httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3aa161c..8b76030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ruff = "0.8.0" coverage = { extras = ["toml"], version = "^7.4.1" } pytest = ">=7.4.4,<9.0.0" pytest-cov = ">=4.1,<7.0" -pytest-httpx = "0.34.0" +pytest-httpx = "0.35.0" pytest-watcher = "^0.4.1" [tool.coverage.paths]