From 19fb3224bbfb422c3d9d373763b5f226cfa27017 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Sat, 28 Sep 2024 16:25:43 +0200 Subject: [PATCH] Bump pglast to 6.4 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a89392..cceb712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pglast==6.3 +pglast==6.4 diff --git a/setup.cfg b/setup.cfg index dcf917f..8d55bba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ packages = find: python_requires = >= 3.10 install_requires = - pglast==6.3 + pglast==6.4 tests_require = pytest>=7.2.0