diff --git a/CHANGELOG.md b/CHANGELOG.md index 2847be91..b3669968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,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 +- Bumps `pytest-asyncio` from <=0.23.5 to <=0.23.7 - Bumps `sphinx` from <7.3 to <7.4 ## [2.5.0] diff --git a/dev-requirements.txt b/dev-requirements.txt index f329ce2a..9c831f6f 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.6 +pytest-asyncio<=0.23.7 unasync