-
Notifications
You must be signed in to change notification settings - Fork 0
Update django-redis requirement from ~=4.11.0 to ~=4.12.1 in /config #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/pip/config/django-redis-approx-eq-4.12.1
Closed
Update django-redis requirement from ~=4.11.0 to ~=4.12.1 in /config #243
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/pip/config/django-redis-approx-eq-4.12.1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [django-redis](https://github.com/jazzband/django-redis) to permit the latest version. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGES.rst) - [Commits](jazzband/django-redis@4.11.0...4.12.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
bors r+ |
bors bot
added a commit
that referenced
this pull request
Jun 1, 2020
243: Update django-redis requirement from ~=4.11.0 to ~=4.12.1 in /config r=MiklerGM a=dependabot-preview[bot] Updates the requirements on [django-redis](https://github.com/jazzband/django-redis) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jazzband/django-redis/blob/master/CHANGES.rst">django-redis's changelog</a>.</em></p> <blockquote> <h1>Version 4.12.1</h1> <p>Date: 2020-05-27</p> <ul> <li>No code changes.</li> <li>Fixed a typo in setup.cfg metadata preventing a successful release.</li> </ul> <h1>Version 4.12.0</h1> <p>Date: 2020-05-27</p> <ul> <li>The project has moved to <a href="https://jazzband.co/">Jazzband</a>. This is the first release under the new organization. The new repository URL is <a href="https://github.com/jazzband/django-redis">https://github.com/jazzband/django-redis</a>.</li> <li>Removed support for end-of-life Django < 2.2.</li> <li>Removed support for unmaintained redis-py 2.X.</li> <li>Changed uses of deprecated <code>smart_text()</code> to <code>smart_str()</code>.</li> <li>Fixed deprecation warning with the msgpack serializer.</li> <li>The <code>.touch()</code> method now uses the default timeout, to cache forever pass <code>None</code>.</li> <li>Subclasses of <code>JSONSerializer</code> can now override the <code>encoder_class</code> attribute to change the JSON encoder. It defaults to <code>DjangoJSONEncoder</code>.</li> <li>Fixed <code>DefaultClient.set()</code> to work with empty <code>Pipeline</code>.</li> <li>The <code>thread_local</code> parameter is now forwarded to the Redis client.</li> </ul> <h1>Version 4.11.0</h1> <p>Date: 2019-12-13</p> <ul> <li>Removed support for Python 2.7 and 3.4.</li> <li>Removed support for Django 2.0 and 2.1.</li> <li>Added support for Python 3.8.</li> <li>Added support for Django 2.2 and 3.0.</li> <li>Changed msgpack-python soft dependency to msgpack.</li> <li>Fixed <code>.touch()</code> method for sharded client.</li> <li>Fixed prefix escaping for the sharded client.</li> <li>Fixed <code>.add()</code> method to return a bool.</li> </ul> <h1>Version 4.10.0</h1> <p>Date: 2018-10-19</p> <ul> <li>Add support and testing for Django 2.1 and Python 3.7. No actual code changes were required.</li> <li>Add support for redis-py 3.0.</li> <li>Add touch command.</li> </ul> <h1>Version 4.9.1</h1> <p>Date: 2018-10-19</p> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jazzband/django-redis/commit/a62fc7416870eddc3d3db8e3c86b03feeff6379b"><code>a62fc74</code></a> Fix typo in CHANGES.rst</li> <li><a href="https://github.com/jazzband/django-redis/commit/7020cb6090971fabcca86738ed3d2d57431cb299"><code>7020cb6</code></a> Prepare for the next release</li> <li><a href="https://github.com/jazzband/django-redis/commit/2dc25d853c1ba2c11687ef63d0d66072d8e9763c"><code>2dc25d8</code></a> Fix typo in setup.cfg</li> <li><a href="https://github.com/jazzband/django-redis/commit/cf724fcb4ab157d589b2af3386befd73656ebf92"><code>cf724fc</code></a> Remove left in debug helper</li> <li><a href="https://github.com/jazzband/django-redis/commit/a5eaaa962805c39985d0c1d94655e18333f31de3"><code>a5eaaa9</code></a> Prepare for the next release</li> <li><a href="https://github.com/jazzband/django-redis/commit/3601dfb50955bb10c789a4be9be298b47f74617f"><code>3601dfb</code></a> Fix typo</li> <li><a href="https://github.com/jazzband/django-redis/commit/a98b1bfe720e09097e274e906a90f147eea50ea4"><code>a98b1bf</code></a> Fix error in README</li> <li><a href="https://github.com/jazzband/django-redis/commit/b7d64f0a80180ecfe8900407fbdf5e4196fa7a2a"><code>b7d64f0</code></a> Make DJANGO_REDIS_IGNORE_EXCEPTIONS more test friendly</li> <li><a href="https://github.com/jazzband/django-redis/commit/3053e6b01994a89146e35b5d4016d1d2415eaed4"><code>3053e6b</code></a> Use native exception chaining</li> <li><a href="https://github.com/jazzband/django-redis/commit/e665a640bfcebfc466f177089692557b5f855b3e"><code>e665a64</code></a> Remove duplicated omit exception code</li> <li>Additional commits viewable in <a href="https://github.com/jazzband/django-redis/compare/4.11.0...4.12.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Build failed: |
Superseded by #294. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on django-redis to permit the latest version.
Changelog
Sourced from django-redis's changelog.
Commits
a62fc74
Fix typo in CHANGES.rst7020cb6
Prepare for the next release2dc25d8
Fix typo in setup.cfgcf724fc
Remove left in debug helpera5eaaa9
Prepare for the next release3601dfb
Fix typoa98b1bf
Fix error in READMEb7d64f0
Make DJANGO_REDIS_IGNORE_EXCEPTIONS more test friendly3053e6b
Use native exception chaininge665a64
Remove duplicated omit exception codeDependabot 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 readmeAdditionally, you can set the following in your Dependabot dashboard: