Skip to content

Commit 7336f51

Browse files
Update pytest-asyncio requirement from <=0.24.0 to <=0.25.1 (#881)
* Update pytest-asyncio requirement from <=0.24.0 to <=0.25.1 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](pytest-dev/pytest-asyncio@v0.1.1...v0.25.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 4cdf81e commit 7336f51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1515
### Fixed
1616
### Security
1717

18+
### Dependencies
19+
- Bump `pytest-asyncio` from <=0.24.0 to <=0.25.1 ([#881](https://github.com/opensearch-project/opensearch-py/pull/881))
20+
1821
## [2.8.0]
1922
### Added
2023
- Added `AsyncSearch#collapse` ([827](https://github.com/opensearch-project/opensearch-py/pull/827))

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ twine
2121

2222
# Requirements for testing [async] extra
2323
aiohttp>=3.9.4, <4
24-
pytest-asyncio<=0.24.0
24+
pytest-asyncio<=0.25.1
2525
unasync

0 commit comments

Comments
 (0)