Skip to content

Commit

Permalink
feat(deps): bump the runtime-dependencies group with 2 updates (#302)
Browse files Browse the repository at this point in the history
Bumps the runtime-dependencies group with 2 updates:
[snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy)
and
[snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python).

Updates `snowflake-sqlalchemy` from 1.7.0 to 1.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/releases">snowflake-sqlalchemy's
releases</a>.</em></p>
<blockquote>
<h2>Release</h2>
<ul>
<li>v1.7.1(December 02, 2024)
<ul>
<li>Add support for partition by to copy into <!-- raw HTML omitted
--></li>
<li>Fix BOOLEAN type not found in snowdialect</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/62bab2f82da8d7d7e0f846eafa57aee397973d8f"><code>62bab2f</code></a>
Add release version (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/553">#553</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/49f91deacc3ba5c6e036a2300469bc6809b9a085"><code>49f91de</code></a>
Update README.md with Custom Tables documentation (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/552">#552</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/140fec81e74d26c9e036147790f2ef451865875b"><code>140fec8</code></a>
Fix BOOLEAN not found in snowdialect (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/551">#551</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/9b2c6d15c3da64990da4fd49c036d7094cd36e23"><code>9b2c6d1</code></a>
Fix readme typos (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/548">#548</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/9157932f02725f4b356fb0109875eac5511bdb14"><code>9157932</code></a>
Amend README for urgent support (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/544">#544</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/65754a4ab2524d9de2c8b9d56d1fb07f819248d6"><code>65754a4</code></a>
SNOW-878116 Add support for PARTITION BY to COPY INTO location (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/542">#542</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/3f633e28a1bd37ffc862e0215116f3a87a684cdc"><code>3f633e2</code></a>
Update CODEOWNERS (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/540">#540</a>)</li>
<li>See full diff in <a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.7.0...v1.7.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `snowflake-connector-python` from 3.12.3 to 3.12.4
<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.12.4</h2>
<ul>
<li>v3.12.4(December 3,2024)
<ul>
<li>Fixed a bug where multipart uploads to Azure would be missing their
MD5 hashes.</li>
<li>Fixed a bug where OpenTelemetry header injection would sometimes
cause Exceptions to be thrown.</li>
<li>Fixed a bug where OCSP checks would throw TypeError and make mainly
GCP blob storage unreachable.</li>
<li>Bumped pyOpenSSL dependency from &gt;=16.2.0,<!-- raw HTML omitted
-->=22.0.0,&lt;25.0.0.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/703d7f4dbb01295e091777a56096f42124621aba"><code>703d7f4</code></a>
3.12.4 release (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2113">#2113</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/fef06c36ae10df3e6626ef4b0ce081571acb5856"><code>fef06c3</code></a>
SNOW-1836910 bump pyopenssl (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2110">#2110</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/557774d3e6de714ce4c2f642c7d8aa3ad2577d0d"><code>557774d</code></a>
SNOW-1820480 making OCSP validation code more resillient (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2107">#2107</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/9ddb2050cde13819a289fb6982b48431f253a53e"><code>9ddb205</code></a>
SNOW-1763555 update how HTTP headers are requested from OpenTelemetry
(<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2106">#2106</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/1e4d45614dfccecad8c5f577c0a04e565662b75e"><code>1e4d456</code></a>
SNOW-1778088 azure md5 (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2102">#2102</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/48fba63eb1ec672a3c70da1b367ac19314892b30"><code>48fba63</code></a>
SNOW-1313658: Verify timestamp bidings (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2092">#2092</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/41a19e7f30be9f1f9530f2e5b7fe90a741bd074c"><code>41a19e7</code></a>
SNOW-1760502 Update README.md (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2088">#2088</a>)</li>
<li>See full diff in <a
href="https://github.com/snowflakedb/snowflake-connector-python/compare/v3.12.3...v3.12.4">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
dependabot[bot] authored Dec 9, 2024
1 parent 2a78425 commit dfc5d57
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfc5d57

Please sign in to comment.