diff --git a/CHANGELOG.md b/CHANGELOG.md index bfde0e7b..685d81f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `aiohttp` from >=3,<4 to >=3.9.2,<4 ([#717](https://github.com/opensearch-project/opensearch-py/pull/717)) - Bumps `black` to >=24.3.0 ([#717](https://github.com/opensearch-project/opensearch-py/pull/717)) +- Bumps `pytest-asyncio` from <=0.23.5 to <=0.23.6 ## [2.5.0] ### Added diff --git a/dev-requirements.txt b/dev-requirements.txt index c3dbc31e..a3815851 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,5 +23,5 @@ twine # Requirements for testing [async] extra aiohttp>=3.9.2, <4 -pytest-asyncio<=0.23.5 +pytest-asyncio<=0.23.6 unasync