From 694fb277b9bbd32d3a3d4288defc8384e3f5f1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:08:51 +0000 Subject: [PATCH] Bump pytest-httpx from 0.26.0 to 0.27.0 Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.26.0 to 0.27.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.26.0...v0.27.0) --- updated-dependencies: - dependency-name: pytest-httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 79f5312..d56b31a 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -205,9 +205,9 @@ pytest==7.4.3 \ # via # -r requirements.dev.in # pytest-httpx -pytest-httpx==0.26.0 \ - --hash=sha256:b489c5a7bb847551943eaee601bc35053b35dc4f5961c944305120f14a1d770a \ - --hash=sha256:ca372b94c569c0aca2f06240f6f78cc223dfbc3ab97b5700d4e14c9a73eab17a +pytest-httpx==0.27.0 \ + --hash=sha256:24f6f53d507ab483bea8f89b975a1a111fb613ccab4d86e570be8991776e8bcc \ + --hash=sha256:a33c4e8df415cc1232b3664869b6a8b8061c4c223335aca0b237cefbc01ba0eb # via -r requirements.dev.in pyyaml==6.0.1 \ --hash=sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5 \