From 160e4bf3cae5b616fd14e950063da5cccbb1355c Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Thu, 8 Jun 2023 07:05:52 -0500 Subject: [PATCH] WHL: Update sqlite,curl,nghttp2 (#1298) --- ci/proj-compile-wheels.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/proj-compile-wheels.sh b/ci/proj-compile-wheels.sh index 87c4fcd03..1198ff7f3 100644 --- a/ci/proj-compile-wheels.sh +++ b/ci/proj-compile-wheels.sh @@ -1,9 +1,9 @@ # INSTALL PROJ & DEPENDENCIES FOR WHEELS # Test for macOS with [ -n "$IS_MACOS" ] -SQLITE_VERSION=3410200 +SQLITE_VERSION=3420000 LIBTIFF_VERSION=4.5.0 -CURL_VERSION=8.0.1 -NGHTTP2_VERSION=1.52.0 +CURL_VERSION=8.1.2 +NGHTTP2_VERSION=1.54.0 # ------------------------------------------