Changelog
*Sourced from [amqp's changelog](https://github.com/celery/py-amqp/blob/master/Changelog).*
> 2.5.1
> =====
> :release-date: 2019-08-14 22.00 P.M UTC+6:00
> :release-by: Asif Saif Uddin
>
> - Ignore all methods except Close and Close-OK when channel/connection is closing
> - Fix faulty ssl sni intiation parameters ([#283](https://github-redirect.dependabot.com/celery/py-amqp/issues/283))
> - Undeprecate auto_delete flag for exchanges. ([#287](https://github-redirect.dependabot.com/celery/py-amqp/issues/287))
> - Improved tests and testing environments
>
>
> .. _version-2.5.0:
>
> 2.5.0
> =====
> :release-date: 2019-05-30 17.30 P.M UTC+6:00
> :release-by: Asif Saif Uddin
>
> - Drop Python 3.4
> - Add new platform
> - Numerious bug fixes
>
> .. _version-2.4.2:
Commits
- [`84481db`](https://github.com/celery/py-amqp/commit/84481db19bec9e82e4fdf19d49216c8bf3e7100d) 2.5.1 ([#288](https://github-redirect.dependabot.com/celery/py-amqp/issues/288))
- [`fa4b58a`](https://github.com/celery/py-amqp/commit/fa4b58af62ae4acd2816d67ef349f10e1893035f) Undeprecate auto_delete flag for exchanges. ([#287](https://github-redirect.dependabot.com/celery/py-amqp/issues/287))
- [`ccbe683`](https://github.com/celery/py-amqp/commit/ccbe683cfd30aef75118223088984f7c9ace43e4) Fix faulty ssl sni intiation parameters ([#283](https://github-redirect.dependabot.com/celery/py-amqp/issues/283))
- [`b36bf88`](https://github.com/celery/py-amqp/commit/b36bf883fe5d6e896dbcfaf54f2428ebc1d3f210) Close channel in integration tests
- [`dc18a4a`](https://github.com/celery/py-amqp/commit/dc18a4a954d7d39d084bfc70fceff21e17025145) Read also rabbitmq host from env. variable in integration tests
- [`d5c0804`](https://github.com/celery/py-amqp/commit/d5c0804f2e8c70969f8b54ad3c4d187593d5b0de) Ignore all methods except Close and Close-OK when channel/connection is closi...
- [`39e81d6`](https://github.com/celery/py-amqp/commit/39e81d64667405325a55baeeb3aaa7988013b9b8) Pin sphinx_celery to 1.4.6.
- [`02e1400`](https://github.com/celery/py-amqp/commit/02e1400e50e07665588c05a39cd5dde76f32a0cc) Drop 3.4 from Windows build.
- [`f915e05`](https://github.com/celery/py-amqp/commit/f915e054ee0ea164117606272480fb61b25a9933) Pin tox-docker to 1.2.1 for now.
- [`aa7dbd5`](https://github.com/celery/py-amqp/commit/aa7dbd54ba1b62b1ff3589e8380dae47c008af62) Mark tox-docker as required.
- Additional commits viewable in [compare view](https://github.com/celery/py-amqp/compare/v2.4.2...2.5.1)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps amqp from 2.4.2 to 2.5.1.
Changelog
*Sourced from [amqp's changelog](https://github.com/celery/py-amqp/blob/master/Changelog).* > 2.5.1 > ===== > :release-date: 2019-08-14 22.00 P.M UTC+6:00 > :release-by: Asif Saif Uddin > > - Ignore all methods except Close and Close-OK when channel/connection is closing > - Fix faulty ssl sni intiation parameters ([#283](https://github-redirect.dependabot.com/celery/py-amqp/issues/283)) > - Undeprecate auto_delete flag for exchanges. ([#287](https://github-redirect.dependabot.com/celery/py-amqp/issues/287)) > - Improved tests and testing environments > > > .. _version-2.5.0: > > 2.5.0 > ===== > :release-date: 2019-05-30 17.30 P.M UTC+6:00 > :release-by: Asif Saif Uddin > > - Drop Python 3.4 > - Add new platform > - Numerious bug fixes > > .. _version-2.4.2:Commits
- [`84481db`](https://github.com/celery/py-amqp/commit/84481db19bec9e82e4fdf19d49216c8bf3e7100d) 2.5.1 ([#288](https://github-redirect.dependabot.com/celery/py-amqp/issues/288)) - [`fa4b58a`](https://github.com/celery/py-amqp/commit/fa4b58af62ae4acd2816d67ef349f10e1893035f) Undeprecate auto_delete flag for exchanges. ([#287](https://github-redirect.dependabot.com/celery/py-amqp/issues/287)) - [`ccbe683`](https://github.com/celery/py-amqp/commit/ccbe683cfd30aef75118223088984f7c9ace43e4) Fix faulty ssl sni intiation parameters ([#283](https://github-redirect.dependabot.com/celery/py-amqp/issues/283)) - [`b36bf88`](https://github.com/celery/py-amqp/commit/b36bf883fe5d6e896dbcfaf54f2428ebc1d3f210) Close channel in integration tests - [`dc18a4a`](https://github.com/celery/py-amqp/commit/dc18a4a954d7d39d084bfc70fceff21e17025145) Read also rabbitmq host from env. variable in integration tests - [`d5c0804`](https://github.com/celery/py-amqp/commit/d5c0804f2e8c70969f8b54ad3c4d187593d5b0de) Ignore all methods except Close and Close-OK when channel/connection is closi... - [`39e81d6`](https://github.com/celery/py-amqp/commit/39e81d64667405325a55baeeb3aaa7988013b9b8) Pin sphinx_celery to 1.4.6. - [`02e1400`](https://github.com/celery/py-amqp/commit/02e1400e50e07665588c05a39cd5dde76f32a0cc) Drop 3.4 from Windows build. - [`f915e05`](https://github.com/celery/py-amqp/commit/f915e054ee0ea164117606272480fb61b25a9933) Pin tox-docker to 1.2.1 for now. - [`aa7dbd5`](https://github.com/celery/py-amqp/commit/aa7dbd54ba1b62b1ff3589e8380dae47c008af62) Mark tox-docker as required. - Additional commits viewable in [compare view](https://github.com/celery/py-amqp/compare/v2.4.2...2.5.1)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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.