Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Feb 20, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Dreamsorcerer and others added 7 commits February 20, 2025 13:04
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bumps [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs)
from 2.4.4 to 2.4.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiohappyeyeballs/releases">aiohappyeyeballs's
releases</a>.</em></p>
<blockquote>
<h2>v2.4.6 (2025-02-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure all timers are cancelled when after staggered race finishes
(<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/pull/136">#136</a>,
<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/f75891d8974693b24af9789a8981ed7f6bc55c5c"><code>f75891d</code></a>)</li>
</ul>
<hr />
<p><strong>Detailed Changes</strong>: <a
href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.5...v2.4.6">v2.4.5...v2.4.6</a></p>
<h2>v2.4.5 (2025-02-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Keep classifiers in project to avoid automatic enrichment (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/pull/134">#134</a>,
<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/99edb20e9d3e53ead65b55cb3e93c22c03d06599"><code>99edb20</code></a>)</li>
</ul>
<p>Co-authored-by: J. Nick Koston <a
href="mailto:nick@koston.org">nick@koston.org</a></p>
<ul>
<li>Move classifiers to prevent recalculation by Poetry (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/pull/131">#131</a>,
<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/66e1c90ae81f71c7039cd62c60417a96202d906c"><code>66e1c90</code></a>)</li>
</ul>
<p>Co-authored-by: Martin Styk <a
href="mailto:martin.styk@oracle.com">martin.styk@oracle.com</a></p>
<p>Co-authored-by: J. Nick Koston <a
href="mailto:nick@koston.org">nick@koston.org</a></p>
<hr />
<p><strong>Detailed Changes</strong>: <a
href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.4...v2.4.5">v2.4.4...v2.4.5</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md">aiohappyeyeballs's
changelog</a>.</em></p>
<blockquote>
<h2>v2.4.6 (2025-02-07)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Ensure all timers are cancelled when after staggered race finishes
(<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/136">#136</a>)
(<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/f75891d8974693b24af9789a8981ed7f6bc55c5c"><code>f75891d</code></a>)</li>
</ul>
<h2>v2.4.5 (2025-02-07)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Keep classifiers in project to avoid automatic enrichment (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/134">#134</a>)
(<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/99edb20e9d3e53ead65b55cb3e93c22c03d06599"><code>99edb20</code></a>)</li>
<li>Move classifiers to prevent recalculation by poetry (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/131">#131</a>)
(<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/66e1c90ae81f71c7039cd62c60417a96202d906c"><code>66e1c90</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/f18ad492a3e9f04bf4c89aa4e85c82e8cd113b58"><code>f18ad49</code></a>
2.4.6</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/f75891d8974693b24af9789a8981ed7f6bc55c5c"><code>f75891d</code></a>
fix: ensure all timers are cancelled when after staggered race finishes
(<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/136">#136</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/cbc674d4095a49795e077d572fd0fda398432553"><code>cbc674d</code></a>
2.4.5</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/99edb20e9d3e53ead65b55cb3e93c22c03d06599"><code>99edb20</code></a>
fix: keep classifiers in project to avoid automatic enrichment (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/134">#134</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/9baf0b340e973541c574f396c055925d947154f7"><code>9baf0b3</code></a>
chore(deps-ci): bump the github-actions group with 9 updates (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/135">#135</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/678eab0dd4eabcba0c1ea1f033a41eb76c42bc1b"><code>678eab0</code></a>
chore: update dependabot.yml to include GHA (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/133">#133</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/66e1c90ae81f71c7039cd62c60417a96202d906c"><code>66e1c90</code></a>
fix: move classifiers to prevent recalculation by Poetry (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/131">#131</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/850640e0f79eb38c4eda33115416d91790fea734"><code>850640e</code></a>
chore: migrate to poetry 2.0 (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/132">#132</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/75ec0dcabc2e88c2a54cf6105e927e59f0b2864b"><code>75ec0dc</code></a>
chore(pre-commit.ci): pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/129">#129</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/7d7f1180f290b3547aa12b3bc69c6684d6ab0dd2"><code>7d7f118</code></a>
chore(pre-commit.ci): pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/128">#128</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.4...v2.4.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohappyeyeballs&package-manager=pip&previous-version=2.4.4&new-version=2.4.6)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [proxy-py](https://github.com/abhinavsingh/proxy.py) from 2.4.9 to
2.4.10.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/3b9964b683dccf4507380fd17d3403ac0cf64342"><code>3b9964b</code></a>
Bump actions cache (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1520">#1520</a>)</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/dc952abdaed219ee14aaa425a1b9d4027fc37116"><code>dc952ab</code></a>
<code>DEFAULT_CONNECT_TIMEOUT = 10.0</code> (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1519">#1519</a>)</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/d5023491d1bb7f66a54b63a4867db616d4939b71"><code>d502349</code></a>
Avoid closing upstream if its managed by plugins (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1518">#1518</a>)</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/ad2e1074b36f190d1f5d583190b76770a3612405"><code>ad2e107</code></a>
Leakage class (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1510">#1510</a>)</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/71d796baa961cacda7c1e661a98f10e1e474cd85"><code>71d796b</code></a>
Dont crash threadless if work shutdown errors out (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1509">#1509</a>)</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/5076c3040c2031ce4b666c7a10a4c0eba927ba90"><code>5076c30</code></a>
Lint fix</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/edad693fbbc7499e8b3827fe81c61b2e3f8e97af"><code>edad693</code></a>
Cast <code>--inactive-conn-cleanup-timeout</code> to float</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/8d81b1426f373c90e1efad19907c82e03b2bcabb"><code>8d81b14</code></a>
<code>--inactive-conn-cleanup-timeout</code> (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1504">#1504</a>)</li>
<li><a
href="https://github.com/abhinavsingh/proxy.py/commit/050ac1c39a83fa47229d69df4ce824a53bc07228"><code>050ac1c</code></a>
<code>--rewrite-host-header</code> flag for reverse proxy (<a
href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1492">#1492</a>)</li>
<li>See full diff in <a
href="https://github.com/abhinavsingh/proxy.py/compare/v2.4.9...v2.4.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proxy-py&package-manager=pip&previous-version=2.4.9&new-version=2.4.10)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0
to 44.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's
changelog</a>.</em></p>
<blockquote>
<p>44.0.1 - 2025-02-11</p>
<pre><code>
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.4.1.
* We now build ``armv7l`` ``manylinux`` wheels and publish them to PyPI.
* We now build ``manylinux_2_34`` wheels and publish them to PyPI.
<p>.. _v44-0-0:
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyca/cryptography/commit/adaaaed77db676bbaa9d171175db81dce056e2a7"><code>adaaaed</code></a>
Bump for 44.0.1 release (<a
href="https://redirect.github.com/pyca/cryptography/issues/12441">#12441</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/ccc61dabe38b86956bf218565cd4e82b918345a1"><code>ccc61da</code></a>
[backport] test and build on armv7l (<a
href="https://redirect.github.com/pyca/cryptography/issues/12420">#12420</a>)
(<a
href="https://redirect.github.com/pyca/cryptography/issues/12431">#12431</a>)</li>
<li>See full diff in <a
href="https://github.com/pyca/cryptography/compare/44.0.0...44.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=44.0.0&new-version=44.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [valkey](https://github.com/valkey-io/valkey-py) from 6.0.2 to
6.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/valkey-io/valkey-py/releases">valkey's
releases</a>.</em></p>
<blockquote>
<h2>6.1.0</h2>
<h1>Changes</h1>
<ul>
<li>v6.1.0 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/173">#173</a>)</li>
<li>Fix updated linters errors (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/172">#172</a>)</li>
<li>Removing my work account from CODEOWNERS (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/168">#168</a>)</li>
<li>connection: fix getpid() call on disconnect (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/166">#166</a>)</li>
<li>Revert some typing commits (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/163">#163</a>)</li>
<li>fixed type hints of hash methods (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/154">#154</a>)</li>
<li>fixed type hint of hrandfield method (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/155">#155</a>)</li>
<li>Add new CODEOWNERS (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/152">#152</a>)</li>
<li>Add more test cases (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/147">#147</a>)</li>
<li>refactor: updating typing for xreadgroup / xread / xadd (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/130">#130</a>)</li>
<li>update typing for copy (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/139">#139</a>)</li>
<li>update the return type of scan family (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/135">#135</a>)</li>
<li>Issue 131: Fixes Flaky test by increasing timeout to 1s (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/136">#136</a>)</li>
<li>Fixes for valkey 8.0 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/124">#124</a>)</li>
<li>Set socket_timeout default value to 5 seconds (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/120">#120</a>)</li>
<li>sort methods <code>ACL DELUSER</code> and <code>ACL DRYRUN</code> by
alphabetically, checked doc (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/103">#103</a>)</li>
<li>drop compose format and commands v1, use supported v2+ (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/105">#105</a>)</li>
<li>fix redis-cluster-py link (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/99">#99</a>)</li>
<li>make documentation link more obvious (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/98">#98</a>)</li>
<li>Added geosearch tests (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/97">#97</a>)</li>
</ul>
<h2>🔥 Breaking Changes</h2>
<ul>
<li>Remove expiration/TTL commands that are not supported by Valkey (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/125">#125</a>)</li>
</ul>
<h2>🚀 New Features</h2>
<ul>
<li>Add dynamic_startup_nodes parameter to async ValkeyCluster (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/167">#167</a>)</li>
<li>fixed problems in <a
href="https://redirect.github.com/valkey-io/valkey-py/issues/143">#143</a>
(<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/144">#144</a>)</li>
<li>Add async class aliases for redis-py compatibility (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/148">#148</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Allow relative path in unix socket URLs (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/153">#153</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>connection: add a pointer to os.getpid to ConnectionPool (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/159">#159</a>)</li>
<li>fix verify params in getex() (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/145">#145</a>)</li>
<li>build(deps): bump rojopolis/spellcheck-github-actions from 0.44.0 to
0.45.0 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/128">#128</a>)</li>
<li>build(deps): bump codecov/codecov-action from 4 to 5 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/127">#127</a>)</li>
<li>Add support for Python 3.13 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/116">#116</a>)</li>
<li>build(deps): bump rojopolis/spellcheck-github-actions from 0.42.0 to
0.44.0 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/118">#118</a>)</li>
<li>Revert &quot;Temporarily fix <a
href="https://github.com/actions/runner-images/issu%E2%80%A6">https://github.com/actions/runner-images/issu…</a>&quot;
(<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/117">#117</a>)</li>
<li>parsers: resp3: be less verbose (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/112">#112</a>)</li>
<li>Temporarily fix <a
href="https://redirect.github.com/actions/runner-images/issues/10781">actions/runner-images#10781</a>
(<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/113">#113</a>)</li>
<li>build(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to
0.42.0 (<a
href="https://redirect.github.com/valkey-io/valkey-py/issues/108">#108</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/95c4b68c93190bdb4c4e64fd38c9980d9dd35e8a"><code>95c4b68</code></a>
Merge pull request <a
href="https://redirect.github.com/valkey-io/valkey-py/issues/173">#173</a>
from valkey-io/mkmkme/6.1.0</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/a589997b030ce0041526d99ba3c3389f6a83dc9d"><code>a589997</code></a>
v6.1.0</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/2d648a43d570b3f8ecc3209061e0782433d9da12"><code>2d648a4</code></a>
Merge pull request <a
href="https://redirect.github.com/valkey-io/valkey-py/issues/172">#172</a>
from valkey-io/mkmkme/fix-isort</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/05e1f314ba0ff4ed0cc1683d8503e152a6ff137e"><code>05e1f31</code></a>
tests: fix floating-point error for georadius tests</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/81f63b343f5461116d76ad47ef80b75dab0145b3"><code>81f63b3</code></a>
fix black formatting</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/0b825f1c8273e5dbe027b78b246e29bbb254b108"><code>0b825f1</code></a>
tests: fix flynt error</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/d0e5bdf21aa36907ea4024890f030dd50c09e04f"><code>d0e5bdf</code></a>
url_parser: fix isort error</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/457be2d773688d311ed501e7d59428720d825317"><code>457be2d</code></a>
Merge pull request <a
href="https://redirect.github.com/valkey-io/valkey-py/issues/168">#168</a>
from valkey-io/aiven-sal/removeme</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/e4025bdaf35b05916683a1966aac76a0a8485142"><code>e4025bd</code></a>
Removing my work account from CODEOWNERS</li>
<li><a
href="https://github.com/valkey-io/valkey-py/commit/bcd5e2cb9e5bd21558feb2fd4a658d9bb905c950"><code>bcd5e2c</code></a>
Merge pull request <a
href="https://redirect.github.com/valkey-io/valkey-py/issues/167">#167</a>
from Kakadus/2472redis-add-dynamic-startup-nodes-flag...</li>
<li>Additional commits viewable in <a
href="https://github.com/valkey-io/valkey-py/compare/v6.0.2...v6.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=valkey&package-manager=pip&previous-version=6.0.2&new-version=6.1.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot added the ⤵️ pull label Feb 20, 2025
@pull pull bot merged commit ca09d1d into tj-python:master Feb 20, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.70%. Comparing base (aa3296d) to head (ca09d1d).
Report is 7 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   98.69%   98.70%           
=======================================
  Files         122      122           
  Lines       37191    37210   +19     
  Branches     2056     2060    +4     
=======================================
+ Hits        36706    36728   +22     
+ Misses        338      335    -3     
  Partials      147      147           
Flag Coverage Δ
CI-GHA 98.59% <100.00%> (+<0.01%) ⬆️
OS-Linux 98.25% <100.00%> (+<0.01%) ⬆️
OS-Windows 96.19% <98.63%> (+0.01%) ⬆️
OS-macOS 97.36% <100.00%> (-0.01%) ⬇️
Py-3.10.11 97.28% <100.00%> (+0.01%) ⬆️
Py-3.10.16 97.82% <100.00%> (+<0.01%) ⬆️
Py-3.11.11 97.90% <100.00%> (-0.01%) ⬇️
Py-3.11.9 97.36% <100.00%> (-0.01%) ⬇️
Py-3.12.8 97.15% <100.00%> (-0.01%) ⬇️
Py-3.12.9 98.34% <100.00%> (+<0.01%) ⬆️
Py-3.13.1 97.15% <100.00%> (-0.01%) ⬇️
Py-3.13.2 98.33% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 97.15% <100.00%> (-0.01%) ⬇️
Py-3.9.21 97.70% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.16 86.17% <93.15%> (-11.12%) ⬇️
VM-macos 97.36% <100.00%> (-0.01%) ⬇️
VM-ubuntu 98.25% <100.00%> (+<0.01%) ⬆️
VM-windows 96.19% <98.63%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants