Bumps aiohttp from >=3.9.2,<4 to >=3.9.4,<4 (#751)
Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -30,6 +30,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
- Bumps `black` to >=24.3.0 ([#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.7
|
- Bumps `pytest-asyncio` from <=0.23.5 to <=0.23.7
|
||||||
- Bumps `sphinx` from <7.3 to <7.4
|
- Bumps `sphinx` from <7.3 to <7.4
|
||||||
|
- Bumps `aiohttp` from >=3.9.2,<4 to >=3.9.4,<4 ([#751](https://github.com/opensearch-project/opensearch-py/pull/751))
|
||||||
|
|
||||||
## [2.5.0]
|
## [2.5.0]
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ black>=24.3.0
|
|||||||
twine
|
twine
|
||||||
|
|
||||||
# Requirements for testing [async] extra
|
# Requirements for testing [async] extra
|
||||||
aiohttp>=3.9.2, <4
|
aiohttp>=3.9.4, <4
|
||||||
pytest-asyncio<=0.23.7
|
pytest-asyncio<=0.23.7
|
||||||
unasync
|
unasync
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ tests_require = [
|
|||||||
"pytest-mock<4.0.0",
|
"pytest-mock<4.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
async_require = ["aiohttp>=3.9.2,<4"]
|
async_require = ["aiohttp>=3.9.4,<4"]
|
||||||
|
|
||||||
docs_require = ["sphinx", "sphinx_rtd_theme", "myst_parser", "sphinx_copybutton"]
|
docs_require = ["sphinx", "sphinx_rtd_theme", "myst_parser", "sphinx_copybutton"]
|
||||||
generate_require = ["black>=24.3.0", "jinja2"]
|
generate_require = ["black>=24.3.0", "jinja2"]
|
||||||
|
|||||||
Reference in New Issue
Block a user