Commit b1f7c27
authored
fix(deps): bump sqlalchemy from 2.0.47 to 2.0.48 (#470)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.47
to 2.0.48.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's
releases</a>.</em></p>
<blockquote>
<h1>2.0.48</h1>
<p>Released: March 2, 2026</p>
<h2>engine</h2>
<ul>
<li>
<p><strong>[engine] [bug]</strong> Fixed a critical issue in
<code>Engine</code> where connections created in
conjunction with the <code>DialectEvents.do_connect()</code> event
listeners
would receive shared, mutable collections for the connection arguments,
leading to a variety of potential issues including unlimited growth of
the
argument list as well as elements within the parameter dictionary being
shared among concurrent connection calls. In particular this could
impact
do_connect routines making use of complex mutable authentication
structures.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/13144">#13144</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sqlalchemy/sqlalchemy/commits">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 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>1 parent 2c2bde8 commit b1f7c27
1 file changed
+51
-51
lines changed
0 commit comments