[PR #2428] [CLOSED] Bump aioredis from 1.3.1 to 2.0.1 #2555

Closed
opened 2026-02-27 12:11:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2428
Author: @dependabot[bot]
Created: 12/28/2021
Status: Closed

Base: masterHead: dependabot/pip/aioredis-2.0.1


📝 Commits (1)

  • 3d50240 Bump aioredis from 1.3.1 to 2.0.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps aioredis from 1.3.1 to 2.0.1.

Release notes

Sourced from aioredis's releases.

v2.0.1

Version v2.0.1

Features

  • Added Python 3.10 to CI & Updated the Docs (see #1160)
  • Enable mypy in CI (see #1101)
  • Synchronized reading the responses from a connection (see #1106)

Fixes

  • Remove del from Redis (Fixes #1115) (see #1227)
  • fix socket.error raises (see #1129)
  • Fix buffer is closed error when using PythonParser class (see #1213)

Version v2.0.0

Version 2.0 is a complete rewrite of aioredis. Starting with this version, aioredis now follows the API of redis-py, so you can easily adapt synchronous code that uses redis-py for async applications with aioredis-py.

NOTE: This version is not compatible with earlier versions of aioredis. If you upgrade, you will need to make code changes.

For more details, read our documentation on migrating to version 2.0.

Changelog

Sourced from aioredis's changelog.

2.0.1 - (2021-12-20)

Features

  • Added Python 3.10 to CI & Updated the Docs (see #1160)
  • Enable mypy in CI (see #1101)
  • Synchronized reading the responses from a connection (see #1106)

Fixes

  • Remove del from Redis (Fixes #1115) (see #1227)
  • fix socket.error raises (see #1129)
  • Fix buffer is closed error when using PythonParser class (see #1213)

2.0.0 - (2021-03-18)

Features

  • Port redis-py's client implementation to aioredis.
    (see #891)

  • Make hiredis an optional dependency.
    (see #917)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2428 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/28/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/aioredis-2.0.1` --- ### 📝 Commits (1) - [`3d50240`](https://github.com/modoboa/modoboa/commit/3d502408d950ebaa307f302454f68739bfb9f93d) Bump aioredis from 1.3.1 to 2.0.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 1.3.1 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aioredis-py/releases">aioredis's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <p>Version v2.0.1</p> <h2>Features</h2> <ul> <li>Added Python 3.10 to CI &amp; Updated the Docs (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1160">#1160</a>)</li> <li>Enable mypy in CI (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1101">#1101</a>)</li> <li>Synchronized reading the responses from a connection (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1106">#1106</a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Remove del from Redis (Fixes <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1115">#1115</a>) (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1227">#1227</a>)</li> <li>fix socket.error raises (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1129">#1129</a>)</li> <li>Fix buffer is closed error when using PythonParser class (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1213">#1213</a>)</li> </ul> <h2>Version v2.0.0</h2> <p>Version 2.0 is a complete rewrite of aioredis. Starting with this version, aioredis now follows the API of <a href="https://github.com/andymccurdy/redis-py">redis-py</a>, so you can easily adapt synchronous code that uses redis-py for async applications with aioredis-py.</p> <p><strong>NOTE:</strong> This version is <em>not</em> compatible with earlier versions of aioredis. If you upgrade, you will need to make code changes.</p> <p>For more details, read our <a href="https://aioredis.readthedocs.io/en/latest/migration/">documentation on migrating to version 2.0</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md">aioredis's changelog</a>.</em></p> <blockquote> <h2>2.0.1 - (2021-12-20)</h2> <h3>Features</h3> <ul> <li>Added Python 3.10 to CI &amp; Updated the Docs (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1160">#1160</a>)</li> <li>Enable mypy in CI (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1101">#1101</a>)</li> <li>Synchronized reading the responses from a connection (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1106">#1106</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Remove <strong>del</strong> from Redis (Fixes <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1115">#1115</a>) (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1227">#1227</a>)</li> <li>fix socket.error raises (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1129">#1129</a>)</li> <li>Fix buffer is closed error when using PythonParser class (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1213">#1213</a>)</li> </ul> <h2>2.0.0 - (2021-03-18)</h2> <h3>Features</h3> <ul> <li> <p>Port redis-py's client implementation to aioredis.<br /> (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/891">#891</a>)</p> </li> <li> <p>Make hiredis an optional dependency.<br /> (see <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/917">#917</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aioredis-py/commit/224f843bd4b33d657770bded6f86ce33b881257c"><code>224f843</code></a> Release version 2.0.1 (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1247">#1247</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/a9825c2ac35939b9ad8928e9468335d8efab963f"><code>a9825c2</code></a> Bump py-actions/py-dependency-install from 2.1.0 to 3 (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1239">#1239</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/7f65c4ccb0e954c17f2a3e1ecc665c62e4a1aaeb"><code>7f65c4c</code></a> Remove <strong>del</strong> from Redis (Fixes <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1115">#1115</a>) (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1227">#1227</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/5062740974e493c390fb8db33982f97d6e08df2d"><code>5062740</code></a> Fix typing on blpop (etc) timeout argument (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1224">#1224</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/dbdd0add63f986f2ed2d56c9736303d133add23c"><code>dbdd0ad</code></a> fix socket.error raises (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1129">#1129</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/2ba15fb6947fa2347d401ba436e362ad62ed38ff"><code>2ba15fb</code></a> Fix buffer is closed error when using PythonParser class (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1213">#1213</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/0aa06df10b9531f4ba734ec7567f8621c00e65e9"><code>0aa06df</code></a> Fix typing on evalsha keys_and_args argument (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1215">#1215</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/33b2dbd0a40ac148e6a36ba2fc7ab5d438a9a71d"><code>33b2dbd</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1201">#1201</a>)</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/a708bd14b1a8bec0a1f3d469bf5384eb2726b5fa"><code>a708bd1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1162">#1162</a> from aio-libs/dependabot/pip/flake8-4.0.1</li> <li><a href="https://github.com/aio-libs/aioredis-py/commit/5d51d8d9675bce935e3a0373875a6a9b52f7be0c"><code>5d51d8d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aio-libs/aioredis-py/issues/1198">#1198</a> from aio-libs/dependabot/pip/docs/mkdocs-1.2.3</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aioredis-py/compare/v1.3.1...v2.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aioredis&package-manager=pip&previous-version=1.3.1&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2555
No description provided.