diff --git a/README.md b/README.md index 8c6ae5c..0dafcfe 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ python3 -m pip install kglab If you work directly from this Git repo, be sure to install the dependencies: ```bash -python3 -m pip install -U pip +python3 -m pip install -U pip wheel python3 -m pip install -r requirements.txt ``` @@ -231,3 +231,8 @@ and alt="kglab contributors" src="https://contributors-img.web.app/image?repo=derwenai/kglab" /> + + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=derwenai/pytextrank&type=Date)](https://star-history.com/#derwenai/pytextrank&Date) diff --git a/changelog.txt b/changelog.txt index cf437c4..0522e6f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ # `kglab` changelog +## 0.6.2 + +2022-11-23 + + * update to `setuptools` to workaround potential vulnerabilities + + ## 0.6.1 2022-04-20 diff --git a/requirements-dev.txt b/requirements-dev.txt index 5b32142..1934a28 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,6 +21,7 @@ pytest >= 7.1 responses >= 0.19 scikit-learn >= 1.0 selenium >= 4.1 +setuptools >= 65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability twine >= 3.8 types-python-dateutil >= 2.8 types-requests >= 2.27