Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): bump snowflake-connector-python from 3.12.4 to 3.13.0 (#315)
Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 3.12.4 to 3.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-connector-python/releases">snowflake-connector-python's releases</a>.</em></p> <blockquote> <h2>3.13.0</h2> <ul> <li>v3.13.0(January 23,2025) <ul> <li>Added a feature to limit the sizes of IO-bound ThreadPoolExecutors during PUT and GET commands.</li> <li>Updated README.md to include instructions on how to verify package signatures using <code>cosign</code>.</li> <li>Updated the log level for cursor's chunk rowcount from INFO to DEBUG.</li> <li>Added a feature to verify if the connection is still good enough to send queries over.</li> <li>Added support for base64-encoded DER private key strings in the <code>private_key</code> authentication type.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/94e99433b9d21283bfeb5c0ed904ba9221386ddc"><code>94e9943</code></a> remove 38 reqs file (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2146">#2146</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/9701b3e05c814f227ed4c69522c558e86888b902"><code>9701b3e</code></a> bump gh action (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2144">#2144</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/2331d23889cc3ee5b0a92dbf8a2168d46d439d7e"><code>2331d23</code></a> release 3.13.0 (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2141">#2141</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/598ab4c4dce6025e17a3195fe6d42430e049a085"><code>598ab4c</code></a> Update CODEOWNERS (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2139">#2139</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/66cc90bbad4084366605999332003b019ddeae42"><code>66cc90b</code></a> SNOW-1882588 Add Test for PR 2136 (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2138">#2138</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/fc5f5484ace0f7a58023ab1968869707e17705ae"><code>fc5f548</code></a> SNOW-1882588 Allow Empty Sql Text when Dataframe Ast is Presented (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2136">#2136</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/4b3ded11f434d6d930e51ded71153577b57a7827"><code>4b3ded1</code></a> Support base64-encoded DER private keys (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2134">#2134</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/55f831e85b1877fb34129d6041a1607694efd02e"><code>55f831e</code></a> SNOW-1848371 adding connection.is_valid to perform connection validation on T...</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/138241c3604e78fd35fe38a2c0bc55ebc2d47f66"><code>138241c</code></a> SNOW-1868288 log level to debug in chunk rowcount logging (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2127">#2127</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-connector-python/commit/343cc4bb5a1147d4ec35b36532d9e8b6b71ceabc"><code>343cc4b</code></a> SNOW-1862674: update readme for signature verification (<a href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2124">#2124</a>)</li> <li>Additional commits viewable in <a href="https://github.com/snowflakedb/snowflake-connector-python/compare/v3.12.4...v3.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snowflake-connector-python&package-manager=pip&previous-version=3.12.4&new-version=3.13.0)](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>
- Loading branch information