chore(deps): Bump the dependencies group across 1 directory with 4 updates - #105
Merged
Merged
Conversation
…dates Bumps the dependencies group with 4 updates in the / directory: [qdrant-client](https://github.com/qdrant/qdrant-client), [tree-sitter-scala](https://github.com/tree-sitter/tree-sitter-scala), [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack) and [pydantic-settings](https://github.com/pydantic/pydantic-settings). Updates `qdrant-client` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](qdrant/qdrant-client@v1.18.0...v1.19.0) Updates `tree-sitter-scala` from 0.26.0 to 0.26.2 - [Release notes](https://github.com/tree-sitter/tree-sitter-scala/releases) - [Commits](tree-sitter/tree-sitter-scala@v0.26.0...v0.26.2) Updates `tree-sitter-language-pack` from 1.13.3 to 1.14.3 - [Release notes](https://github.com/xberg-io/tree-sitter-language-pack/releases) - [Changelog](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/CHANGELOG.md) - [Commits](xberg-io/tree-sitter-language-pack@v1.13.3...v1.14.3) Updates `pydantic-settings` from 2.14.2 to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.2...v2.15.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tree-sitter-scala dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tree-sitter-language-pack dependency-version: 1.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 4 updates in the / directory: qdrant-client, tree-sitter-scala, tree-sitter-language-pack and pydantic-settings.
Updates
qdrant-clientfrom 1.18.0 to 1.19.0Release notes
Sourced from qdrant-client's releases.
Commits
425840bbump version to v1.19.034dbb37fix: fix nested payload local mode (#1312)da58e7ddeprecate: remove max_disk_usage_percent, deprecate max_resident_memory_perce...efc4619fix: values_count bounds must be satisfied by a single value in local mode (#...589aecenew: 1.19.0 updates (#1298)24bd6bffix: add limit > 0 rules in local mode (#1281)715b48bPreserve proto3 field presence for falsy values in REST/gRPC conversion (#1260)5a0e0d0fix: do not drop falsy shard keys in convert_points_update_operation (#1279)2257c55fix: fix embed paths (#1278)f28634cWarn that search_params is ignored in local mode instead of silently dropping...Updates
tree-sitter-scalafrom 0.26.0 to 0.26.2Release notes
Sourced from tree-sitter-scala's releases.
... (truncated)
Commits
b931fccMerge pull request #646 from eed3si9n/wip/bump-version5d942ea0.26.27b77c7fMerge pull request #645 from tree-sitter/generation33d361fchore: generate and sync from 001160cff69a43cf9f818a03d80a996b28c5535b001160cMerge pull request #644 from tree-sitter/pattern-type-argumentsf427873fix: take the type arguments of an extractor pattern66acbe2Merge pull request #643 from tree-sitter/generationc733a9cchore: generate and sync from 71b02a68c57bd0e52535962f9167de8462b3c60b71b02a6fix: skip strings and characters when the comma reads its lineda0bae5Merge pull request #642 from tree-sitter/indent-in-parensUpdates
tree-sitter-language-packfrom 1.13.3 to 1.14.3Release notes
Sourced from tree-sitter-language-pack's releases.
... (truncated)
Changelog
Sourced from tree-sitter-language-pack's changelog.
... (truncated)
Commits
df3bcc3chore(swift): update Package.swift with checksum for v1.14.324efeb3chore(release): 1.14.340eb15eci: run poly's whole-project lint phasee368ce7fix(build): define UTF8PROC_STATIC for the dynamic grammar build7b51880ci: build parser binaries on Windows before publish4d84e56chore: drop dependabot version-update config2b97897chore(release): 1.14.2680a887fix(ffi): exclude norg from the ctype shim to unblock musl C++ build616d3ecfix(ffi): stop wasi wchar.h from clobbering ctype-shim redirects8ba0148chore: regenerate on alef 0.52.0; fix php e2e autoload and lint pathsUpdates
pydantic-settingsfrom 2.14.2 to 2.15.0Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
f725ca1Prepare release 2.15.0 (#930)28f35c2Bump the python-packages group with 4 updates (#929)9056db0test: move function-local imports to the top of test modules (#927)f077e3afix: raise ValidationError for non-JSON env values on strict fields (#926)ae25d70fix: treat Secret subclasses as non-complex fields (#716) (#920)798dceaBump the python-packages group with 4 updates (#924)a190041Bump the github-actions group with 4 updates (#925)5d93332Bump the python-packages group with 4 updates (#921)d2fdedafix: read secret files as UTF-8 instead of the locale encoding (#917)2256a4eBump the python-packages group with 3 updates (#915)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions