From c69b07e2f149a77ff42e148c9248bf025326fd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:34:35 +0000 Subject: [PATCH 1/2] Bump setuptools from 71.1.0 to 75.6.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 71.1.0 to 75.6.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v71.1.0...v75.6.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4f88fa32..96762dd7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ jinja2 pytz deepmerge Events -setuptools==71.1.0 +setuptools==75.6.0 numpy; python_version<="3.12" pandas; python_version<="3.12" From b9fea186c16ba94d9734ce761f906adc72903f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Nov 2024 03:34:59 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f11b945..0b0623e9 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.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.6.0 ([#850](https://github.com/opensearch-project/opensearch-py/pull/850)) ## [2.7.1] ### Fixed