Skip to content

Commit

Permalink
Update dependency elasticsearch to v8.15.1 (#5010)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Oct 7, 2024
1 parent 0b6c76d commit d7c7a52
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
14 changes: 7 additions & 7 deletions indexer_worker/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indexer_worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"aws-requests-auth ~= 0.4",
"boto3 ~= 1.28",
"bottle ~= 0.12",
"elasticsearch ==8.15.0",
"elasticsearch ==8.15.1",
"elasticsearch-dsl ~= 8.9",
"falcon ~= 3.1",
"filelock ~= 3.13",
Expand Down
2 changes: 1 addition & 1 deletion ingestion_server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pook = "~=1.0"
aws-requests-auth = "~=0.4"
boto3 = "~=1.28"
bottle = "~=0.12"
elasticsearch = "==8.15.0"
elasticsearch = "==8.15.1"
elasticsearch-dsl = "~=8.9"
falcon = "~=3.1"
filelock = "~=3.13"
Expand Down
90 changes: 45 additions & 45 deletions ingestion_server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7c7a52

Please sign in to comment.