Bumps urllib3 from >=1.26.18 to >=1.26.18, <2 (#632)

Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
Sai Medhini Reddy Maryada
2023-12-15 10:41:29 -05:00
committed by GitHub
parent c4e53d444a
commit e323ab2435
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security
### Dependencies
- Bumps `pytest-asyncio` from <=0.21.1 to <=0.23.2
- Bumps `urllib3` from >=1.26.18 to >=1.26.18, <2 ([#632](https://github.com/opensearch-project/opensearch-py/pull/632))
## [2.4.2]
### Added
+1 -1
View File
@@ -52,7 +52,7 @@ packages = [
if package == MODULE_DIR or package.startswith(MODULE_DIR + ".")
]
install_requires = [
"urllib3>=1.26.18",
"urllib3>=1.26.18, <2",
"requests>=2.4.0, <3.0.0",
"six",
"python-dateutil",