From 44c009e570fba9b0334509852863894e3cab2b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:40:12 +0300 Subject: [PATCH] Bump pytest-httpserver from 1.0.5 to 1.0.6 (#638) Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) from 1.0.5 to 1.0.6. - [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.5...1.0.6) --- updated-dependencies: - dependency-name: pytest-httpserver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b500645..9ff6265 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ pytest==7.1.3 pytest-asyncio==0.16.0;python_version<"3.7" pytest-asyncio==0.19.0;python_version>="3.7" pytest-cov==3.0.0 -pytest-httpserver==1.0.5 +pytest-httpserver==1.0.6 pytest-rerunfailures==10.2