anonim-legivon / picoboard

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

Bump amqp from 2.4.0 to 2.4.1 #18

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps amqp from 2.4.0 to 2.4.1.

Changelog *Sourced from [amqp's changelog](https://github.com/celery/py-amqp/blob/master/Changelog).* > 2.4.1 > ===== > :release-date: 2018-04-02 9:00 A.M UTC+2 > :release-by: Omer Katz > > - To avoid breaking the API basic_consume() now returns the consumer tag > instead of a tuple when nowait is True. > > Fix contributed by **Matus Valo** > > - Fix crash in basic_publish when broker does not support connection.blocked > capability. > > Fix contributed by **Matus Valo** > > - read_frame() is now Python 3 compatible for large payloads. > > Fix contributed by **Antonio Ojea** > > - Support float read_timeout/write_timeout. > > Fix contributed by **:github_user:`cadl`** > > - Always treat SSLError timeouts as socket timeouts. > > Fix contributed by **Dirk Mueller** and **Antonio Ojea** > > - Treat EWOULDBLOCK as timeout. > > This fixes a regression on Windows from 2.4.0. > > Fix contributed by **Lucian Petrut** > > Test Coverage & CI Improvements: > > - **Matus Valo** > - **Antonio Ojea** > > .. _version-2.4.0:
Commits - [`ba132f4`](https://github.com/celery/py-amqp/commit/ba132f420b1536d86f1ee397a320f015ecb0b3b7) Bump version: 2.4.0 → 2.4.1 - [`e669e83`](https://github.com/celery/py-amqp/commit/e669e83092ec7c346275562ae4a4c7134bffc8fb) Updated changelog. - [`2356f42`](https://github.com/celery/py-amqp/commit/2356f42f4775aae167c7a50b22ca4b2ffb43f413) Treat EWOULDBLOCK as timeout ([#253](https://github-redirect.dependabot.com/celery/py-amqp/issues/253)) - [`bf122a0`](https://github.com/celery/py-amqp/commit/bf122a05a21a8cc5bca314b0979f32c8026fc66e) Always treat SSLError timeouts as socket timeouts ([#247](https://github-redirect.dependabot.com/celery/py-amqp/issues/247)) - [`457b3ba`](https://github.com/celery/py-amqp/commit/457b3bad961cc7ad64466ad18909650dd648d749) Support float read_timeout/write_timeout ([#246](https://github-redirect.dependabot.com/celery/py-amqp/issues/246)) - [`40e0ef5`](https://github.com/celery/py-amqp/commit/40e0ef54a0befc1330ac772ef1d3151001014639) Add unit test for SSLTransport _write function ([#251](https://github-redirect.dependabot.com/celery/py-amqp/issues/251)) - [`e45ea3e`](https://github.com/celery/py-amqp/commit/e45ea3ece36ee5e58eaa3421d49b77ad86fdb5e5) read_frame python3 compatible for large payloads ([#248](https://github-redirect.dependabot.com/celery/py-amqp/issues/248)) - [`734305d`](https://github.com/celery/py-amqp/commit/734305d58cdf025bb939540f2b7bbd2a569a37f5) Add unit test for test_wrap_socket_sni ([#250](https://github-redirect.dependabot.com/celery/py-amqp/issues/250)) - [`60acabc`](https://github.com/celery/py-amqp/commit/60acabcb72eb86f9a600846b809e9a6e2ba66f12) Fix crash in basic_publish when broker does not support connection.blocked ca... - [`f507172`](https://github.com/celery/py-amqp/commit/f507172c1fa88e6c6f50e36762876b3116f4715e) basic_consume() should return consumer tag instead of tuple ([#240](https://github-redirect.dependabot.com/celery/py-amqp/issues/240)) - Additional commits viewable in [compare view](https://github.com/celery/py-amqp/compare/v2.4.0...v2.4.1)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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.