From b5f145eefa0f25b5f9371122dd12748bb3a3326d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:45:49 +0000 Subject: [PATCH 1/2] Update pytest-asyncio requirement from <=0.24.0 to <=0.25.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.1.1...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... 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..b31bc8c5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,5 +21,5 @@ twine # Requirements for testing [async] extra aiohttp>=3.9.4, <4 -pytest-asyncio<=0.24.0 +pytest-asyncio<=0.25.0 unasync From 97fd8d31874fcd694bee29cb1d4b8851fc1b5ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Dec 2024 03:46:10 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3354d4e1..47014b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed ### Security +### Dependencies +- Bump `pytest-asyncio` from <=0.24.0 to <=0.25.0 ([#870](https://github.com/opensearch-project/opensearch-py/pull/870)) + ## [2.8.0] ### Added - Added `AsyncSearch#collapse` ([827](https://github.com/opensearch-project/opensearch-py/pull/827))