Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [pydantic-settings](https://github.com/pydantic/pydantic-settings), [sentencepiece](https://github.com/google/sentencepiece) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `pydantic-settings` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.2.0...v2.2.1)

Updates `sentencepiece` from 0.1.99 to 0.2.0
- [Release notes](https://github.com/google/sentencepiece/releases)
- [Commits](google/sentencepiece@v0.1.99...v0.2.0)

Updates `pyright` from 1.1.350 to 1.1.351
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.350...v1.1.351)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentencepiece
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Feb 20, 2024
1 parent 9fbef2b commit f9d1bc2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 57 deletions.
116 changes: 62 additions & 54 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 @@ -34,16 +34,16 @@ typing-extensions = "^4.9.0"
hypercorn = "^0.16.0"
uvloop = "^0.19.0"
fastapi = "^0.109.2"
pydantic-settings = "^2.2.0"
pydantic-settings = "^2.2.1"
ctranslate2 = "^4.0.0"
transformers = "^4.37.2"
sentencepiece = "^0.1.99"
sentencepiece = "^0.2.0"
protobuf = "^4.25.3"
jinja2 = "^3.1.3"
supervisor = "^4.2.5"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.350"
pyright = "^1.1.351"
pylint = "^3.0.3"
pytest = "^8.0.1"
ruff = "^0.2.2"

0 comments on commit f9d1bc2

Please sign in to comment.