From: Daniele Varrazzo Date: Sat, 10 May 2025 13:30:00 +0000 (+0200) Subject: chore(binary): bump libpq to 17.5 in binary packages X-Git-Tag: 3.3.0.dev1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e090c58d83118f43da7abd6053237a179f58972;p=thirdparty%2Fpsycopg.git chore(binary): bump libpq to 17.5 in binary packages --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 58d3ede39..5dc95f596 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -25,7 +25,7 @@ on: env: # Latest release: https://www.postgresql.org/ftp/source/ - LIBPQ_VERSION: "17.4" + LIBPQ_VERSION: "17.5" # Latest release: https://www.openssl.org/source/ OPENSSL_VERSION: "3.4.1"