From fb8fdd522fcf7bfd09f4f1c46954bb4ac18d2d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:07:39 +0000 Subject: [PATCH] deps(deps): bump httpx-retries in the python-production group Bumps the python-production group with 1 update: [httpx-retries](https://github.com/will-ockmore/httpx-retries). Updates `httpx-retries` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/will-ockmore/httpx-retries/releases) - [Changelog](https://github.com/will-ockmore/httpx-retries/blob/main/CHANGELOG.md) - [Commits](https://github.com/will-ockmore/httpx-retries/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: httpx-retries dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4b201eb..2d8aef00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "httpx==0.28.*", - "httpx-retries==0.5.*", + "httpx-retries>=0.5,<0.7", ] [dependency-groups] diff --git a/uv.lock b/uv.lock index 85f9b252..fbe3d057 100644 --- a/uv.lock +++ b/uv.lock @@ -622,14 +622,14 @@ wheels = [ [[package]] name = "httpx-retries" -version = "0.5.0" +version = "0.6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "httpx" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fb/f5/046cac13877ce9b55aebdbb3999e0e45b19b989a95c5fd1040fa04bd1f92/httpx_retries-0.5.0.tar.gz", hash = "sha256:d8c8e1e0852d84be3837aba0bcf78aeb89a4b77db95e8cc988c8c058830b3044", size = 15647, upload-time = "2026-04-20T01:21:47.154Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e9/d3/b7a8bb09543af40009717a08a2ceba90b6d4c6f0cdf171404217d8f4c37d/httpx_retries-0.6.0.tar.gz", hash = "sha256:3e0b404969a564829d368417964fd21e6b400a10d17c92d29b8bc247ce8186e3", size = 21122, upload-time = "2026-07-06T00:52:30.093Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c5/a8/aadeaa9a28510727d538636ee8688f0782a98523147852b29404ce696f1b/httpx_retries-0.5.0-py3-none-any.whl", hash = "sha256:d3124592979a9dc6197e666d1f02e9ab996a0c58fce59fad8db6201a6a87304e", size = 8908, upload-time = "2026-04-20T01:21:46.157Z" }, + { url = "https://files.pythonhosted.org/packages/56/c6/7f3d6ab3549267a1959161b38df4c0fb435eceaf2d531d8addfac01abaca/httpx_retries-0.6.0-py3-none-any.whl", hash = "sha256:d1e52a8f68a5df42de75ab89049d5020b2d0ab2f5f8bceacda008d12aa1257a3", size = 11776, upload-time = "2026-07-06T00:52:31.033Z" }, ] [[package]] @@ -850,7 +850,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "httpx", specifier = "==0.28.*" }, - { name = "httpx-retries", specifier = "==0.5.*" }, + { name = "httpx-retries", specifier = ">=0.5,<0.7" }, ] [package.metadata.requires-dev]