mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: bump psycopg from 3.2.4 to 3.2.5 (#2536)
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.4 to 3.2.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psycopg/psycopg/blob/master/docs/news.rst">psycopg's changelog</a>.</em></p> <blockquote> <p>.. currentmodule:: psycopg</p> <p>.. index:: single: Release notes single: News</p> <h1><code>psycopg</code> release notes</h1> <h2>Future releases</h2> <p>Python 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^</p> <ul> <li>Drop support for Python 3.8.</li> </ul> <h2>Current release</h2> <p>Psycopg 3.2.5 ^^^^^^^^^^^^^</p> <ul> <li>3x faster UUID loading thanks to C implementation (🎟️<code>[#447](https://github.com/psycopg/psycopg/issues/447), [#998](https://github.com/psycopg/psycopg/issues/998)</code>).</li> </ul> <p>Psycopg 3.2.4 ^^^^^^^^^^^^^</p> <ul> <li>Don't lose notifies received whilst the <code>~Connection.notifies()</code> iterator is not running (🎫<code>[#962](https://github.com/psycopg/psycopg/issues/962)</code>).</li> <li>Make sure that the notifies callback is called during the use of the <code>~Connection.notifies()</code> generator (🎫<code>[#972](https://github.com/psycopg/psycopg/issues/972)</code>).</li> <li>Raise the correct error returned by the database (such as <code>!AdminShutdown</code> or <code>!IdleInTransactionSessionTimeout</code>) instead of a generic <code>OperationalError</code> when a server error causes a client disconnection (🎫<code>[#988](https://github.com/psycopg/psycopg/issues/988)</code>).</li> <li>Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with <code>MACOSX_DEPLOYMENT_TARGET</code> (🎫<code>[#858](https://github.com/psycopg/psycopg/issues/858)</code>).</li> <li>Bump libpq to 17.2 in Linux and macOS binary packages.</li> <li>Bump libpq to 16.4 in Windows binary packages, using the <code>vcpkg library</code>__ (🎫<code>[#966](https://github.com/psycopg/psycopg/issues/966)</code>).</li> </ul> <p>.. __: <a href="https://vcpkg.io/en/package/libpq">https://vcpkg.io/en/package/libpq</a></p> <p>Psycopg 3.2.3 ^^^^^^^^^^^^^</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="664b2a12d6
"><code>664b2a1</code></a> chore: bump psycopg package version to 3.2.5</li> <li><a href="cd6589bf35
"><code>cd6589b</code></a> chore: bump build libraries</li> <li><a href="68f8603ec6
"><code>68f8603</code></a> Merge branch 'cython-uuid-3.2' into maint-3.2</li> <li><a href="dd1cefc3ee
"><code>dd1cefc</code></a> docs: mention UUID speedup in release news</li> <li><a href="7f950cb843
"><code>7f950cb</code></a> chore(c): remove C UUIDDumper and UUIDBinaryDumper</li> <li><a href="393e162fc3
"><code>393e162</code></a> perf(uuid): speed up UUID creation using a writable subclass</li> <li><a href="57a3889949
"><code>57a3889</code></a> perf(c): use PyObject_CallFunctionObjArgs in UUIDBinaryLoader</li> <li><a href="88f73fedd2
"><code>88f73fe</code></a> perf(c): use PyObject_CallFunctionObjArgs in UUIDLoader</li> <li><a href="3a9ade78e7
"><code>3a9ade7</code></a> test(c): test UUID.<strong>slots</strong></li> <li><a href="811cb51123
"><code>811cb51</code></a> perf(c): Use hex_to_int_map in UUIDLoader</li> <li>Additional commits viewable in <a href="https://github.com/psycopg/psycopg/compare/3.2.4...3.2.5">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>
This commit is contained in:
commit
9414d6220c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ dependencies = [
|
||||||
"django-environ==0.12.0",
|
"django-environ==0.12.0",
|
||||||
"django-probes==1.7.0",
|
"django-probes==1.7.0",
|
||||||
"Pillow==11.1.0",
|
"Pillow==11.1.0",
|
||||||
"psycopg==3.2.4",
|
"psycopg==3.2.5",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"rcssmin==1.2.1",
|
"rcssmin==1.2.1",
|
||||||
"rjsmin==1.2.4",
|
"rjsmin==1.2.4",
|
||||||
|
|
Loading…
Reference in a new issue