Skip to content

Commit 3cc496c

Browse files
authored
Bump sqlite from 3.46.0 -> 3.46.1 (#360)
1 parent 67460b7 commit 3cc496c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pythonbuild/downloads.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@
293293
},
294294
# Remember to update verify_distribution.py when version changed.
295295
"sqlite": {
296-
"url": "https://www.sqlite.org/2024/sqlite-autoconf-3460000.tar.gz",
297-
"size": 3265248,
298-
"sha256": "6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d",
299-
"version": "3460000",
300-
"actual_version": "3.46.0.0",
296+
"url": "https://www.sqlite.org/2024/sqlite-autoconf-3460100.tar.gz",
297+
"size": 3265571,
298+
"sha256": "67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071",
299+
"version": "3460100",
300+
"actual_version": "3.46.1.0",
301301
"library_names": ["sqlite3"],
302302
"licenses": [],
303303
"license_file": "LICENSE.sqlite.txt",

src/verify_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_hashlib(self):
113113
def test_sqlite(self):
114114
import sqlite3
115115

116-
self.assertEqual(sqlite3.sqlite_version_info, (3, 46, 0))
116+
self.assertEqual(sqlite3.sqlite_version_info, (3, 46, 1))
117117

118118
# Optional SQLite3 features are enabled.
119119
conn = sqlite3.connect(":memory:")

0 commit comments

Comments
 (0)