dependabot[bot] opened a new pull request, #11382: URL: https://github.com/apache/gravitino/pull/11382
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cunla/fakeredis-py/releases">fakeredis's releases</a>.</em></p> <blockquote> <h2>v2.36.0</h2> <h3>🚀 Features</h3> <ul> <li>Implement keyspace notifications <a href="https://github.com/alexbthundiyil-spec"><code>@alexbthundiyil-spec</code></a> (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/463">#463</a>)</li> <li>feat(lua): add server global alias for Valkey <a href="https://github.com/przemub"><code>@przemub</code></a> (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/480">#480</a>)</li> <li>feat(streams): implement <code>XACKDEL</code>, <code>XDELEX</code>, <code>XIDMPRECORD</code>, <code>XNACK</code> commands (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/484">#484</a>)</li> <li>feat: add <code>VISMEMBER</code> command to check element existence in vector set</li> <li>feat: implement array commands (<code>ARSET</code>, <code>ARGET</code>, <code>ARLEN</code>, <code>ARGETRANGE</code>, <code>ARINSERT</code>, <code>ARDEL</code>, etc.) for Redis 8.8 ( <a href="https://redirect.github.com/cunla/fakeredis-py/issues/487">#487</a>)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>fix: XREADGROUP with non-'>' ID returns consumer PEL <a href="https://github.com/tomtom103"><code>@tomtom103</code></a> <a href="https://redirect.github.com/cunla/fakeredis-py/issues/470">#470</a></li> <li>fix: similarity calculation in vector set <code>VSIM</code> command</li> <li>fix: <code>CF.RESERVE</code> and <code>CF.SCANDUMP</code> should not create keys if they do not exist</li> <li>fix: various issues in vector set commands <code>VSET</code></li> <li>fix(tcp_server): clean up handler threads on shutdown (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/479">#479</a>)</li> </ul> <h3>🧰 Maintenance</h3> <ul> <li>Improved <code>CLIENT INFO</code> and <code>CLIENT GETNAME</code> commands</li> <li>Better TDigest implementation</li> <li>Update Redis 8 image used in CI to 8.8</li> <li>Update to redis-py 8.0.0</li> <li>perf(hash): make HSET O(1) by using len(h) instead of len(h.keys()) <a href="https://github.com/invoker-bot"><code>@invoker-bot</code></a> (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/473">#473</a>)</li> <li>refactor: introduce <code>CommandsMixinBase</code> to centralise shared mixin attributes (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/482">#482</a>)</li> <li>refactor: VectorSet improvements (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/476">#476</a>)</li> <li>refactor: async Redis tests to use <code>AsyncClientType</code> for improved type safety</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tomtom103"><code>@tomtom103</code></a> made their first contribution in <a href="https://redirect.github.com/cunla/fakeredis-py/pull/470">cunla/fakeredis-py#470</a></li> <li><a href="https://github.com/alexbthundiyil-spec"><code>@alexbthundiyil-spec</code></a> made their first contribution in <a href="https://redirect.github.com/cunla/fakeredis-py/pull/463">cunla/fakeredis-py#463</a></li> <li><a href="https://github.com/invoker-bot"><code>@invoker-bot</code></a> made their first contribution in <a href="https://redirect.github.com/cunla/fakeredis-py/pull/473">cunla/fakeredis-py#473</a></li> <li><a href="https://github.com/przemub"><code>@przemub</code></a> made their first contribution in <a href="https://redirect.github.com/cunla/fakeredis-py/pull/480">cunla/fakeredis-py#480</a></li> <li><a href="https://github.com/cjwatson"><code>@cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/cunla/fakeredis-py/pull/485">cunla/fakeredis-py#485</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cunla/fakeredis-py/compare/v2.35.1...v2.36.0">https://github.com/cunla/fakeredis-py/compare/v2.35.1...v2.36.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cunla/fakeredis-py/commit/acb12aafc458439f84f45a7a05c7af500ce58162"><code>acb12aa</code></a> chore:update deps</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/a26a095e036539a23c70fda983bd33af339e2ce7"><code>a26a095</code></a> doc: update changelog for new VISMEMBER command and array commands in Redis 8.8</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/bb750eab5cac8ec1a9ea8fae4a085185420eb208"><code>bb750ea</code></a> feat:array commands (<a href="https://redirect.github.com/cunla/fakeredis-py/issues/487">#487</a>)</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/1fc3a5091d27b5899b1ce584456831d03ceeace0"><code>1fc3a50</code></a> feat: refactor async Redis tests to use AsyncClientType for improved type safety</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/46098c284cd8754f78e41b5ea21d5856cb19629a"><code>46098c2</code></a> feat: add VISMEMBER command to check element existence in vector set</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/39e2ad2a8d91c80bf8b59d031e9e0b1f77726e03"><code>39e2ad2</code></a> chore: update ci workflow to use redis 8.8</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/b58114b436ea58ec33fab52ec23660b3410f272e"><code>b58114b</code></a> chore: update ci workflow to use redis 8.8</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/af1e6913a4c7761d9a349791e9c6577854e8569d"><code>af1e691</code></a> update to redis-py 8.0.0</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/1f4d0dba20fa451d7d7cc8fb79a5ee364830ea1d"><code>1f4d0db</code></a> fix test_topk_incrby test</li> <li><a href="https://github.com/cunla/fakeredis-py/commit/51f2d58313fdadb0eb8f7e85c23975c5b84ca295"><code>51f2d58</code></a> fix:test workflow</li> <li>Additional commits viewable in <a href="https://github.com/cunla/fakeredis-py/compare/v0.3.0...v2.36.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
