diff --git a/CHANGELOG.md b/CHANGELOG.md index f86c5795..1ac41e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bump `pytest-asyncio` from <=0.24.0 to <=0.25.1 ([#881](https://github.com/opensearch-project/opensearch-py/pull/881)) +- Bump `setuptools` from 71.1.0 to 76.0.0 ([#896](https://github.com/opensearch-project/opensearch-py/pull/896)) ## [2.8.0] ### Added diff --git a/dev-requirements.txt b/dev-requirements.txt index 6fd8dcf6..9cd614ee 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ jinja2 pytz deepmerge Events -setuptools==71.1.0 +setuptools==76.0.0 numpy; python_version<="3.12" pandas; python_version<="3.12"