Skip to content

Update aio-pika requirement from >=9.0.0 to >=9.6.2#705

Merged
codingjoe merged 1 commit intomainfrom
dependabot/pip/aio-pika-gte-9.6.2
Apr 13, 2026
Merged

Update aio-pika requirement from >=9.0.0 to >=9.6.2#705
codingjoe merged 1 commit intomainfrom
dependabot/pip/aio-pika-gte-9.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on aio-pika to permit the latest version.

Release notes

Sourced from aio-pika's releases.

9.6.2

What's Changed

New Contributors

Full Changelog: mosquito/aio-pika@9.6.1...9.6.2

Changelog

Sourced from aio-pika's changelog.

9.6.0

  • Fixed callback-based consumers not resuming after connection reconnection #588
  • Fixed queue iterators raising StopAsyncIteration on channel reconnection #540
  • Added close_called property to AbstractConnection and Connection to distinguish intentional vs. automatic connection closures
  • Migrated build tooling from Poetry to UV
  • Migrated linting from Pylama to Ruff
  • Improved logging: split log.exception calls into error-level message and debug-level traceback #693
  • Removed testcontainers dependency from tests

9.5.5

  • Replace WeakSet with set for robust channels tracking #666 by shushpanov

9.5.4

  • fix: RobustChannel should not reopen after close() call #658

9.5.3

  • python3.8-eol #657
  • self-hosted docs

9.5.2

  • Fix documentation links

9.5.1

  • Fix documentation links

9.5.0

  • Fix two bugs by adding more type hints to CallbackCollection. @​Darsstar
  • Dropped python 3.7 @​Darsstar
  • QueueIterator raises StopAsyncIteration when channel is closed. @​Darsstar

9.4.3

  • fix: raise ChannelInvalidStateError at exchange.publish with closed channel #637

9.4.2

... (truncated)

Commits
  • 8136a8c Merge pull request #698 from julia-thorn/julia-thorn-patch-1
  • 31b82b1 Add license-files entry to pyproject.toml
  • 57029c3 Merge pull request #691 from mosquito/hotfix/issue-669
  • 46d4863 reformat files
  • d030d36 add format linter
  • b2d7d40 Reformat and use python3.14 as base python in CI
  • 7d5154c Early close
  • 3ba7cc6 Exception handling fixes
  • 0a9f24c Add some descriptions and examples
  • 4210bf5 Fix autodoc keywords
  • Additional commits viewable in compare view

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)

Updates the requirements on [aio-pika](https://github.com/mosquito/aio-pika) to permit the latest version.
- [Release notes](https://github.com/mosquito/aio-pika/releases)
- [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md)
- [Commits](mosquito/aio-pika@9.0.0...9.6.2)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-version: 9.6.2
  dependency-type: direct:development
...

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 Apr 13, 2026
@codingjoe codingjoe merged commit 62b2724 into main Apr 13, 2026
28 of 29 checks passed
@codingjoe codingjoe deleted the dependabot/pip/aio-pika-gte-9.6.2 branch April 13, 2026 11:06
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.

1 participant