Skip to content

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on django-redis to permit the latest version.

Changelog

Sourced from django-redis's changelog.

Version 4.12.1

Date: 2020-05-27

  • No code changes.
  • Fixed a typo in setup.cfg metadata preventing a successful release.

Version 4.12.0

Date: 2020-05-27

  • The project has moved to Jazzband. This is the first release under the new organization. The new repository URL is https://github.com/jazzband/django-redis.
  • Removed support for end-of-life Django < 2.2.
  • Removed support for unmaintained redis-py 2.X.
  • Changed uses of deprecated smart_text() to smart_str().
  • Fixed deprecation warning with the msgpack serializer.
  • The .touch() method now uses the default timeout, to cache forever pass None.
  • Subclasses of JSONSerializer can now override the encoder_class attribute to change the JSON encoder. It defaults to DjangoJSONEncoder.
  • Fixed DefaultClient.set() to work with empty Pipeline.
  • The thread_local parameter is now forwarded to the Redis client.

Version 4.11.0

Date: 2019-12-13

  • Removed support for Python 2.7 and 3.4.
  • Removed support for Django 2.0 and 2.1.
  • Added support for Python 3.8.
  • Added support for Django 2.2 and 3.0.
  • Changed msgpack-python soft dependency to msgpack.
  • Fixed .touch() method for sharded client.
  • Fixed prefix escaping for the sharded client.
  • Fixed .add() method to return a bool.

Version 4.10.0

Date: 2018-10-19

  • Add support and testing for Django 2.1 and Python 3.7. No actual code changes were required.
  • Add support for redis-py 3.0.
  • Add touch command.

Version 4.9.1

Date: 2018-10-19

... (truncated)
Commits

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:

  • 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 dependabot-preview bot added the F7-dependencies Pull requests that update a dependency file label Jun 1, 2020
@MiklerGM
Copy link
Contributor

MiklerGM commented Jun 1, 2020

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 &lt; 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>
@bors
Copy link
Contributor

bors bot commented Jun 1, 2020

Build failed:

@dependabot-preview
Copy link
Contributor Author

Superseded by #294.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/config/django-redis-approx-eq-4.12.1 branch May 31, 2021 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F7-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant