From 77313d2dfed0231be13a75bd6dbce6770d3037b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:07:32 -0400 Subject: [PATCH] Update pytest-asyncio requirement from <=0.23.6 to <=0.23.7 (#748) * Update pytest-asyncio requirement from <=0.23.6 to <=0.23.7 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.23.7) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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