Skip to content

Commit

Permalink
[SECURITY] Update elasticsearch requirement from ~> 8.2.0 to ~> 8.16.0
Browse files Browse the repository at this point in the history
Updates the requirements on [elasticsearch](https://github.com/elastic/elasticsearch-ruby) to permit the latest version.
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases)
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-ruby@v8.2.2...v8.16.0)

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent ce93ea5 commit 5579e8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ GEM
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
elastic-transport (8.3.2)
elastic-transport (8.3.5)
faraday (< 3)
multi_json
elasticsearch (8.2.2)
elastic-transport (~> 8.0)
elasticsearch-api (= 8.2.2)
elasticsearch-api (8.2.2)
elasticsearch (8.16.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.16.0)
elasticsearch-api (8.16.0)
multi_json
epsilla-ruby (0.0.4)
faraday (>= 1)
Expand Down Expand Up @@ -195,15 +195,15 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.7.2)
json (2.8.2)
json-schema (4.3.0)
addressable (>= 2.8)
jwt (2.8.1)
base64
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
llama_cpp (0.9.5)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -228,7 +228,7 @@ GEM
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-http (0.4.1)
net-http (0.6.0)
uri
net-imap (0.4.11)
date
Expand Down Expand Up @@ -418,7 +418,7 @@ GEM
unparser (0.6.13)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (0.13.1)
uri (1.0.2)
vcr (6.2.0)
weaviate-ruby (0.9.2)
faraday (>= 2.0.1, < 3.0)
Expand Down Expand Up @@ -450,7 +450,7 @@ DEPENDENCIES
cohere-ruby (~> 0.9.10)
docx (~> 0.8.0)
dotenv-rails (~> 2.7.6)
elasticsearch (~> 8.2.0)
elasticsearch (~> 8.16.0)
epsilla-ruby (~> 0.0.4)
eqn (~> 1.6.5)
faraday
Expand Down
2 changes: 1 addition & 1 deletion langchain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "chroma-db", "~> 0.6.0"
spec.add_development_dependency "cohere-ruby", "~> 0.9.10"
spec.add_development_dependency "docx", "~> 0.8.0"
spec.add_development_dependency "elasticsearch", "~> 8.2.0"
spec.add_development_dependency "elasticsearch", "~> 8.16.0"
spec.add_development_dependency "epsilla-ruby", "~> 0.0.4"
spec.add_development_dependency "eqn", "~> 1.6.5"
spec.add_development_dependency "faraday"
Expand Down

0 comments on commit 5579e8f

Please sign in to comment.