From 6a26035a37d6f7f054fa2905b2b36f1c159977cf Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Thu, 16 Jul 2026 13:53:02 +0300 Subject: [PATCH] Update snaps --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 72c1b6c085..d2ff30b7ae 100644 --- a/src/constants.py +++ b/src/constants.py @@ -40,7 +40,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "369", "x86_64": "370"}}, + {"revision": {"aarch64": "389", "x86_64": "391"}}, ) ]