From 8cd4d193416ae562a691551379cc420343124783 Mon Sep 17 00:00:00 2001 From: Dan Mihaila Date: Fri, 25 Oct 2024 12:20:48 +0300 Subject: [PATCH] HDX-10173 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ecd27ed..11ee983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests_cache ckanapi>=3.5 flask==3.0.3 #git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development -libhxl==5.2.1 # for release +libhxl==5.2.2 # for release flask-caching redis requests diff --git a/setup.cfg b/setup.cfg index 1c41dfa..a36e44e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = ckanapi>=3.5 flask>=2.2.5<2.3 # 2.3 messes up pip dependencies #libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev # for development - libhxl==5.2.1 # for release + libhxl==5.2.2 # for release flask-caching redis structlog