Skip to content

deps(deps): bump httpx-retries from 0.5.0 to 0.6.0 in the python-production group#364

Merged
d3rky merged 1 commit into
mainfrom
dependabot/uv/python-production-8605797a06
Jul 7, 2026
Merged

deps(deps): bump httpx-retries from 0.5.0 to 0.6.0 in the python-production group#364
d3rky merged 1 commit into
mainfrom
dependabot/uv/python-production-8605797a06

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-production group with 1 update: httpx-retries.

Updates httpx-retries from 0.5.0 to 0.6.0

Release notes

Sourced from httpx-retries's releases.

0.6.0

Added

  • retry_request and aretry_request helpers, which run the retry loop at the client level so that errors raised while reading the response body (such as ReadTimeout and RemoteProtocolError) are retried. This is something RetryTransport cannot do, as transports return before the body is read. They reject a client that already uses RetryTransport to avoid retrying every request twice. (#79 by @​will-ockmore)
  • validate_response option on Retry to retry when a callback rejects an otherwise-successful response (for example, content-level blocks such as a CAPTCHA or authorization wall). (#74 by @​vgavro)
  • request.extensions["retry"] support, allowing the Retry configuration to be overridden per request; the resolved Retry is also attached to response.extensions["retry"] for introspection. (#75 by @​vgavro)
  • Retry.copy_with to derive a modified Retry (mirroring httpx.URL.copy_with), convenient for per-request overrides via request.extensions["retry"]. (#75 by @​vgavro)
Changelog

Sourced from httpx-retries's changelog.

[0.6.0] - 2026-07-06

Added

  • retry_request and aretry_request helpers, which run the retry loop at the client level so that errors raised while reading the response body (such as ReadTimeout and RemoteProtocolError) are retried. This is something RetryTransport cannot do, as transports return before the body is read. They reject a client that already uses RetryTransport to avoid retrying every request twice.
  • validate_response option on Retry to retry when a callback rejects an otherwise-successful response (for example, content-level blocks such as a CAPTCHA or authorization wall).
  • request.extensions["retry"] support, allowing the Retry configuration to be overridden per request; the resolved Retry is also attached to response.extensions["retry"] for introspection.
  • Retry.copy_with to derive a modified Retry (mirroring httpx.URL.copy_with), convenient for per-request overrides via request.extensions["retry"].
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](will-ockmore/httpx-retries@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 6, 2026 08:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 6, 2026
@dependabot dependabot Bot requested review from alephsur and svazquezco July 6, 2026 08:07
@codeant-ai

codeant-ai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Warnings
⚠️ PR title must include exactly one Jira issue key in the format MPT-XXXX.

Generated by 🚫 dangerJS against fb8fdd5

@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

@d3rky d3rky merged commit b086e4a into main Jul 7, 2026
4 checks passed
@d3rky d3rky deleted the dependabot/uv/python-production-8605797a06 branch July 7, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant