Update pytest-asyncio requirement from <=0.23.8 to <=0.24.0 (#812)
* Update pytest-asyncio requirement from <=0.23.8 to <=0.24.0 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.24.0) --- 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>
This commit is contained in:
co-authored by
dependabot[bot]
parent
717122455b
commit
aabac84c24
@@ -9,6 +9,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
### Fixed
|
||||
### Security
|
||||
|
||||
### Dependencies
|
||||
- Bump `pytest-asyncio` from <=0.23.8 to <=0.24.0 ([#812](https://github.com/opensearch-project/opensearch-py/pull/812))
|
||||
|
||||
## [2.7.1]
|
||||
### Fixed
|
||||
- Fix `indices.put_alias` parameter order regression ([#804](https://github.com/opensearch-project/opensearch-py/pull/804))
|
||||
|
||||
@@ -21,5 +21,5 @@ twine
|
||||
|
||||
# Requirements for testing [async] extra
|
||||
aiohttp>=3.9.4, <4
|
||||
pytest-asyncio<=0.23.8
|
||||
pytest-asyncio<=0.24.0
|
||||
unasync
|
||||
|
||||
Reference in New Issue
Block a user