alephdata / memorious

Lightweight web scraping toolkit for documents and structured data.
https://docs.alephdata.org/developers/memorious
MIT License
311 stars 59 forks source link

Bump redis from 3.2.1 to 3.3.11 #90

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps redis from 3.2.1 to 3.3.11.

Changelog *Sourced from [redis's changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES).* > * 3.3.11 > * Further fix for the SSLError -> TimeoutError mapping to work > on obscure releases of Python 2.7. > * 3.3.10 > * Fixed a potential error handling bug for the SSLError -> TimeoutError > mapping introduced in 3.3.9. hanks [@​zbristow](https://github.com/zbristow). [#1224](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1224) > * 3.3.9 > * Mapped Python 2.7 SSLError to TimeoutError where appropriate. Timeouts > should now consistently raise TimeoutErrors on Python 2.7 for both > unsecured and secured connections. Thanks [@​zbristow](https://github.com/zbristow). [#1222](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1222) > * 3.3.8 > * Fixed MONITOR parsing to properly parse IPv6 client addresses, unix > socket connections and commands issued from Lua. Thanks [@​kukey](https://github.com/kukey). [#1201](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1201) > * 3.3.7 > * Fixed a regression introduced in 3.3.0 where socket.error exceptions > (or subclasses) could potentially be raised instead of > redis.exceptions.ConnectionError. [#1202](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1202) > * 3.3.6 > * Fixed a regression in 3.3.5 that caused PubSub.get_message() to raise > a socket.timeout exception when passing a timeout value. [#1200](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1200) > * 3.3.5 > * Fix an issue where socket.timeout errors could be handled by the wrong > exception handler in Python 2.7. > * 3.3.4 > * More specifically identify nonblocking read errors for both SSL and > non-SSL connections. 3.3.1, 3.3.2 and 3.3.3 on Python 2.7 could > potentially mask a ConnectionError. [#1197](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1197) > * 3.3.3 > * The SSL module in Python < 2.7.9 handles non-blocking sockets > differently than 2.7.9+. This patch accommodates older versions. [#1197](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1197) > * 3.3.2 > * Further fixed a regression introduced in 3.3.0 involving SSL and > non-blocking sockets. [#1197](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1197) > * 3.3.1 > * Fixed a regression introduced in 3.3.0 involving SSL and non-blocking > sockets. [#1197](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1197) > * 3.3.0 > * Resolve a race condition with the PubSubWorkerThread. [#1150](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1150) > * Cleanup socket read error messages. Thanks Vic Yu. [#1159](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1159) > * Cleanup the Connection's selector correctly. Thanks Bruce Merry. [#1153](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1153) > * Added a Monitor object to make working with MONITOR output easy. > Thanks Roey Prat [#1033](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1033) > * Internal cleanup: Removed the legacy Token class which was necessary > with older version of Python that are no longer supported. [#1066](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1066) > * Response callbacks are now case insensitive. This allows users that > call Redis.execute_command() directly to pass lower-case command > names and still get reasonable responses. [#1168](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1168) > * Added support for hiredis-py 1.0.0 encoding error support. This should > make the PythonParser and the HiredisParser behave identically > when encountering encoding errors. Thanks Brian Candler. [#1161](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1161)/[#1162](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1162) > ... (truncated)
Commits - [`5377285`](https://github.com/andymccurdy/redis-py/commit/53772852558ae744c624c47d143e6e0506cd6aa3) Version 3.3.11 - [`e1bc385`](https://github.com/andymccurdy/redis-py/commit/e1bc3854dbce670652563d28d84bba0f333e2575) Version 3.3.10 - [`a03c12e`](https://github.com/andymccurdy/redis-py/commit/a03c12e5869469aeaf4016d75a883a1fceb992fd) Version 3.3.9 - [`29a5259`](https://github.com/andymccurdy/redis-py/commit/29a5259f644da35baee25342dc097782527d854b) spelling fixes ([#1218](https://github-redirect.dependabot.com/andymccurdy/redis-py/issues/1218)) - [`d811ae7`](https://github.com/andymccurdy/redis-py/commit/d811ae71dbdbeeb4fc0ee73a96b7fbdb1aec8522) version 3.3.8, fix MONITOR output to account for all types of clients - [`f0516c9`](https://github.com/andymccurdy/redis-py/commit/f0516c9f7589557883a5eb23a44531066e275950) version 3.3.7, Fixed a socket.error regression introduced in 3.3.0 - [`038e5ee`](https://github.com/andymccurdy/redis-py/commit/038e5ee019ecaa29b073a89e61585d404579beff) version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts - [`a5ba696`](https://github.com/andymccurdy/redis-py/commit/a5ba696ed8aa3efbc709de4046a121a82a31392f) version 3.3.5, handle socket.timeout errors correctly in Python 2.7 - [`3afa016`](https://github.com/andymccurdy/redis-py/commit/3afa016029d7e0a46fa1d76ac9c7463a02495e05) version 3.3.4, more specifically identify nonblocking read errors - [`885ce77`](https://github.com/andymccurdy/redis-py/commit/885ce770856a1ee5ebc51d7c5390c88fb62bc93e) version 3.3.4, more specifically identify nonblocking read errors - Additional commits viewable in [compare view](https://github.com/andymccurdy/redis-py/compare/3.2.1...3.3.11)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - 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

Looks like redis is no longer a dependency, so this is no longer needed.