From d64559c8976af4fc531936e55b4caba6cd4528bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:18:22 -0700 Subject: [PATCH] Bump respx from 0.21.1 to 0.22.0 (#53) Bumps [respx](https://github.com/lundberg/respx) from 0.21.1 to 0.22.0. - [Release notes](https://github.com/lundberg/respx/releases) - [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md) - [Commits](https://github.com/lundberg/respx/compare/0.21.1...0.22.0) --- updated-dependencies: - dependency-name: respx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35b1a0f..2dd78e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1665,17 +1665,17 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "respx" -version = "0.21.1" +version = "0.22.0" description = "A utility for mocking out the Python HTTPX and HTTP Core libraries." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "respx-0.21.1-py2.py3-none-any.whl", hash = "sha256:05f45de23f0c785862a2c92a3e173916e8ca88e4caad715dd5f68584d6053c20"}, - {file = "respx-0.21.1.tar.gz", hash = "sha256:0bd7fe21bfaa52106caa1223ce61224cf30786985f17c63c5d71eff0307ee8af"}, + {file = "respx-0.22.0-py2.py3-none-any.whl", hash = "sha256:631128d4c9aba15e56903fb5f66fb1eff412ce28dd387ca3a81339e52dbd3ad0"}, + {file = "respx-0.22.0.tar.gz", hash = "sha256:3c8924caa2a50bd71aefc07aa812f2466ff489f1848c96e954a5362d17095d91"}, ] [package.dependencies] -httpx = ">=0.21.0" +httpx = ">=0.25.0" [[package]] name = "six" @@ -2129,4 +2129,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "11a2f8084d7d8ddbcf2a0708c889551dde41f73ec9b9d3319d54c6a26ea0ffd5" +content-hash = "d783ee29192e3c820e84489593320c507e818e5feac716283974d92264ceefa2" diff --git a/pyproject.toml b/pyproject.toml index 833285f..cdd2376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^8.3.4" mark = "mark.__main__:cli.command" [tool.poetry.group.dev.dependencies] -respx = "^0.21.1" +respx = "^0.22.0" httpx = "^0.27.2" flake8 = "^7.1.1" autopep8 = "^2.3.1"