From c70868ea68860ebfb767aaf7603acef58a7bd5c1 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Wed, 13 Nov 2024 15:43:37 +0100 Subject: [PATCH] upgrade --- poetry.lock | 8 ++++---- pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9959567..83c8983 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1590,13 +1590,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-httpx" -version = "0.32.0" +version = "0.33.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.32.0-py3-none-any.whl", hash = "sha256:685d93ce5e5edb5e52310b72342cdc190bebf83aab058328943dd8bd8f6ac790"}, - {file = "pytest_httpx-0.32.0.tar.gz", hash = "sha256:7807647e8254e5cff79bf2041ae272449ce915d3cf1bbecaa581c384163adb87"}, + {file = "pytest_httpx-0.33.0-py3-none-any.whl", hash = "sha256:bdd1b00a846cfe857194e4d3ba72dc08ba0d163154a4404269c9b971f357c05d"}, + {file = "pytest_httpx-0.33.0.tar.gz", hash = "sha256:4af9ab0dae5e9c14cb1e27d18af3db1f627b2cf3b11c02b34ddf26aff6b0a24c"}, ] [package.dependencies] @@ -2016,4 +2016,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "eb3ae4902faba92de4b725771cef03d1375975367e7d6ba1ad58ada068371bd5" +content-hash = "ea552d3fbe28dd21e2583b5297b5e182754501a0cb4f0a40f33f67279dced635" diff --git a/pyproject.toml b/pyproject.toml index 6003b59..fca095b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ redis = "^5.1.1" pytest = "^8.2.0" ruff = ">=0.6.3" pytest-ruff = "^0.4.1" -pytest-asyncio = "^0.24.0" -fakeredis = "^2.25.1" -pytest-httpx = "^0.32.0" +pytest-asyncio = ">=0.24.0" +fakeredis = ">=2.25.1" +pytest-httpx = ">=0.32.0" [build-system] requires = ["poetry-core"]