Skip to content

Commit

Permalink
Update elasticsearch requirement in /batch_processing
Browse files Browse the repository at this point in the history
Updates the requirements on [elasticsearch](https://github.com/elastic/elasticsearch-py) to permit the latest version.
- [Release notes](https://github.com/elastic/elasticsearch-py/releases)
- [Commits](elastic/elasticsearch-py@7.0.0...v8.12.1)

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent a6cd24d commit 73f8e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch_processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
multiprocessing~=2.6
time~=1.0
elasticsearch~=7.0
elasticsearch~=8.12
argparse~=1.4

0 comments on commit 73f8e01

Please sign in to comment.