From af4c443dac0734e94064987fabc90ea92d38b6e9 Mon Sep 17 00:00:00 2001 From: Chiara Rasi Date: Wed, 17 Jul 2024 15:10:10 +0200 Subject: [PATCH] Update also the loqusdb version to use --- CHANGELOG.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81fe48..8240ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Updated issue template ### Fixed -- Update to setuptools >= v.70 to address a security issue in the package_index module +- Update to setuptools >= v.70 to address a security issue in the `package_index` module ## [0.1.12] ### Fixed diff --git a/requirements.txt b/requirements.txt index ced2159..7c7c704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pytest==5.4.3 -loqusdb>=2.7.3 +loqusdb>=2.7.7 cyvcf2==0.30.12 mongomock click==7.1.2