Skip to content

Commit 1255f72

Browse files
chore: Bump psycopg[binary] from 3.3.1 to 3.3.2 in the runtime-dependencies group (#598)
Bumps the runtime-dependencies group with 1 update: [psycopg[binary]](https://github.com/psycopg/psycopg). Updates `psycopg[binary]` from 3.3.1 to 3.3.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psycopg/psycopg/blob/master/docs/news.rst">psycopg[binary]'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>Current release</h2> <p>Psycopg 3.3.2 ^^^^^^^^^^^^^</p> <p>Fix race condition in adapters at startup (:ticket:<code>[#1230](https://github.com/psycopg/psycopg/issues/1230)</code>).</p> <p>Psycopg 3.3.1 ^^^^^^^^^^^^^</p> <p>Fix iteration on server-side cursors (:ticket:<code>[#1226](https://github.com/psycopg/psycopg/issues/1226)</code>).</p> <h2>Psycopg 3.3.0</h2> <p>.. rubric:: New top-level features</p> <ul> <li>Add :ref:<code>template strings queries \&lt;template-strings&gt;</code> (🎫<code>[#1054](https://github.com/psycopg/psycopg/issues/1054)</code>).</li> <li>More flexible :ref:<code>composite adaptation&lt;adapt-composite&gt;</code>: it is now possible to adapt Python objects to PostgreSQL composites and back even if they are not sequences or if they take keyword arguments (🎫<code>[#932](https://github.com/psycopg/psycopg/issues/932)</code>, :ticket:<code>[#1202](https://github.com/psycopg/psycopg/issues/1202)</code>).</li> <li>Cursors are now iterators_, not just iterables_. This means you can call <code>next</code>\ <code>(cur)</code> or <code>anext</code>\ <code>(cur)</code>, which is useful as a :ref:<code>type-safe expression &lt;typing-fetchone&gt;</code> (🎫<code>[#1064](https://github.com/psycopg/psycopg/issues/1064)</code>).</li> <li>Add <code>Cursor.set_result()</code> and <code>Cursor.results()</code> to move across the result sets of queries executed though <code>~Cursor.executemany()</code> or <code>~Cursor.execute()</code> with multiple statements (:tickets:<code>[#1080](psycopg/psycopg#1080), [#1170](https://github.com/psycopg/psycopg/issues/1170)</code>).</li> <li>Add :ref:<code>transaction-status</code> to report the status during and after a <code>~Connection.transaction()</code> block (🎫<code>[#969](https://github.com/psycopg/psycopg/issues/969)</code>).</li> <li>Allow to change loaders using <code>~adapt.AdaptersMap.register_loader()</code> on <code>Cursor.adapters</code> after a query result has been already returned (:ticket:<code>[#884](https://github.com/psycopg/psycopg/issues/884)</code>).</li> </ul> <p>.. rubric:: New libpq wrapper features</p> <ul> <li>Add <code>pq.PGconn.used_gssapi</code> attribute and <code>Capabilities.has_used_gssapi()</code> function (:ticket:<code>[#1138](https://github.com/psycopg/psycopg/issues/1138)</code>).</li> <li>Add <code>ConnectionInfo.full_protocol_version</code> attribute,</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psycopg/psycopg/commit/bc9e7bde14acd080c7597185a7904a4bc246ed0e"><code>bc9e7bd</code></a> chore: bump psycopg package version to 3.3.2</li> <li><a href="https://github.com/psycopg/psycopg/commit/3bcabb4592c6352aedb23f315dbd81326e9fbd14"><code>3bcabb4</code></a> Merge pull request <a href="https://redirect.github.com/psycopg/psycopg/issues/1231">#1231</a> from noirbee/fix/1230-adapter-get-dumper-race-condition</li> <li><a href="https://github.com/psycopg/psycopg/commit/08bfe006ae0d9dea00b69f6a6df8497a0c0e4965"><code>08bfe00</code></a> fix(adapters): avoid race condition when replacing class name with itself</li> <li><a href="https://github.com/psycopg/psycopg/commit/7be710e7cbe42c94288efeda0bb5a87ad9659f03"><code>7be710e</code></a> fix: mark external libpq C functions as noexcept nogil</li> <li><a href="https://github.com/psycopg/psycopg/commit/6a24300ad2392e502a7c9d3c244ead6852890d90"><code>6a24300</code></a> docs: larger font for 3.3.0 release</li> <li><a href="https://github.com/psycopg/psycopg/commit/5a60a1e6b2394e6d3ccdb1d08cfd24d6fbac3d78"><code>5a60a1e</code></a> chore: bump psycopg package version to 3.3.2.dev1</li> <li>See full diff in <a href="https://github.com/psycopg/psycopg/compare/3.3.1...3.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=psycopg[binary]&package-manager=uv&previous-version=3.3.1&new-version=3.3.2)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b858ca commit 1255f72

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"paramiko>=4",
32-
"psycopg[binary]==3.3.1",
32+
"psycopg[binary]==3.3.2",
3333
"psycopg2-binary==2.9.11",
3434
"sqlalchemy~=2.0",
3535
"singer-sdk[sql]~=0.53.0",

0 commit comments

Comments
 (0)