Skip to content

Commit

Permalink
Bump certifi and aiohttp to fix vulnerabilities (opensearch-project#1010
Browse files Browse the repository at this point in the history
)

Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei authored Jul 27, 2023
1 parent 8c79385 commit 84509fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions benchmarks/osb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
aiohttp==3.8.1
aiohttp==3.8.5
# via opensearch-py
aiosignal==1.2.0
# via aiohttp
Expand All @@ -16,7 +16,7 @@ attrs==21.4.0
# jsonschema
cachetools==4.2.4
# via google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# opensearch-benchmark
# opensearch-py
Expand Down Expand Up @@ -95,4 +95,4 @@ zipp==3.7.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# setuptools
2 changes: 1 addition & 1 deletion benchmarks/perf-tool/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cached-property==1.5.2
# via h5py
cerberus==1.3.4
# via -r requirements.in
certifi==2022.12.7
certifi==2023.7.22
# via
# opensearch-py
# requests
Expand Down

0 comments on commit 84509fb

Please sign in to comment.