Skip to content

Commit

Permalink
Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (opensearch-project#518)
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
(cherry picked from commit 781744c)
  • Loading branch information
saimedhi committed Oct 4, 2023
1 parent 1216f66 commit 9b95b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed
### Fixed
### Security
### Dependencies
- Bumps `urllib3` from >=1.21.1, <2 to >=1.26.9 ([#518](https://github.com/opensearch-project/opensearch-py/pull/518))

## [2.3.1]
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if package == module_dir or package.startswith(module_dir + ".")
]
install_requires = [
"urllib3>=1.21.1, <2",
"urllib3>=1.26.9",
"requests>=2.4.0, <3.0.0",
"six",
"python-dateutil",
Expand Down

0 comments on commit 9b95b86

Please sign in to comment.