From 2b55f0393f1a59f4999149f372a898a902af30b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:48:52 +0000 Subject: [PATCH] Update pytest-httpserver requirement from ~=1.0.6 to ~=1.1.0 Updates the requirements on [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) to permit the latest version. - [Release notes](https://github.com/csernazs/pytest-httpserver/releases) - [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst) - [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.0.6...1.1.0) --- updated-dependencies: - dependency-name: pytest-httpserver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 497ee8432..295841f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ test = [ "pytest-cases ~= 3.8.3", "pytest-cov ~= 5.0.0", "pytest-github-actions-annotate-failures ~= 0.2.0", - "pytest-httpserver ~= 1.0.6", + "pytest-httpserver ~= 1.1.0", "pytest-randomly ~= 3.15.0", ] typing = [