Skip to content

chore(deps): bump aiohttp from 3.14.0 to 3.14.1 in the all-deps group - #393

Merged
github-actions[bot] merged 1 commit into
betafrom
dependabot/uv/beta/all-deps-e01e180ce9
Jun 10, 2026
Merged

chore(deps): bump aiohttp from 3.14.0 to 3.14.1 in the all-deps group#393
github-actions[bot] merged 1 commit into
betafrom
dependabot/uv/beta/all-deps-e01e180ce9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

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 Jun 8, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) June 8, 2026 15:36
@github-actions
github-actions Bot merged commit 3e93078 into beta Jun 10, 2026
18 of 21 checks passed
@github-actions
github-actions Bot deleted the dependabot/uv/beta/all-deps-e01e180ce9 branch June 10, 2026 19:22
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