mirror of
https://github.com/evroon/bracket.git
synced 2026-04-22 00:07:05 -04:00
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.30.0 to 0.31.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.31.0</h2> <p>Enable Python 3.14 with experimental subinterpreter/freethreading support.</p> <h1>Improvements</h1> <ul> <li> <p>Add Python 3.14 support, experimental subinterpreter/freethreading support (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1279">#1279</a>) (by <a href="https://github.com/elprans"><code>@elprans</code></a> in 9e42642b)</p> </li> <li> <p>Avoid performing type introspection on known types (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1243">#1243</a>) (by <a href="https://github.com/elprans"><code>@elprans</code></a> in 5c9986c4)</p> </li> <li> <p>Make <code>prepare()</code> not use named statements by default when cache is disabled (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1245">#1245</a>) (by <a href="https://github.com/elprans"><code>@elprans</code></a> in 5b14653e)</p> </li> <li> <p>Implement connection service file functionality (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1223">#1223</a>) (by <a href="https://github.com/AndrewJackson2020"><code>@AndrewJackson2020</code></a> in 1d63bb15)</p> </li> </ul> <h1>Fixes</h1> <ul> <li> <p>Fix multi port connection string issue (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1222">#1222</a>) (by <a href="https://github.com/AndrewJackson2020"><code>@AndrewJackson2020</code></a> in 01c0db7b)</p> </li> <li> <p>Avoid leaking connections if _can_use_connection fails (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1269">#1269</a>) (by <a href="https://github.com/yuliy-openai"><code>@yuliy-openai</code></a> in e94302d2)</p> </li> </ul> <h1>Other</h1> <ul> <li>Drop support for EOL Python 3.8 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1281">#1281</a>) (by <a href="https://github.com/elprans"><code>@elprans</code></a> in 6c2c4904)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="71775a6727"><code>71775a6</code></a> asyncpg v0.31.0</li> <li><a href="508cae6441"><code>508cae6</code></a> Test on PostgreSQL 18 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1290">#1290</a>)</li> <li><a href="e534e5f15c"><code>e534e5f</code></a> Bump cibuildwheel</li> <li><a href="07fe5122a6"><code>07fe512</code></a> Bump pgproto</li> <li><a href="648b35f181"><code>648b35f</code></a> Bump Cython to 3.2.1 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1288">#1288</a>)</li> <li><a href="9e42642b91"><code>9e42642</code></a> Add Python 3.14 support, experimental subinterpreter/freethreading support (#...</li> <li><a href="6fe1c494ef"><code>6fe1c49</code></a> Move development deps away from extras and into dependency groups (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1280">#1280</a>)</li> <li><a href="7a548166c2"><code>7a54816</code></a> Fix a couple of missed Python version guards</li> <li><a href="6c2c4904e6"><code>6c2c490</code></a> Drop support for EOL Python 3.8 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1281">#1281</a>)</li> <li><a href="4c60ae890d"><code>4c60ae8</code></a> Bump version to 0.31.0.dev0</li> <li>Additional commits viewable in <a href="https://github.com/MagicStack/asyncpg/compare/v0.30.0...v0.31.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 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>