Skip to content

Commit

Permalink
chore(deps): bump the minor group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [semantic-text-splitter](https://github.com/benbrandt/text-splitter) and [faker](https://github.com/joke2k/faker).


Updates `semantic-text-splitter` from 0.8.1 to 0.9.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.8.1...v0.9.1)

Updates `faker` from 24.4.0 to 24.7.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v24.4.0...v24.7.1)

---
updated-dependencies:
- dependency-name: semantic-text-splitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: faker
  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 Apr 5, 2024
1 parent 8c58c30 commit 01235f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 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 @@ -18,7 +18,7 @@ fastapi = "*"
uvicorn = "*"
aleph-alpha-client = ">=4.0.0"
python-dotenv = "*"
semantic-text-splitter = "^0.8.0"
semantic-text-splitter = "^0.9.1"
qdrant-client = "^1.8.2"
rich = "^13.7.1"
nbconvert = "^7.16.3"
Expand All @@ -41,7 +41,7 @@ nbqa = "^1.8.5"
ruff = "^0.3.5"
pre-commit = "*"
pylama = { extras = ["radon", "vulture", "toml"], version = "^8.4.1" }
faker = "^24.4.0"
faker = "^24.7.1"

# tests
pytest = "*"
Expand Down

0 comments on commit 01235f2

Please sign in to comment.