diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fccce1a..cbdd0da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bump `pytest-asyncio` from <=0.23.8 to <=0.24.0 ([#812](https://github.com/opensearch-project/opensearch-py/pull/812)) - Bump `sphinx` from <8.1 to <8.2 ([#832](https://github.com/opensearch-project/opensearch-py/pull/832)) +- Bump `setuptools` from 71.1.0 to 75.1.0 ([#825](https://github.com/opensearch-project/opensearch-py/pull/825)) ## [2.7.1] ### Fixed diff --git a/dev-requirements.txt b/dev-requirements.txt index 4f88fa32..290aae86 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ jinja2 pytz deepmerge Events -setuptools==71.1.0 +setuptools==75.1.0 numpy; python_version<="3.12" pandas; python_version<="3.12"