Bumps urllib3 from >=1.26.18 to >=1.26.18, <2 (#632)
Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
### Security
|
### Security
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- Bumps `pytest-asyncio` from <=0.21.1 to <=0.23.2
|
- 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]
|
## [2.4.2]
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ packages = [
|
|||||||
if package == MODULE_DIR or package.startswith(MODULE_DIR + ".")
|
if package == MODULE_DIR or package.startswith(MODULE_DIR + ".")
|
||||||
]
|
]
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"urllib3>=1.26.18",
|
"urllib3>=1.26.18, <2",
|
||||||
"requests>=2.4.0, <3.0.0",
|
"requests>=2.4.0, <3.0.0",
|
||||||
"six",
|
"six",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
|
|||||||
Reference in New Issue
Block a user