Skip to content

chore(deps): bump aiobotocore from 2.13.3 to 3.7.0#31

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

chore(deps): bump aiobotocore from 2.13.3 to 3.7.0#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/aiobotocore-3.7.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps aiobotocore from 2.13.3 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"

3.3.0 (2026-03-18) ^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification to support "botocore >= 1.42.62, < 1.42.71"

3.2.1 (2026-03-04) ^^^^^^^^^^^^^^^^^^

  • relax botocore dependency specification to support "botocore >= 1.42.53, < 1.42.62"

3.2.0 (2026-02-23) ^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification to support "botocore >= 1.42.53, < 1.42.56"

3.1.3 (2026-02-14) ^^^^^^^^^^^^^^^^^^

  • relax botocore dependency specification to support "botocore >= 1.41.0, < 1.42.50"

3.1.2 (2026-02-05) ^^^^^^^^^^^^^^^^^^

  • relax botocore dependency specification to support "botocore >= 1.41.0, < 1.42.43"

... (truncated)

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 2.13.3 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@2.13.3...3.7.0)

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

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 1, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants