Skip to content

chore(deps): bump aiobotocore from 3.3.0 to 3.7.0#369

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiobotocore-3.7.0
Open

chore(deps): bump aiobotocore from 3.3.0 to 3.7.0#369
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiobotocore-3.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps aiobotocore from 3.3.0 to 3.7.0.

Release notes

Sourced from aiobotocore's releases.

3.7.0

  • replace per-PR CHANGES.rst / __init__.py ceremony with an AI-drafted release flow: contributors no longer touch version or changelog files; a workflow-triggered agent synthesizes merged PRs into a release PR at release time (closes #1167) (#1592)
  • add AioSession.warm_up_loader_caches() and warm_up_loader_caches option in AioConfig to pre-populate botocore loader caches off the event loop, avoiding blocking file I/O on first client/waiter/paginator use (closes #1199) (#1462)
  • fix race condition in AioAssumeRoleProvider._visited_profiles causing false InfiniteLoopConfigError under concurrent async usage (closes #1455) (#1537)
  • fall back to synchronous subprocess.run (via asyncio.to_thread) for credential_process when the running event loop does not implement subprocess transports — notably asyncio.SelectorEventLoop on Windows (closes #1415) (#1588)

3.6.0

What's Changed

Full Changelog: aio-libs/aiobotocore@3.5.0...3.6.0

3.5.0

What's Changed

... (truncated)

Changelog

Sourced from aiobotocore's changelog.

3.7.0 (2026-05-09) ^^^^^^^^^^^^^^^^^^

  • replace per-PR CHANGES.rst / __init__.py ceremony with an AI-drafted release flow: contributors no longer touch version or changelog files; a workflow-triggered agent synthesizes merged PRs into a release PR at release time (closes #1167) (#1592)
  • add AioSession.warm_up_loader_caches() and warm_up_loader_caches option in AioConfig to pre-populate botocore loader caches off the event loop, avoiding blocking file I/O on first client/waiter/paginator use (closes #1199) (#1462)
  • fix race condition in AioAssumeRoleProvider._visited_profiles causing false InfiniteLoopConfigError under concurrent async usage (closes #1455) (#1537)
  • fall back to synchronous subprocess.run (via asyncio.to_thread) for credential_process when the running event loop does not implement subprocess transports — notably asyncio.SelectorEventLoop on Windows (closes #1415) (#1588)

3.6.0 (2026-04-30) ^^^^^^^^^^^^^^^^^^

  • relax botocore dependency specification to support "botocore >= 1.42.90, < 1.43.1"
  • drop support for Python 3.9 (EOL)

3.5.0 (2026-04-19) ^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification to support "botocore >= 1.42.90, < 1.42.92"

3.4.0 (2026-04-07) ^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification to support "botocore >= 1.42.79, < 1.42.85"
Commits
  • d232742 Release v3.7.0 (#1595)
  • 0fb20e5 fix(draft-release): tighten window boundary + unique-PR count (#1597)
  • e8bb50e docs(CLAUDE.md): canonical branch-creation pattern for Claude workflows (#1596)
  • b8c2266 fix(draft-release): provision uv + Python in workflow (#1594)
  • 392dfce feat: AI-drafted release flow (closes #1167) (#1592)
  • 0cbf437 chore(release): consolidate unreleased 3.6.1/3.7.0/3.7.1 into 3.7.0 (#1593)
  • e332cd4 fix: credential_process on Windows + Selector event loop (closes #1415) (#1588)
  • 4d1dbad Bump anthropics/claude-code-action from 1.0.105 to 1.0.111 (#1584)
  • bc3c5b5 Support warm-up of loader caches (#1462)
  • 804cf28 Bump pre-commit from 4.5.1 to 4.6.0 (#1586)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 3.3.0 to 3.7.0.
- [Release notes](https://github.com/aio-libs/aiobotocore/releases)
- [Changelog](https://github.com/aio-libs/aiobotocore/blob/main/CHANGES.rst)
- [Commits](aio-libs/aiobotocore@3.3.0...3.7.0)

---
updated-dependencies:
- dependency-name: aiobotocore
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 04:41
@dependabot dependabot Bot requested a review from guilhermef May 19, 2026 04:41
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2026
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants