Bumps from >=1.21.1 to >=1.26.9 (#518)

Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
Sai Medhini Reddy Maryada
2023-10-03 07:41:41 -07:00
committed by GitHub
parent 9fe5f5ad62
commit 781744c6b1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `sphinx` from <7.1 to <7.3
- Bumps `urllib3` from >=1.21.1, <2 to >=1.21.1 ([#466](https://github.com/opensearch-project/opensearch-py/pull/466))
- Bumps `urllib3` from >=1.21.1 to >=1.26.9 ([#518](https://github.com/opensearch-project/opensearch-py/pull/518))
## [2.3.1]
### Added
+1 -1
View File
@@ -50,7 +50,7 @@ packages = [
if package == module_dir or package.startswith(module_dir + ".")
]
install_requires = [
"urllib3>=1.21.1",
"urllib3>=1.26.9",
"requests>=2.4.0, <3.0.0",
"six",
"python-dateutil",