From cede3c60a3456068bb3e4ea73a6231bd965f45a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:58:41 +0000 Subject: [PATCH] Bump pytest-httpx from 0.30.0 to 0.34.0 Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.30.0 to 0.34.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.34.0) --- updated-dependencies: - dependency-name: pytest-httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 714d0182ee..2c880c15d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2057,13 +2057,13 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-httpx" -version = "0.33.0" +version = "0.34.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.33.0-py3-none-any.whl", hash = "sha256:bdd1b00a846cfe857194e4d3ba72dc08ba0d163154a4404269c9b971f357c05d"}, - {file = "pytest_httpx-0.33.0.tar.gz", hash = "sha256:4af9ab0dae5e9c14cb1e27d18af3db1f627b2cf3b11c02b34ddf26aff6b0a24c"}, + {file = "pytest_httpx-0.34.0-py3-none-any.whl", hash = "sha256:42cf0a66f7b71b9111db2897e8b38a903abd33a27b11c48aff4a3c7650313af2"}, + {file = "pytest_httpx-0.34.0.tar.gz", hash = "sha256:3ca4b0975c0f93b985f17df19e76430c1086b5b0cce32b1af082d8901296a735"}, ] [package.dependencies] @@ -3136,4 +3136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0201017ae3c42fef3017d761f569dfb5845b3be1f0143c6c0b3129f1b43d6647" +content-hash = "2a8751a5918309b0eb2fda2de92b363ae31cbf4ee97317999636d12ae04a06c9" diff --git a/pyproject.toml b/pyproject.toml index 914ceb326a..92eb50e9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pytest = "^8.3.1" pytest-asyncio = "0.24.0" uvicorn = "^0.32.0" fastapi = "^0.115.5" -pytest-httpx = "^0.33.0" +pytest-httpx = ">=0.33,<0.35" [tool.poetry.group.docs.dependencies] mkdocs = "^1.5.2"