From 526510d48c265fa13c1d7d079d5183ca29818e42 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Thu, 14 Dec 2023 13:38:12 -0800 Subject: [PATCH] Bumps aiohttp from >=3,<4 to >=3.9.0,<4 Signed-off-by: saimedhi --- CHANGELOG.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab691fae..3f988164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fix KeyError when scroll return no hits ([#616](https://github.com/opensearch-project/opensearch-py/pull/616)) ### Security ### Dependencies +- Bumps `aiohttp` from >=3,<4 to >=3.9.0,<4 ([#634](https://github.com/opensearch-project/opensearch-py/pull/634)) - Bumps `pytest-asyncio` from <=0.21.1 to <=0.23.2 ## [2.4.2] diff --git a/setup.py b/setup.py index 09c8e88c..e40526da 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ "pytest-mock<4.0.0", ] -async_require = ["aiohttp>=3,<4"] +async_require = ["aiohttp>=3.9.0,<4"] docs_require = ["sphinx", "sphinx_rtd_theme", "myst_parser", "sphinx_copybutton"] generate_require = ["black", "jinja2"]