dependabot[bot] opened a new pull request, #40182: URL: https://github.com/apache/superset/pull/40182
Updates the requirements on [sqlalchemy-exasol](https://github.com/exasol/sqlalchemy-exasol) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/exasol/sqlalchemy-exasol/releases">sqlalchemy-exasol's releases</a>.</em></p> <blockquote> <h1>7.0.0 - 2026-04-30</h1> <h2>Summary</h2> <p>This major release adds support for DLT and also improves the exceptions to be PEP-249 compliant.</p> <h2>Features</h2> <ul> <li><a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/671">#671</a>: Added DLT support <ul> <li>Adds an exception handler for PyExasol errors bubbling up and converts them to proper PEP-249 exceptions.</li> <li>Maps sqlalchemy <code>DATETIME</code> type to Exasol <code>TIMESTAMP</code>.</li> <li>Formats datetime so it works within DLT.</li> <li>Binary types such as <code>UUINT</code>, <code>BLOB</code>, <code>BINARY</code> and <code>VARBINARY</code> now throw a clear error when used.</li> </ul> </li> </ul> <h2>Security Issues</h2> <p>This release fixes vulnerabilities by updating dependencies:</p> <table> <thead> <tr> <th>Dependency</th> <th>Vulnerability</th> <th>Affected</th> <th>Fixed in</th> </tr> </thead> <tbody> <tr> <td>black</td> <td>CVE-2026-32274</td> <td>25.12.0</td> <td>26.3.1</td> </tr> <tr> <td>cryptography</td> <td>CVE-2026-34073</td> <td>46.0.5</td> <td>46.0.6</td> </tr> <tr> <td>cryptography</td> <td>CVE-2026-39892</td> <td>46.0.5</td> <td>46.0.7</td> </tr> <tr> <td>requests</td> <td>CVE-2026-25645</td> <td>2.32.5</td> <td>2.33.0</td> </tr> <tr> <td>pygments</td> <td>CVE-2026-4539</td> <td>2.19.2</td> <td>2.20.0</td> </tr> <tr> <td>python-dotenv</td> <td>CVE-2026-28684</td> <td>1.2.1</td> <td>1.2.2</td> </tr> </tbody> </table> <ul> <li><a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/733">#733</a>: Fixed vulnerabilities by re-locking transitive dependencies</li> <li><a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/736">#736</a>: Fixed vulnerabilities by re-locking transitive dependencies & updated to exasol-toolbox <code>7.0.0</code></li> </ul> <h2>Dependency Updates</h2> <h3><code>dev</code></h3> <ul> <li>Updated dependency <code>exasol-toolbox:6.0.0</code> to <code>7.0.0</code></li> <li>Updated dependency <code>pytest-exasol-backend:1.2.4</code> to <code>1.4.0</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/6a8553d229a4acfd82dbd17ddac08d6f1ef608ff"><code>6a8553d</code></a> Security/736 resolve security issues on 6.1.1 and prepare release (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/737">#737</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/e9a1f639fc8f8670627b05313021ffc724d4788f"><code>e9a1f63</code></a> Changes to support DLT (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/636">#636</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/2a83de7fa3fb3fffc35d92423150c8c3cc5a3a17"><code>2a83de7</code></a> Security/733 update dependencies on 6.1.1 (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/734">#734</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/4c07c0f594bba320dc874c5f74549da9c5528948"><code>4c07c0f</code></a> Release/prepare 6.1.1 (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/731">#731</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/603978315231b0d24069f2a68c256115d77c3e14"><code>6039783</code></a> Bug/709 fix 1 off row (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/730">#730</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/e7a9db55ae19a00b5e854b08d758cae62cc00c06"><code>e7a9db5</code></a> Refactoring/724 update to ptb 6.0.0 (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/725">#725</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/be760cdb5f135ab8473c248e02dfb01f030965d2"><code>be760cd</code></a> Update README.rst</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/dcb491e2e6a2edff3a5e43dee1873cf27b506c76"><code>dcb491e</code></a> Prepare release 6.1.0 (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/723">#723</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/430d456a1db494db35ae2922d3dbf5b4d112e7c3"><code>430d456</code></a> Refactoring/721 update to ptb 5.1.0 (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/722">#722</a>)</li> <li><a href="https://github.com/exasol/sqlalchemy-exasol/commit/f3277714489a32cb21bba153586e215ae1223c18"><code>f327771</code></a> Documentation/718 part 4 object name and query method chaining (<a href="https://redirect.github.com/exasol/sqlalchemy-exasol/issues/719">#719</a>)</li> <li>Additional commits viewable in <a href="https://github.com/exasol/sqlalchemy-exasol/compare/2.4.0...7.0.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
