mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
chore: bump hiredis from 2.2.3 to 3.3.0 (#180)
Bumps [hiredis](https://github.com/redis/hiredis-py) from 2.2.3 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/hiredis-py/releases">hiredis's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h1>Changes</h1> <ul> <li>Add Python 3.14 to CI and wheels (<a href="https://redirect.github.com/redis/hiredis-py/issues/213">#213</a> by <a href="https://github.com/zweizeichen"><code>@zweizeichen</code></a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <h2>3.2.1</h2> <h1>Changes</h1> <ul> <li>Fix assertion in reader.c (<a href="https://redirect.github.com/redis/hiredis-py/issues/212">#212</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/uglide"><code>@uglide</code></a></p> <h2>3.2.0</h2> <h1>Changes</h1> <ul> <li>Introduce new type for RESP3 PUSH notifications (<a href="https://redirect.github.com/redis/hiredis-py/issues/208">#208</a>)</li> <li>Run integration workflow on version branches (<a href="https://redirect.github.com/redis/hiredis-py/issues/210">#210</a>)</li> <li>Update hiredis to 1.3.0 (<a href="https://redirect.github.com/redis/hiredis-py/issues/203">#203</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/uglide"><code>@uglide</code></a></p> <h2>3.1.1</h2> <h2>Summary</h2> <p>This is a maintenance release that addresses issues in RESP3 parsing.</p> <h2>Changes</h2> <ul> <li>Fix memory leaks and segfaults in RESP3 map parsing (<a href="https://redirect.github.com/redis/hiredis-py/issues/204">#204</a>, <a href="https://redirect.github.com/redis/hiredis-py/issues/205">#205</a>, <a href="https://redirect.github.com/redis/hiredis-py/issues/206">#206</a>)</li> </ul> <h2>3.1.0</h2> <h1>Changes</h1> <ul> <li>Update Python 3.13 compatibility (<a href="https://redirect.github.com/redis/hiredis-py/issues/199">#199</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/DeD1rk"><code>@DeD1rk</code></a></p> <h2>3.0.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="187d0f387a"><code>187d0f3</code></a> Version 3.3.0</li> <li><a href="3efcf037ed"><code>3efcf03</code></a> Add Python 3.14 to CI and wheels (<a href="https://redirect.github.com/redis/hiredis-py/issues/213">#213</a>) (<a href="https://redirect.github.com/redis/hiredis-py/issues/215">#215</a>)</li> <li><a href="966cede2c0"><code>966cede</code></a> Fix assertion in reader.c (<a href="https://redirect.github.com/redis/hiredis-py/issues/212">#212</a>)</li> <li><a href="78def309e5"><code>78def30</code></a> Bump version to 3.3.0-dev</li> <li><a href="f715de2e7c"><code>f715de2</code></a> Version 3.2.0</li> <li><a href="d5548270b6"><code>d554827</code></a> Introduce new type for RESP3 PUSH notifications (<a href="https://redirect.github.com/redis/hiredis-py/issues/208">#208</a>)</li> <li><a href="58fe9603cd"><code>58fe960</code></a> Run integration workflow on version branches (<a href="https://redirect.github.com/redis/hiredis-py/issues/210">#210</a>)</li> <li><a href="8608965483"><code>8608965</code></a> Update hiredis to 1.3.0 (<a href="https://redirect.github.com/redis/hiredis-py/issues/203">#203</a>)</li> <li><a href="ac31d58c5f"><code>ac31d58</code></a> Bump version to 3.2.0-dev (<a href="https://redirect.github.com/redis/hiredis-py/issues/207">#207</a>)</li> <li><a href="7e77f22963"><code>7e77f22</code></a> Fix memory leak in RESP3 map parsing (<a href="https://redirect.github.com/redis/hiredis-py/issues/204">#204</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/hiredis-py/compare/v2.2.3...v3.3.0">compare view</a></li> </ul> </details> <br /> [](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 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 commit is contained in:
@@ -18,7 +18,7 @@ pyjwt==2.8.0
|
||||
|
||||
# Redis Cache
|
||||
redis==5.0.1
|
||||
hiredis==2.2.3
|
||||
hiredis==3.3.0
|
||||
|
||||
# AWS S3 for File Storage
|
||||
boto3==1.29.7
|
||||
|
||||
Reference in New Issue
Block a user