Skip to content

Commit 357b451

Browse files
chore(deps): Bump modernc.org/sqlite from 1.44.2 to 1.44.3 (#385)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.44.2 to 1.44.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md">modernc.org/sqlite's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <ul> <li> <p>2026-01-19 v1.44.3: Resolves <a href="https://gitlab.com/cznic/sqlite/-/issues/243">issue 243</a>.</p> </li> <li> <p>2026-01-18 v1.44.2: Upgrade to <a href="https://sqlite.org/releaselog/3_51_2.html">SQLite 3.51.2</a>.</p> </li> <li> <p>2026-01-13 v1.44.0: Upgrade to SQLite 3.51.1.</p> </li> <li> <p>2025-10-10 v1.39.1: Upgrade to SQLite 3.50.4.</p> </li> <li> <p>2025-06-09 v1.38.0: Upgrade to SQLite 3.50.1.</p> </li> <li> <p>2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.</p> </li> <li> <p>2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in connection</p> </li> <li> <p>2024-07-22 v1.31.0: Support windows/386.</p> </li> <li> <p>2024-06-04 v1.30.0: Upgrade to SQLite 3.46.0, release notes at <a href="https://sqlite.org/releaselog/3_46_0.html">https://sqlite.org/releaselog/3_46_0.html</a>.</p> </li> <li> <p>2024-02-13 v1.29.0: Upgrade to SQLite 3.45.1, release notes at <a href="https://sqlite.org/releaselog/3_45_1.html">https://sqlite.org/releaselog/3_45_1.html</a>.</p> </li> <li> <p>2023-12-14: v1.28.0: Add (*Driver).RegisterConnectionHook, ConnectionHookFn, ExecQuerierContext, RegisterConnectionHook.</p> </li> <li> <p>2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.</p> </li> <li> <p>2023-07-11 v1.24.0: Add (*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup type.</p> </li> <li> <p>2023-06-01 v1.23.0: Allow registering aggregate functions.</p> </li> <li> <p>2023-04-22 v1.22.0: Support linux/s390x.</p> </li> <li> <p>2023-02-23 v1.21.0: Upgrade to SQLite 3.41.0, release notes at <a href="https://sqlite.org/releaselog/3_41_0.html">https://sqlite.org/releaselog/3_41_0.html</a>.</p> </li> <li> <p>2022-11-28 v1.20.0: Support linux/ppc64le.</p> </li> <li> <p>2022-09-16 v1.19.0: Support frebsd/arm64.</p> </li> <li> <p>2022-07-26 v1.18.0: Add support for Go fs.FS based SQLite virtual filesystems, see function New in modernc.org/sqlite/vfs and/or TestVFS in all_test.go</p> </li> <li> <p>2022-04-24 v1.17.0: Support windows/arm64.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/bb6a17d8df4bb5fe2c530d512ca14e8ddfeffc47"><code>bb6a17d</code></a> document v1.42.3, closes <a href="https://gitlab.com/cznic/sqlite/issues/243">#243</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/3ca56a298ab83176616bf392bc6df1d859eca731"><code>3ca56a2</code></a> fcntl.go: s/runtime.Pinner/tls.Alloc/, updates <a href="https://gitlab.com/cznic/sqlite/issues/243">#243</a></li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.44.2...v1.44.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=modernc.org/sqlite&package-manager=go_modules&previous-version=1.44.2&new-version=1.44.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c732f1 commit 357b451

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
golang.org/x/crypto v0.47.0
3333
golang.org/x/image v0.34.0
3434
gopkg.in/yaml.v3 v3.0.1
35-
modernc.org/sqlite v1.44.2
35+
modernc.org/sqlite v1.44.3
3636
)
3737

3838
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ modernc.org/opt v0.1.4 h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
371371
modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
372372
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
373373
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
374-
modernc.org/sqlite v1.44.2 h1:EdYqXeBpKFJjg8QYnw6E71MpANkoxyuYi+g68ugOL8g=
375-
modernc.org/sqlite v1.44.2/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
374+
modernc.org/sqlite v1.44.3 h1:+39JvV/HWMcYslAwRxHb8067w+2zowvFOUrOWIy9PjY=
375+
modernc.org/sqlite v1.44.3/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
376376
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
377377
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
378378
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

0 commit comments

Comments
 (0)