Skip to content

Commit

Permalink
chore(deps): bump redis from 5.0.0 to 5.0.1 in /metrics-exporter (#743)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/redis/redis-py/releases">redis's
releases</a>.</em></p>
<blockquote>
<h2>5.0.1</h2>
<h1>Changes</h1>
<h2>🚀 New Features</h2>
<ul>
<li>Provide aclose() / close() for classes requiring lifetime management
(<a
href="https://redirect.github.com/redis/redis-py/issues/2898">#2898</a>)</li>
<li>Add support for <code>ModuleCommands</code> in cluster (<a
href="https://redirect.github.com/redis/redis-py/issues/2951">#2951</a>)</li>
<li>Add support for multiple values in <code>RPUSHX</code> (<a
href="https://redirect.github.com/redis/redis-py/issues/2949">#2949</a>)</li>
<li>Add <code>Redis.from_pool()</code> class method, for explicitly
owning and closing a ConnectionPool (<a
href="https://redirect.github.com/redis/redis-py/issues/2913">#2913</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fixing monitor parsing for messages containing specific substrings
(<a
href="https://redirect.github.com/redis/redis-py/issues/2950">#2950</a>)</li>
<li>Cluster determine slot command name need to be upper (<a
href="https://redirect.github.com/redis/redis-py/issues/2919">#2919</a>)</li>
<li>Support timeout = 0 in search query (<a
href="https://redirect.github.com/redis/redis-py/issues/2934">#2934</a>)</li>
<li>Fix async sentinel: add <code>push_request</code> keyword argument
to <code>read_response</code> (<a
href="https://redirect.github.com/redis/redis-py/issues/2922">#2922</a>)</li>
<li>Fix protocol checking for search commands (<a
href="https://redirect.github.com/redis/redis-py/issues/2923">#2923</a>)</li>
<li>Fix: SentinelManagedConnection.read_response() got an unexpected
keyword argument 'push_request' (<a
href="https://redirect.github.com/redis/redis-py/issues/2894">#2894</a>)</li>
<li>Fix: automatically close connection pool for async Sentinel (<a
href="https://redirect.github.com/redis/redis-py/issues/2900">#2900</a>)</li>
<li>Save a reference to created async tasks, to avoid tasks potentially
disappearing (<a
href="https://redirect.github.com/redis/redis-py/issues/2816">#2816</a>)</li>
<li>Avoid reference cycling by the garbage collector during response
reading (<a
href="https://redirect.github.com/redis/redis-py/issues/2932">#2932</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Type hint improvements (<a
href="https://redirect.github.com/redis/redis-py/issues/2952">#2952</a>)</li>
<li>Replace <code>clear_connect_callbacks</code> with
<code>_deregister_connect_callback</code> (<a
href="https://redirect.github.com/redis/redis-py/issues/2955">#2955</a>)</li>
<li>Async fixes, remove <strong>del</strong> and other things (<a
href="https://redirect.github.com/redis/redis-py/issues/2870">#2870</a>)</li>
<li>Add pagination, sorting and grouping examples to search json example
(<a
href="https://redirect.github.com/redis/redis-py/issues/2890">#2890</a>)</li>
<li>Remove process-id checks from asyncio. Asyncio and fork() does not
mix. (<a
href="https://redirect.github.com/redis/redis-py/issues/2911">#2911</a>)</li>
<li>Fix resource usage and cleanup Mocks in the unit tests (<a
href="https://redirect.github.com/redis/redis-py/issues/2936">#2936</a>)</li>
<li>Remove mentions of tox (<a
href="https://redirect.github.com/redis/redis-py/issues/2929">#2929</a>)</li>
<li>Add 7.2 to supported Redis versions (<a
href="https://redirect.github.com/redis/redis-py/issues/2896">#2896</a>)</li>
<li>Fix resource warnings in unit tests (<a
href="https://redirect.github.com/redis/redis-py/issues/2899">#2899</a>)</li>
<li>Fix typo in redis-stream-example.ipynb (<a
href="https://redirect.github.com/redis/redis-py/issues/2918">#2918</a>)</li>
<li>Deprecate RedisGraph (<a
href="https://redirect.github.com/redis/redis-py/issues/2927">#2927</a>)</li>
<li>Fix redis 7.2.0 tests (<a
href="https://redirect.github.com/redis/redis-py/issues/2902">#2902</a>)</li>
<li>Fix test_scorer (search) (<a
href="https://redirect.github.com/redis/redis-py/issues/2920">#2920</a>)</li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank all the contributors who worked on this
release!</p>
<p><a href="https://github.com/AOrazaev"><code>@​AOrazaev</code></a>, <a
href="https://github.com/akx"><code>@​akx</code></a>, <a
href="https://github.com/anio"><code>@​anio</code></a>, <a
href="https://github.com/chayim"><code>@​chayim</code></a>, <a
href="https://github.com/dvora-h"><code>@​dvora-h</code></a>, <a
href="https://github.com/elfkuzco"><code>@​elfkuzco</code></a>, <a
href="https://github.com/hauntsaninja"><code>@​hauntsaninja</code></a>,
<a
href="https://github.com/kristjanvalur"><code>@​kristjanvalur</code></a>,
<a href="https://github.com/meiravgri"><code>@​meiravgri</code></a>, <a
href="https://github.com/uglide"><code>@​uglide</code></a> and <a
href="https://github.com/yangbodong22011"><code>@​yangbodong22011</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/redis-py/commit/cc4bc1a544d1030aec1696baef2861064fa8dd1c"><code>cc4bc1a</code></a>
Version 5.0.1 (<a
href="https://redirect.github.com/redis/redis-py/issues/2958">#2958</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/2ee7c3cb352d368df6521425f2e613dd4b2fcadc"><code>2ee7c3c</code></a>
Type hint improvements (<a
href="https://redirect.github.com/redis/redis-py/issues/2952">#2952</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/56b254eb7b3827274e8eeb45b18e0b2345a27582"><code>56b254e</code></a>
Save a reference to created async tasks, to avoid tasks potentially
disappear...</li>
<li><a
href="https://github.com/redis/redis-py/commit/1b370da71709ad31ec947bf14af4b5831d57b9cb"><code>1b370da</code></a>
Replace clear_connect_callbacks with _deregister_connect_callback (<a
href="https://redirect.github.com/redis/redis-py/issues/2955">#2955</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/ded9f7c7e130b1797a11ee73a141e537ae37a83d"><code>ded9f7c</code></a>
async fixes, remove <strong>del</strong> and other things (<a
href="https://redirect.github.com/redis/redis-py/issues/2870">#2870</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/c46a28dfdff95bfbe9b8872ee6cc17f41487f11f"><code>c46a28d</code></a>
Provide aclose() / close() for classes requiring lifetime management (<a
href="https://redirect.github.com/redis/redis-py/issues/2898">#2898</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/620764198882051ef9e32bfa1fcf31742b2fb095"><code>6207641</code></a>
Add support for <code>ModuleCommands</code> in cluster (<a
href="https://redirect.github.com/redis/redis-py/issues/2951">#2951</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/2df75ad4d8678cb0d76463c5ad17213618121b9d"><code>2df75ad</code></a>
Fix monitor regex bug (<a
href="https://redirect.github.com/redis/redis-py/issues/2950">#2950</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/0acd0e7f0f2383a77bdc3a09a51fd95ff6588070"><code>0acd0e7</code></a>
Add support for multimple values in <code>RPUSHX</code> (<a
href="https://redirect.github.com/redis/redis-py/issues/2949">#2949</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/012f7cf7d2950e8241eb5705e7cdd83b09370ba4"><code>012f7cf</code></a>
Add <code>Redis.from_pool()</code> class method, for explicitly owning
and closing a Con...</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/redis-py/compare/v5.0.0...v5.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis&package-manager=pip&previous-version=5.0.0&new-version=5.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent b13574c commit dadd400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-exporter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prometheus-client==0.17.1
structlog==23.1.0
celery==5.3.4
redis==5.0.0
redis==5.0.1

0 comments on commit dadd400

Please sign in to comment.