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
…934)

Bumps the minor group with 3 updates in the / directory: [semantic-text-splitter](https://github.com/benbrandt/text-splitter), [mypy](https://github.com/python/mypy) and [types-setuptools](https://github.com/python/typeshed).


Updates `semantic-text-splitter` from 0.13.3 to 0.14.0
- [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.13.3...v0.14.0)

Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

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

---
updated-dependencies:
- dependency-name: semantic-text-splitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: mypy
  dependency-type: direct:development
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 06609d1 commit 8c0b396
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
90 changes: 45 additions & 45 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,7 +16,7 @@ python = ">=3.10,<3.13"
pydantic = "2.7.*"
aleph-alpha-client = ">=7.1.0"
python-dotenv = "*"
semantic-text-splitter = "^0.13.3"
semantic-text-splitter = "^0.14.0"
qdrant-client = "^1.9.2"
rich = "^13.7.1"
datasets = "^2.20.0"
Expand All @@ -34,7 +34,7 @@ argilla = "^1.29.0"

[tool.poetry.group.dev.dependencies]
# lint & format
mypy = "^1.10.0"
mypy = "^1.10.1"
nbqa = "^1.8.5"
ruff = "^0.4.10"
pre-commit = "^3.7.1"
Expand Down

0 comments on commit 8c0b396

Please sign in to comment.