diff --git a/CHANGELOG.md b/CHANGELOG.md index 672fd065..a99f01c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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 `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 b1383be9..c7bdfb7f 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"