-
Notifications
You must be signed in to change notification settings - Fork 28
Commit 720796b
authored
feat(deps): bump snowflake-sqlalchemy from 1.7.3 to 1.7.4 in the runtime-dependencies group (#365)
Bumps the runtime-dependencies group with 1 update:
[snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy).
Updates `snowflake-sqlalchemy` from 1.7.3 to 1.7.4
<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.4(June 10, 2025)
<ul>
<li>Fix dependency on DESCRIBE TABLE columns quantity (differences in
columns caused by Snowflake parameters).</li>
<li>Fix unnecessary condition was causing issues when parsing
StructuredTypes columns.</li>
<li>Update README.md to include instructions on how to verify package
signatures using cosign.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/09f47b02d0de998647ecb7a5a7c2bad8ae62af63"><code>09f47b0</code></a>
Update version.py (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/593">#593</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/a77b86adcd465a2de69fc4ba76387078d6f82784"><code>a77b86a</code></a>
Fix condition is failing when parsing SqlAlchemy columns (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/592">#592</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/426395ff65c4d5cfc09a6f82f34ccc07d848aa8e"><code>426395f</code></a>
Fix small typo (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/588">#588</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/5e74644e86f9d8f49f265c9263a58e63d1e931a3"><code>5e74644</code></a>
Skip failing test (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/587">#587</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/342629674dfd3a3da4ad6c65cc5bbeb0d5a2a33d"><code>3426296</code></a>
Update DESCRIPTION.md</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/d5b736e0eb0ab20bec11ca8460d7799dd851c52b"><code>d5b736e</code></a>
Version 1.7.4</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/8c9784edb60e9901d14c78a65b81dc95e4d86afe"><code>8c9784e</code></a>
Getting values for specific columns instead of trying to fetch all
columns. (...</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/8eea6dbc9075443a0585b51186e6c4e9ebf6aecf"><code>8eea6db</code></a>
Update README.md to reflect maintenance mode</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/bb38b4ba0ed7a816197862ade7cd05842706b916"><code>bb38b4b</code></a>
jira creation ownership (to another support group) (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/578">#578</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/6d8c5e9c51cdc8cc1f397b37953b0a057521346d"><code>6d8c5e9</code></a>
Update README.md (<a
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/574">#574</a>)</li>
<li>See full diff in <a
href="https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.7.3...v1.7.4">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 <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>1 parent 56958ed commit 720796bCopy full SHA for 720796b
File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changed+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments