From 343690ad639f1f88fd0ebfbc1bf0a45834c4ec61 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Wed, 22 May 2024 13:56:39 -0700 Subject: [PATCH] Bumps aiohttp from >=3.9.2,<4 to >=3.9.4,<4 (#751) Signed-off-by: saimedhi --- CHANGELOG.md | 1 + dev-requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed463a64..0ab205c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 9c831f6f1..580ed7ee9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 diff --git a/setup.py b/setup.py index dac7904c7..aad7bdffe 100644 --- a/setup.py +++ b/setup.py @@ -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"]