diff --git a/poetry.lock b/poetry.lock index 6e49dfeb..0b5f1704 100644 --- a/poetry.lock +++ b/poetry.lock @@ -895,13 +895,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-httpserver" -version = "1.0.8" +version = "1.0.9" description = "pytest-httpserver is a httpserver for pytest" optional = false -python-versions = ">=3.8,<4.0" +python-versions = ">=3.8" files = [ - {file = "pytest_httpserver-1.0.8-py3-none-any.whl", hash = "sha256:24cd3d9f6a0b927c7bfc400d0b3fda7442721b8267ce29942bf307b190f0bb09"}, - {file = "pytest_httpserver-1.0.8.tar.gz", hash = "sha256:e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a"}, + {file = "pytest_httpserver-1.0.9-py3-none-any.whl", hash = "sha256:5c84c372564b627521784909b8c8b45c5ededbae2406f7624e201dd86ae0610a"}, + {file = "pytest_httpserver-1.0.9.tar.gz", hash = "sha256:9429f26c7ad7b1677dc2fa3bc9e928601f0e9b4ba0388edf961162be1242a662"}, ] [package.dependencies] @@ -1252,4 +1252,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "56b323c4363cff9ebf6fbf55ddcdcf9b83043149f636192cc13409a2e5d2a9d5" +content-hash = "20c05faca99f678817e17dcfe9751816e5f144b861ed49aebf1d8d89356ce945" diff --git a/pyproject.toml b/pyproject.toml index 8648697d..5f580a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ podman = "^4.4.1" [tool.poetry.dev-dependencies] pytest = "^8.0.0" -pytest-httpserver = "^1.0.6" +pytest-httpserver = "^1.0.9" fakeredis = "^2.21.0" flake8 = "^5.0.4" black = "^24.1.1"