From 0de16b9ebceff3e19d8a6f1c44e62523389a491f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:33:48 +0000 Subject: [PATCH] build(deps-dev): bump pytest-httpserver from 1.1.0 to 1.1.1 Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) from 1.1.0 to 1.1.1. - [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.1.0...1.1.1) --- updated-dependencies: - dependency-name: pytest-httpserver dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c490149..513590d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1425,13 +1425,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-httpserver" -version = "1.1.0" +version = "1.1.1" description = "pytest-httpserver is a httpserver for pytest" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_httpserver-1.1.0-py3-none-any.whl", hash = "sha256:7ef88be8ed3354b6784daa3daa75a422370327c634053cefb124903fa8d73a41"}, - {file = "pytest_httpserver-1.1.0.tar.gz", hash = "sha256:6b1cb0199e2ed551b1b94d43f096863bbf6ae5bcd7c75c2c06845e5ce2dc8701"}, + {file = "pytest_httpserver-1.1.1-py3-none-any.whl", hash = "sha256:aadc744bfac773a2ea93d05c2ef51fa23c087e3cc5dace3ea9d45cdd4bfe1fe8"}, + {file = "pytest_httpserver-1.1.1.tar.gz", hash = "sha256:e5c46c62c0aa65e5d4331228cb2cb7db846c36e429c3e74ca806f284806bf7c6"}, ] [package.dependencies] @@ -1728,4 +1728,4 @@ pytest = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "c469cf3c0935de9b48fb83ae601bd49d577481bc89b21e6077a088877996164d" +content-hash = "ff644d7b4863731f90367a8e821355b7930ce2ecb41de3a1fb2958d977137b31" diff --git a/pyproject.toml b/pyproject.toml index d9d11d0..ec96c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ coverage = "^7.6.0" pytest = "^8.3.3" pytest-asyncio = "^0.24.0" tox = "^4.20.0" -pytest-httpserver = "^1.0.8" +pytest-httpserver = "^1.1.1" ruff = "^0"