chore(deps): update asyncpg requirement from <0.31,>=0.30 to >=0.30,<0.32 #20

Open
dependabot[bot] wants to merge 1 commit from dependabot/pip/asyncpg-gte-0.30-and-lt-0.32 into main
dependabot[bot] commented 2026-03-01 22:56:22 +01:00 (Migrated from github.com)

Updates the requirements on asyncpg to permit the latest version.

Release notes

Sourced from asyncpg's releases.

v0.31.0

Enable Python 3.14 with experimental subinterpreter/freethreading support.

Improvements

  • Add Python 3.14 support, experimental subinterpreter/freethreading support (#1279) (by @​elprans in 9e42642b)

  • Avoid performing type introspection on known types (#1243) (by @​elprans in 5c9986c4)

  • Make prepare() not use named statements by default when cache is disabled (#1245) (by @​elprans in 5b14653e)

  • Implement connection service file functionality (#1223) (by @​AndrewJackson2020 in 1d63bb15)

Fixes

Other

Commits

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 commands and options

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)
Updates the requirements on [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version. <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="https://github.com/MagicStack/asyncpg/commit/71775a67277fc0aa5bd2b9f15e848826d7078c4d"><code>71775a6</code></a> asyncpg v0.31.0</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/508cae6441968ef7613a623fece7083cce66c2b3"><code>508cae6</code></a> Test on PostgreSQL 18 (<a href="https://redirect.github.com/MagicStack/asyncpg/issues/1290">#1290</a>)</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/e534e5f15c73525a6509143b3828335517360f1b"><code>e534e5f</code></a> Bump cibuildwheel</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/07fe5122a680f5768e39fc28d68c94b185037a52"><code>07fe512</code></a> Bump pgproto</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/648b35f18199ebf2a30009376a6e9060cf7ad789"><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="https://github.com/MagicStack/asyncpg/commit/9e42642b9110d206706697921b6e697a0972649d"><code>9e42642</code></a> Add Python 3.14 support, experimental subinterpreter/freethreading support (#...</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/6fe1c494ef5c3069fa9149c48bf9f8f2cd69f95e"><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="https://github.com/MagicStack/asyncpg/commit/7a548166c2b23561915c481bd332013e3a415cfb"><code>7a54816</code></a> Fix a couple of missed Python version guards</li> <li><a href="https://github.com/MagicStack/asyncpg/commit/6c2c4904e61b2cd2f502540730a24e246cff2ebd"><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="https://github.com/MagicStack/asyncpg/commit/4c60ae890d1f3800f889679657357f91a6923568"><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 /> 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 pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/pip/asyncpg-gte-0.30-and-lt-0.32:dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git checkout dependabot/pip/asyncpg-gte-0.30-and-lt-0.32

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git checkout dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git rebase main
git checkout main
git merge --ff-only dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git checkout dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git rebase main
git checkout main
git merge --no-ff dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git checkout main
git merge --squash dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git checkout main
git merge --ff-only dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git checkout main
git merge dependabot/pip/asyncpg-gte-0.30-and-lt-0.32
git push origin main
Sign in to join this conversation.
No description provided.