anonim-legivon / picoboard

Imageboard engine powered by Django & Django Rest Framework
MIT License
18 stars 0 forks source link

Bump amqp from 2.4.2 to 2.5.2 #76

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps amqp from 2.4.2 to 2.5.2.

Changelog *Sourced from [amqp's changelog](https://github.com/celery/py-amqp/blob/master/Changelog).* > 2.5.2 > ===== > :release-date: 2019-09-30 19.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.1: > > 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 - [`7214d2f`](https://github.com/celery/py-amqp/commit/7214d2fdb620c6eceecc6c26ff48fbc9cac7475b) changelog for 2.5.2 - [`ebaed77`](https://github.com/celery/py-amqp/commit/ebaed7761f78b4ede86aaf76784097bf4a692cbe) Reverse the conditions for clarity. - [`115285c`](https://github.com/celery/py-amqp/commit/115285cdc3f48dbca2a6aef0e16a65e5611938c3) Addded a test for creating a channel when the connection is closed. - [`a797885`](https://github.com/celery/py-amqp/commit/a797885e97e19348a99cc8ae78271b223708f522) Added a test. - [`86cb254`](https://github.com/celery/py-amqp/commit/86cb254dceab75e0240b4fa6b97249de70036a4b) Fix a channel issue against a connection already closed - [`7e671b5`](https://github.com/celery/py-amqp/commit/7e671b5ae188c0c3a990479a6f6c68f8fa0e772b) Update version to 2.5.1. - [`7671983`](https://github.com/celery/py-amqp/commit/767198381bf3ba3e3fb33bc3864b737c0ef7c160) Update version in .bumpversion.cfg since bumpversion was not used for the rel... - [`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)) - Additional commits viewable in [compare view](https://github.com/celery/py-amqp/compare/v2.4.2...2.5.2)


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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #80.