Skip to content

Commit ce9eeb1

Browse files
committed
downloads: upgrade SQLite from 3.37.0 to 3.37.2
1 parent 1dfe9d4 commit ce9eeb1

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
@@ -291,11 +291,11 @@
291291
"version": "59.1.1",
292292
},
293293
"sqlite": {
294-
"url": "https://www.sqlite.org/2021/sqlite-autoconf-3370000.tar.gz",
295-
"size": 3001298,
296-
"sha256": "731a4651d4d4b36fc7d21db586b2de4dd00af31fd54fb5a9a4b7f492057479f7",
297-
"version": "3370000",
298-
"actual_version": "3.37.0.0",
294+
"url": "https://www.sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
295+
"size": 3001797,
296+
"sha256": "4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8",
297+
"version": "3370200",
298+
"actual_version": "3.37.2.0",
299299
"library_names": ["sqlite3"],
300300
"licenses": [],
301301
"license_file": "LICENSE.sqlite.txt",

src/verify_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_hashlib(self):
110110
def test_sqlite(self):
111111
import sqlite3
112112

113-
self.assertEqual(sqlite3.sqlite_version_info, (3, 36, 0))
113+
self.assertEqual(sqlite3.sqlite_version_info, (3, 37, 2))
114114

115115
def test_ssl(self):
116116
import ssl

0 commit comments

Comments
 (0)