From 52f656360ba3b72adac68e1bb3c02cfe094abd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:36:14 +0000 Subject: [PATCH] Update pytest-httpx requirement from ^0.28.0 to ^0.29.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.28.0...v0.29.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 b3c3264..967dccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^7.3.0" pytest-cov = "^4.0.0" -pytest-httpx = "^0.28.0" +pytest-httpx = "^0.29.0" pytest-mock = "^3.12.0" # Optional build requirements