Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump asyncpg from 0.29.0 to 0.30.0 (#253)
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.29.0 to 0.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MagicStack/asyncpg/releases">asyncpg's releases</a>.</em></p> <blockquote> <h2>v0.30.0</h2> <p>Support Python 3.13 and PostgreSQL 17.</p> <h1>Improvements</h1> <ul> <li> <p>Implement GSSAPI authentication (by <a href="https://github.com/eltoder"><code>@eltoder</code></a> in 1d4e5680 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1122">#1122</a>)</p> </li> <li> <p>Implement SSPI authentication (by <a href="https://github.com/eltoder"><code>@eltoder</code></a> in 1aab2094 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1128">#1128</a>)</p> </li> <li> <p>Add initial typings (by <a href="https://github.com/bryanforbes"><code>@bryanforbes</code></a> in d42432bf for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1127">#1127</a>)</p> </li> <li> <p>Allow building with Cython 3 (by <a href="https://github.com/musicinmybrain"><code>@musicinmybrain</code></a> in 258d8a95 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1101">#1101</a>)</p> </li> <li> <p>docs: fix connection pool close call (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1125">#1125</a>) (by <a href="https://github.com/paulovitorweb"><code>@paulovitorweb</code></a> in e8488149 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1125">#1125</a>)</p> </li> <li> <p>Add support for the <code>sslnegotiation</code> parameter (by <a href="https://github.com/elprans"><code>@elprans</code></a> in afdb05c7 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1187">#1187</a>)</p> </li> <li> <p>Test and build on Python 3.13 (by <a href="https://github.com/elprans"><code>@elprans</code></a> in 3aa98944 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1188">#1188</a>)</p> </li> <li> <p>Support PostgreSQL 17 (by <a href="https://github.com/elprans"><code>@elprans</code></a> in cee97e1a for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1189">#1189</a>) (by <a href="https://github.com/MeggyCal"><code>@MeggyCal</code></a> in aa2d0e69 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1185">#1185</a>)</p> </li> <li> <p>Add <code>fetchmany</code> to execute many <em>and</em> return rows (by <a href="https://github.com/rossmacarthur"><code>@rossmacarthur</code></a> in 73f2209d for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1175">#1175</a>)</p> </li> <li> <p>Add <code>connect</code> kwarg to Pool to better support GCP's CloudSQL (by <a href="https://github.com/d1manson"><code>@d1manson</code></a> in 3ee19baa for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1170">#1170</a>)</p> </li> <li> <p>Allow customizing connection state reset (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1191">#1191</a>) (by <a href="https://github.com/elprans"><code>@elprans</code></a> in f6ec755c for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1191">#1191</a>)</p> </li> </ul> <h1>Fixes</h1> <ul> <li> <p>s/quote/quote_plus/ in the note about DSN part quoting (by <a href="https://github.com/elprans"><code>@elprans</code></a> in 1194a8a6 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1151">#1151</a>)</p> </li> <li> <p>Use asyncio.run() instead of run_until_complete() (by <a href="https://github.com/eltoder"><code>@eltoder</code></a> in 9fcddfc1 for <a href="https://redirect.github.com/MagicStack/asyncpg/issues/1140">#1140</a>)</p> </li> <li> <p>Require async_timeout for python < 3.11 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1177">#1177</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MagicStack/asyncpg/commit/bae282ec79157ca1e0018ea0753edefe14c9d50c"><code>bae282e</code></a> asyncpg v0.30.0</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/965fb0825426edf0e4607dd85305c6f4b6c0c9f8"><code>965fb08</code></a> Fix release workflow</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/f6ec755cab771682c5cc9b881a67097691415636"><code>f6ec755</code></a> Allow customizing connection state reset (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1191">#1191</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/3ef884efb58497e92dc54481537042edd2ea5b30"><code>3ef884e</code></a> Upgrade Sphinx</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/3ee19baaba3971f8f21d2190e443b1e5f25a9052"><code>3ee19ba</code></a> Add connect_fn kwarg to Pool to better support GCP's CloudSQL (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1170">#1170</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/73f2209d72b9d92cc48b673d5ffe15f20165f33b"><code>73f2209</code></a> Add <code>fetchmany</code> to execute many <em>and</em> return rows (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1175">#1175</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/b732b4fc72254149661231274d9ee199c0305dbf"><code>b732b4f</code></a> tests: Attempt to inhibit spurious ConnectionResetError on Windows (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1190">#1190</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/cee97e1a9d369b28aac75a8550effbab9d570506"><code>cee97e1</code></a> Test on PostgreSQL 17 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1189">#1189</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/3aa98944a89cb6a706495581bba3d6bcc680ba54"><code>3aa9894</code></a> Test and build on Python 3.13 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1188">#1188</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/afdb05c7bffc6b199388148f0497ce8a5bc77e25"><code>afdb05c</code></a> Add support for the <code>sslnegotiation</code> parameter (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1187">#1187</a>)</li> <li>Additional commits viewable in <a href="https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asyncpg&package-manager=pip&previous-version=0.29.0&new-version=0.30.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information