Skip to content

Commit d8ac2d2

Browse files
Update dependency elasticsearch to v8.12.1 (#3855)
1 parent ca3c7c2 commit d8ac2d2

File tree

4 files changed

+270
-257
lines changed

4 files changed

+270
-257
lines changed

api/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ django-tqdm = "~=1.3"
3434
django-uuslug = "~=2.0"
3535
djangorestframework = "~=3.14"
3636
drf-spectacular = "*"
37-
elasticsearch = "==8.12"
37+
elasticsearch = "==8.12.1"
3838
elasticsearch-dsl = "~=8.9"
3939
future = "~=0.18"
4040
limit = "~=0.2"

api/Pipfile.lock

Lines changed: 45 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ingestion_server/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pook = "~=1.0"
1515
aws-requests-auth = "~=0.4"
1616
boto3 = "~=1.28"
1717
bottle = "~=0.12"
18-
elasticsearch = "==8.12.0"
18+
elasticsearch = "==8.12.1"
1919
elasticsearch-dsl = "~=8.9"
2020
falcon = "~=3.1"
2121
filelock = "~=3.13"

0 commit comments

Comments
 (0)