Skip to content

Commit d0517be

Browse files
Bump requests version from 2.26.0 to 2.31.0 (#913) (#917)
(cherry picked from commit 15319e2) Signed-off-by: Martin Gaievski <gaievski@amazon.com> Co-authored-by: Naveen Tatikonda <navtat@amazon.com>
1 parent 591c3f9 commit d0517be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
* Bulk allocate objects for nmslib index creation to avoid malloc fragmentation ([#773](https://github.com/opensearch-project/k-NN/pull/773))
1919
### Bug Fixes
2020
### Infrastructure
21+
* Bump requests version from 2.26.0 to 2.31.0 ([#913](https://github.com/opensearch-project/k-NN/pull/913))
2122
* Disable index refresh for system indices ([#773](https://github.com/opensearch-project/k-NN/pull/915))
2223
### Documentation
2324
### Maintenance

benchmarks/perf-tool/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ psutil==5.8.0
2828
# via -r requirements.in
2929
pyyaml==5.4.1
3030
# via -r requirements.in
31-
requests==2.26.0
31+
requests==2.31.0
3232
# via -r requirements.in
3333
urllib3==1.26.6
3434
# via

0 commit comments

Comments
 (0)