From 9e6b420f90f7655f7ef374689d2173fb5f6f5a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:02:41 +0000 Subject: [PATCH] Bump pytest-httpx from 0.30.0 to 0.32.0 Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.30.0 to 0.32.0. - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: pytest-httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 27b7cc72cf..11df8052a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1995,21 +1995,21 @@ Werkzeug = ">=2.0.0" [[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-rerunfailures" @@ -3028,4 +3028,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fb2f904f634456d6e72915cdf3040249aa2dc498106b1879732e0276df7ea082" +content-hash = "f9ed7d5d9d907e6bd1959acb3da02ef46472a73240687b2fb7df57b423b3baa7" diff --git a/pyproject.toml b/pyproject.toml index 77dac51feb..611c43f7c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ black = "^24.1.1" pytest-cov = "^5.0.0" pytest-rerunfailures = "^14.0" pytest-timeout = "^2.3.1" -pytest-httpx = "^0.30.0" +pytest-httpx = ">=0.30,<0.33" pytest-httpserver = "^1.0.11" pytest = "^8.3.1" pytest-asyncio = ">=0.23.8,<0.25.0"