Skip to content

Commit

Permalink
Upgrade urllib to 1.26.17 (#1278)
Browse files Browse the repository at this point in the history
* Upgrade urllib to 1.26.17

Signed-off-by: Ryan Bogan <[email protected]>

* Update CHANGELOG

Signed-off-by: Ryan Bogan <[email protected]>

---------

Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan authored Oct 25, 2023
1 parent 357490e commit e508031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Documentation
### Maintenance
* Update developer guide to include M1 Setup [#1222](https://github.com/opensearch-project/k-NN/pull/1222)
* Upgrade urllib to 1.26.17 [#1278](https://github.com/opensearch-project/k-NN/pull/1278)
### Refactoring
2 changes: 1 addition & 1 deletion benchmarks/osb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tabulate==0.8.7
# via opensearch-benchmark
thespian==3.10.1
# via opensearch-benchmark
urllib3==1.26.9
urllib3==1.26.17
# via opensearch-py
yappi==1.2.3
# via opensearch-benchmark
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/perf-tool/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyyaml==5.4.1
# via -r requirements.in
requests==2.31.0
# via -r requirements.in
urllib3==1.26.6
urllib3==1.26.17
# via
# opensearch-py
# requests
Expand Down

0 comments on commit e508031

Please sign in to comment.