Skip to content

chore(deps-dev): bump the all-deps group across 1 directory with 2 updates - #395

Merged
github-actions[bot] merged 1 commit into
httpxfrom
dependabot/uv/httpx/all-deps-8b786f808c
Jun 10, 2026
Merged

chore(deps-dev): bump the all-deps group across 1 directory with 2 updates#395
github-actions[bot] merged 1 commit into
httpxfrom
dependabot/uv/httpx/all-deps-8b786f808c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 2 updates in the / directory: ruff and hypothesis.

Updates ruff from 0.15.15 to 0.15.16

Release notes

Sourced from ruff's releases.

0.15.16

Release Notes

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.16

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

Commits

Updates hypothesis from 6.155.1 to 6.155.2

Commits
  • fcc26c4 Bump hypothesis version to 6.155.2 and update changelog
  • 13cdd0b Merge pull request #4760 from Zac-HD/datetime-symbolic-4759
  • e48846d format
  • b4152ea rewrite comments and improve test
  • 6b18db3 fixed flake
  • eb7d53a Update pinned dependencies
  • 1bbeb59 Fix update_pyodide_versions for relocated xbuildenv metadata
  • 552a461 Make date/time drawing symbolic-execution friendly
  • 2c6dfdb Merge pull request #4758 from bsluther/docs-fix-assume-condition
  • 1416fe1 Fix assume condition in adapting-strategies.rst
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 8, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) June 8, 2026 15:37
…dates

Bumps the all-deps group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `ruff` from 0.15.15 to 0.15.16
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.15...0.15.16)

Updates `hypothesis` from 6.155.1 to 6.155.2
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@v6.155.1...v6.155.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.155.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ruff
  dependency-version: 0.15.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/httpx/all-deps-8b786f808c branch from 18cd0d9 to 2b3f19b Compare June 10, 2026 18:29
@github-actions
github-actions Bot merged commit 26e4c7e into httpx Jun 10, 2026
15 checks passed
@github-actions
github-actions Bot deleted the dependabot/uv/httpx/all-deps-8b786f808c branch June 10, 2026 18:32
TKIPisalegacycipher added a commit that referenced this pull request Jun 10, 2026
test_delete_network retries createOrganizationActionBatch up to 5 times,
but action batches are asynchronous: a prior attempt's batch can finish
deleting the network after the test stops polling. The next attempt then
hits 400 "Network not found", flaking the suite (#393, #394, #395).

A delete is idempotent, so a 400 not-found on the create call means the
network is already gone, which is the desired end state. Catch it and
return success in both the sync and async lifecycle tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
TKIPisalegacycipher added a commit that referenced this pull request Jun 10, 2026
test_delete_network retries createOrganizationActionBatch up to 5 times,
but action batches are asynchronous: a prior attempt's batch can finish
deleting the network after the test stops polling. The next attempt then
hits 400 "Network not found", flaking the suite (#393, #394, #395).

A delete is idempotent, so a 400 not-found on the create call means the
network is already gone, which is the desired end state. Catch it and
return success in both the sync and async lifecycle tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
TKIPisalegacycipher added a commit that referenced this pull request Jun 10, 2026
…te (#399)

test_delete_network retries createOrganizationActionBatch up to 5 times,
but action batches are asynchronous: a prior attempt's batch can finish
deleting the network after the test stops polling. The next attempt then
hits 400 "Network not found", flaking the suite (#393, #394, #395).

A delete is idempotent, so a 400 not-found on the create call means the
network is already gone, which is the desired end state. Catch it and
return success in both the sync and async lifecycle tests.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.

0 participants