Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Bump aio-pika from 9.0.7 to 9.1.2#23

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aio-pika-9.1.2
Closed

Bump aio-pika from 9.0.7 to 9.1.2#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aio-pika-9.1.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 5, 2023

Bumps aio-pika from 9.0.7 to 9.1.2.

Release notes

Sourced from aio-pika's releases.

9.1.2

  • Small fixes in docs

9.1.1

  • Upgrade requirements in poetry.lock
  • Rebuild docs

9.1.0

The bulk of the changes are related to how the library entities are now interconnected. In previous versions of aio_pika.Channel instances not contains a link to the aio_pika.Connection instances for now is contains it.

While I don't want custom code to work directly with the aiormq.Channel instance, this was a public API and I should warn you about the change here. The aio_pika.Channel.channel property is deprecated. Use aio_pika.Channel.get_underlay_chanel() instead.

Now all library entities already use this method.

Changelog

Sourced from aio-pika's changelog.

9.1.0

The bulk of the changes are related to how the library entities are now interconnected. In previous versions of aio_pika.Channel instances not contains a link to the aio_pika.Connection instances for now is contains it.

While I don't want custom code to work directly with the aiormq.Channel instance, this was a public API and I should warn you about the change here. The aio_pika.Channel.channel property is deprecated. Use aio_pika.Channel.get_underlay_chanel() instead. Now all library entities already use this method.

Commits
  • 02c731a fix badges in docs and bump to 9.1.2
  • 37dcfc9 bump
  • 0070f63 fix readthedocs
  • 8493ff3 fix readthedocs
  • 7c20d5e fix readthedoc
  • 237f1e6 update dependencies
  • a19671d Merge pull request #533 from mosquito/featire/wait-reopen-channel-state
  • 87617bf Merge branch 'master' into featire/wait-reopen-channel-state
  • 6d4c8a9 Merge pull request #547 from mosquito/dependabot/pip/requests-2.31.0
  • 07b1347 Bump requests from 2.28.2 to 2.31.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [aio-pika](https://github.com/mosquito/aio-pika) from 9.0.7 to 9.1.2.
- [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.7...9.1.2)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from wupasscat June 5, 2023 23:03
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 26, 2023

Superseded by #26.

@dependabot dependabot Bot closed this Jun 26, 2023
@dependabot dependabot Bot deleted the dependabot/pip/aio-pika-9.1.2 branch June 26, 2023 23:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants