Skip to content

Commit

Permalink
Bumps aiohttp from >=3.9.2,<4 to >=3.9.4,<4 (opensearch-project#751)
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi authored May 22, 2024
1 parent ee21471 commit 343690a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `pytest-asyncio` from <=0.23.5 to <=0.23.7
- 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]
### Added
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ black>=24.3.0
twine

# Requirements for testing [async] extra
aiohttp>=3.9.2, <4
aiohttp>=3.9.4, <4
pytest-asyncio<=0.23.7
unasync
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"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"]
generate_require = ["black>=24.3.0", "jinja2"]
Expand Down

0 comments on commit 343690a

Please sign in to comment.