diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c6570..3a1d395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.14] +### Fixed +- Update to setuptools >= v.70 to address a security issue in the `package_index` module + +## [0.1.13] +### Fixed +- Updated issue template + ## [0.1.12] ### Fixed - Modified Docker files to use python:3.9-slim-bullseye to prevent gunicorn workers booting error diff --git a/requirements.txt b/requirements.txt index d99c7f9..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 @@ -8,7 +8,7 @@ numpy==1.21.4 coloredlogs==14.0 pyyaml>=5.4.1 vcftoolbox==1.5 -setuptools +setuptools>=70.0.0 fastapi==0.61.2 pydantic==1.7.2 starlette==0.13.6