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)) 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