Skip to content

Commit

Permalink
build(deps-dev): 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.103.2 to 0.104.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.103.2...0.104.0)

Updates `pyright` from 1.1.331 to 1.1.332
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.331...v1.1.332)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:development
  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 Oct 19, 2023
1 parent 4acef6b commit 247d1d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -35,13 +35,13 @@ nvidia-cublas-cu11 = { version = "^11.11.3.6", optional = true }

[tool.poetry.group.server.dependencies]
supervisor = "^4.2.5"
fastapi = "^0.103.2"
fastapi = "^0.104.0"
python-multipart = "^0.0.6"
hypercorn = "^0.14.4"
uvloop = "^0.18.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.331"
pyright = "^1.1.332"
pylint = "^3.0.1"
pytest = "^7.4.2"
ruff = "^0.1.0"
Expand Down

0 comments on commit 247d1d6

Please sign in to comment.