Skip to content

Commit

Permalink
build(deps): bump the minor group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates in the / directory: [semantic-text-splitter](https://github.com/benbrandt/text-splitter), [qdrant-client](https://github.com/qdrant/qdrant-client) and [types-setuptools](https://github.com/python/typeshed).


Updates `semantic-text-splitter` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/benbrandt/text-splitter/releases)
- [Changelog](https://github.com/benbrandt/text-splitter/blob/main/CHANGELOG.md)
- [Commits](benbrandt/text-splitter@v0.14.0...v0.14.1)

Updates `qdrant-client` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/qdrant/qdrant-client/releases)
- [Commits](qdrant/qdrant-client@v1.10.0...v1.10.1)

Updates `types-setuptools` from 70.2.0.20240704 to 70.3.0.20240710
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: semantic-text-splitter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: qdrant-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 0bfabc4 commit 9e8d41b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ python = ">=3.10,<3.13"
pydantic = "2.8.*"
aleph-alpha-client = ">=7.1.0"
python-dotenv = "*"
semantic-text-splitter = "^0.14.0"
qdrant-client = "^1.10.0"
semantic-text-splitter = "^0.14.1"
qdrant-client = "^1.10.1"
rich = "^13.7.1"
datasets = "^2.20.0"
requests = "^2.32.3"
Expand Down

0 comments on commit 9e8d41b

Please sign in to comment.