Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [fastapi](https://github.com/tiangolo/fastapi) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `fastapi` from 0.101.0 to 0.101.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.101.0...0.101.1)

Updates `pyright` from 1.1.321 to 1.1.322
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.321...v1.1.322)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Aug 14, 2023
1 parent e9badc7 commit 62af78a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -34,14 +34,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.101.0"
fastapi = "^0.101.1"
hypercorn = "^0.14.4"
transformers = "^4.31.0"
ctranslate2 = "^3.18.0"
cpufeature = "^0.2.1"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.321"
pyright = "^1.1.322"
pylint = "^2.17.5"
pytest = "^7.4.0"
isort = "^5.12.0"
Expand Down

0 comments on commit 62af78a

Please sign in to comment.