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

Bumps the minor group with 3 updates in the / directory: [semantic-text-splitter](https://github.com/benbrandt/text-splitter), [ruff](https://github.com/astral-sh/ruff) and [faker](https://github.com/joke2k/faker).


Updates `semantic-text-splitter` from 0.13.0 to 0.13.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.13.0...v0.13.1)

Updates `ruff` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.3...v0.4.4)

Updates `faker` from 25.0.1 to 25.1.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v25.0.1...v25.1.0)

---
updated-dependencies:
- dependency-name: semantic-text-splitter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent ed174d8 commit 0733d2f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fastapi = "*"
uvicorn = "*"
aleph-alpha-client = ">=7.1.0"
python-dotenv = "*"
semantic-text-splitter = "^0.13.0"
semantic-text-splitter = "^0.13.1"
qdrant-client = "^1.9.1"
rich = "^13.7.1"
nbconvert = "^7.16.4"
Expand All @@ -38,10 +38,10 @@ opentelemetry-exporter-otlp-proto-http = "1.23.0"
# lint & format
mypy = "^1.10.0"
nbqa = "^1.8.5"
ruff = "^0.4.3"
ruff = "^0.4.4"
pre-commit = "*"
pylama = { extras = ["radon", "vulture", "toml"], version = "^8.4.1" }
faker = "^25.0.1"
faker = "^25.1.0"

# tests
pytest = "*"
Expand Down

0 comments on commit 0733d2f

Please sign in to comment.