From 6103db2f0ab0651fc5a09b36cf96ea67a0e96b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:05:42 +0000 Subject: [PATCH] Bump pytest-httpx from 0.30.0 to 0.33.0 Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.30.0 to 0.33.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.33.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 2d53dd562..0221fcaef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2048,21 +2048,21 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-httpx" -version = "0.30.0" +version = "0.33.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.33.0-py3-none-any.whl", hash = "sha256:bdd1b00a846cfe857194e4d3ba72dc08ba0d163154a4404269c9b971f357c05d"}, + {file = "pytest_httpx-0.33.0.tar.gz", hash = "sha256:4af9ab0dae5e9c14cb1e27d18af3db1f627b2cf3b11c02b34ddf26aff6b0a24c"}, ] [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" @@ -3090,4 +3090,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "03dad7bf2fb115c7b122eea8e1f1694590237d1b929b453f7dd65e2c2e757d36" +content-hash = "db1221403bd6f91794be6cc36e2dec9a674a555f541b0d4b7cc0534eed5318f8" diff --git a/pyproject.toml b/pyproject.toml index eaa110d2e..c07e62cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ black = "^24.1.1" pytest-cov = ">=5,<7" pytest-rerunfailures = "^14.0" pytest-timeout = "^2.3.1" -pytest-httpx = "^0.30.0" +pytest-httpx = ">=0.30,<0.34" pytest-httpserver = "^1.0.11" pytest = "^8.3.1" pytest-asyncio = "0.24.0"