From c64b8b19b63e76f6c4b21c2a98340062dcfb447b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:12:07 +0000 Subject: [PATCH] chore(deps): update dependency pytest-httpx to ^0.32.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05559a1..27383f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1841,21 +1841,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-httpx" -version = "0.30.0" +version = "0.32.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest-httpx-0.30.0.tar.gz", hash = "sha256:755b8edca87c974dd4f3605c374fda11db84631de3d163b99c0df5807023a19a"}, - {file = "pytest_httpx-0.30.0-py3-none-any.whl", hash = "sha256:6d47849691faf11d2532565d0c8e0e02b9f4ee730da31687feae315581d7520c"}, + {file = "pytest_httpx-0.32.0-py3-none-any.whl", hash = "sha256:685d93ce5e5edb5e52310b72342cdc190bebf83aab058328943dd8bd8f6ac790"}, + {file = "pytest_httpx-0.32.0.tar.gz", hash = "sha256:7807647e8254e5cff79bf2041ae272449ce915d3cf1bbecaa581c384163adb87"}, ] [package.dependencies] httpx = "==0.27.*" -pytest = ">=7,<9" +pytest = "==8.*" [package.extras] -testing = ["pytest-asyncio (==0.23.*)", "pytest-cov (==4.*)"] +testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==5.*)"] [[package]] name = "pytest-xdist" @@ -2427,4 +2427,4 @@ sentry = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "5b1b380fbbfd86d893b3d9d84b63226cf507d6a9cc5bbf5a8ff382f27f9244e0" +content-hash = "6da680f0794b868ce3bb3c3d4c97e085814343778c4abd51d7287b9d4577645b" diff --git a/pyproject.toml b/pyproject.toml index 5916c4a..ae283cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mypy = "^1.0" pylint = "^3.0.0" pytest = "^8.0.0" pytest-cov = "^5.0.0" -pytest-httpx = "^0.30.0" +pytest-httpx = "^0.32.0" pytest-xdist = "^3.0.0" testcontainers = "^4.0.0" types-boto3 = "^1.0.2"