Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump the runtime-dependencies group with 2 updates (#502)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the runtime-dependencies group with 2 updates: [psycopg](https://github.com/psycopg/psycopg) and [singer-sdk](https://github.com/meltano/sdk). Updates `psycopg` from 3.2.3 to 3.2.4 <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.4 ^^^^^^^^^^^^^</p> <ul> <li>Don't lose notifies received whilst the <code>~Connection.notifies()</code> iterator is not running (:ticket:<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 (:ticket:<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 (:ticket:<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> (:ticket:<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>__ (:ticket:<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> <ul> <li>Release binary packages including PostgreSQL 17 libpq (:ticket:<code>[#852](https://github.com/psycopg/psycopg/issues/852)</code>).</li> </ul> <p>Psycopg 3.2.2 ^^^^^^^^^^^^^</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psycopg/psycopg/commit/c2c4ba228a8be930aecfbd6b997baafc8489c199"><code>c2c4ba2</code></a> chore: bump psycopg package version to 3.2.4</li> <li><a href="https://github.com/psycopg/psycopg/commit/d959f8d044c6b6ac5ce9ae5276c9339026c38292"><code>d959f8d</code></a> docs: mention the binary packages changes in news file</li> <li><a href="https://github.com/psycopg/psycopg/commit/730c23cf993e03d9012b73e811d9200f72ceb8fc"><code>730c23c</code></a> chore(binary): bump libpq to 17.2</li> <li><a href="https://github.com/psycopg/psycopg/commit/5f9d196e69a989a37a2429850ac1aaf6ed9af5a8"><code>5f9d196</code></a> chore(binary): bump OpenSSL to 3.4.0</li> <li><a href="https://github.com/psycopg/psycopg/commit/e9188ed842c6ea7860e284a83f80e336f250ed31"><code>e9188ed</code></a> Merge branch 'build-libpq-macos-3.2' into maint-3.2</li> <li><a href="https://github.com/psycopg/psycopg/commit/e19a25835be71bc0376274a6e1d7340d1ae0259a"><code>e19a258</code></a> ci(binary): less verbose libpq build</li> <li><a href="https://github.com/psycopg/psycopg/commit/89f3f82ee160905a0fbd4a6272de544a49587e08"><code>89f3f82</code></a> ci(macos): drop Python 3.8 build on macOS arm64</li> <li><a href="https://github.com/psycopg/psycopg/commit/bdba7673873bb5c8abb5edfd474cc16cf705b879"><code>bdba767</code></a> ci(macos): build libpq instead of using Homebrew libraries</li> <li><a href="https://github.com/psycopg/psycopg/commit/06ae2131b1cca7d0c56f8dfef5d764c3a0b4ca1a"><code>06ae213</code></a> refactor: don't keep the notifiers backlog handler in the connection state</li> <li><a href="https://github.com/psycopg/psycopg/commit/0f7005b8ae6896c30664887612ee1313979bf06d"><code>0f7005b</code></a> Merge branch 'fix-clobbered-error-on-disconnect-3.2' into maint-3.2</li> <li>Additional commits viewable in <a href="https://github.com/psycopg/psycopg/compare/3.2.3...3.2.4">compare view</a></li> </ul> </details> <br /> Updates `singer-sdk` from 0.44.0 to 0.44.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meltano/sdk/releases">singer-sdk's releases</a>.</em></p> <blockquote> <h2>v0.44.1 (2025-01-29)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://github.com/meltano/sdk/issues/2847">#2847</a> Update Cookiecutter templates</li> <li><a href="https://github.com/meltano/sdk/issues/2844">#2844</a> Avoid write empty state -- <em><strong>Thanks <a href="https://github.com/joaopamaral"><code>@joaopamaral</code></a>!</strong></em></li> <li><a href="https://github.com/meltano/sdk/issues/2843">#2843</a> Use a SQLAlchemy to generate an insert statement</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/meltano/sdk/blob/main/CHANGELOG.md">singer-sdk's changelog</a>.</em></p> <blockquote> <h2>v0.44.1 (2025-01-29)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://github.com/meltano/sdk/issues/2847">#2847</a> Update Cookiecutter templates</li> <li><a href="https://github.com/meltano/sdk/issues/2844">#2844</a> Avoid writing an empty state -- <em><strong>Thanks <a href="https://github.com/joaopamaral"><code>@joaopamaral</code></a>!</strong></em></li> <li><a href="https://github.com/meltano/sdk/issues/2843">#2843</a> Use a SQLAlchemy to generate an insert statement</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meltano/sdk/commit/1ea1520d5c7f527f5886e89a1411a514879a2b7c"><code>1ea1520</code></a> chore: Release v0.44.1 (<a href="https://github.com/meltano/sdk/issues/2848">#2848</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/963abf792f9279d9f61399df7389bd48a56ef516"><code>963abf7</code></a> fix(templates): Update Cookiecutter templates (<a href="https://github.com/meltano/sdk/issues/2847">#2847</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/95b4ff222254a96b8f85e378d4ca03de0cdfcdb7"><code>95b4ff2</code></a> fix: Avoid write empty state (<a href="https://github.com/meltano/sdk/issues/2844">#2844</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/6ed507edc0fce6c94701fbaf8893ee5a4ddf864b"><code>6ed507e</code></a> chore: pre-commit autoupdate (<a href="https://github.com/meltano/sdk/issues/2842">#2842</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/a4f663e5cbf8c435771b766a464c84113036a44b"><code>a4f663e</code></a> fix: Use a SQLAlchemy to generate an insert statement (<a href="https://github.com/meltano/sdk/issues/2843">#2843</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/c81fa53b93f5df20765efabd73a1bef71205b0d9"><code>c81fa53</code></a> chore: Add more contact links in new issue forms (<a href="https://github.com/meltano/sdk/issues/2840">#2840</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/1e881ebf1fbfe8295f33ce9847d570039f76cd6d"><code>1e881eb</code></a> chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the ac...</li> <li><a href="https://github.com/meltano/sdk/commit/e0deb8f3e2eccefb660cd1bc535adafb494a08ae"><code>e0deb8f</code></a> chore(deps): bump pip from 24.3.1 to 25.0 in /.github/workflows/resources in ...</li> <li>See full diff in <a href="https://github.com/meltano/sdk/compare/v0.44.0...v0.44.1">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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information