From 5f932ec676660e905865a14f6d72ebed28cdeaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:30:28 +0000 Subject: [PATCH] Bump pytest-localserver from 0.9.0 to 0.9.0.post0 Bumps [pytest-localserver](https://github.com/pytest-dev/pytest-localserver) from 0.9.0 to 0.9.0.post0. - [Release notes](https://github.com/pytest-dev/pytest-localserver/releases) - [Changelog](https://github.com/pytest-dev/pytest-localserver/blob/master/CHANGES) - [Commits](https://github.com/pytest-dev/pytest-localserver/compare/v0.9.0...v0.9.0.post0) --- updated-dependencies: - dependency-name: pytest-localserver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 839b1e8..41a26d7 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -8,5 +8,5 @@ flake8-import-order reorder-python-imports # tests pytest -pytest-localserver==0.9.0 +pytest-localserver==0.9.0.post0 requests-mock==1.12.1