From 988c223651b9bc8a4113852e3dcedbf1a329e7c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:18:38 +0000 Subject: [PATCH] Update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9dcb997..4763e519 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,6 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff diff --git a/poetry.lock b/poetry.lock index 504fe9bc..459c7c68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3741,17 +3741,17 @@ requests = ">=2.0.1,<3.0.0" [[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 = "reuse" @@ -4969,4 +4969,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "45cd96c4a645c7cf6eecebeefaf228b867f48ef48019b34bf5d6ef89a520f130" +content-hash = "6e5b0b34938c8d347e0000176efa2f2ab09e195a0664fca8859d73d7d79b7ea4" diff --git a/pyproject.toml b/pyproject.toml index eaa46ba2..c6107c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ tox = "^3.25.1 || ^4.0.0" greenlet = "^1.1.2 || ^2.0.0 || ^3.0.0" toml = "^0.10.2" pytest-mock = "^3.8.2" -respx = "^0.20.0 || ^0.21.0" +respx = "^0.20.0 || ^0.21.0 || ^0.22.0" ruff = "^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0" towncrier = "^22.12.0 || ^23.0.0 || ^24.0.0" sphinx = "^6.1.3 || ^7.0.0 || ^8.0.0"