Skip to content

Commit

Permalink
build(deps-dev): bump the dependencies group with 3 updates (#160)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [python-multipart](https://github.com/Kludex/python-multipart), [uvicorn](https://github.com/encode/uvicorn) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `python-multipart` from 0.0.10 to 0.0.12
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.10...0.0.12)

Updates `uvicorn` from 0.30.6 to 0.31.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.31.0)

Updates `pyright` from 1.1.382.post0 to 1.1.382.post1
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.382.post0...v1.1.382.post1)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: uvicorn
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 8d83a8f commit 44be686
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -43,8 +43,8 @@ nvidia-cublas-cu12 = { version = "^12.6.1.4", optional = true }
granian = "^1.6.0"
litestar = "^2.12.1"
pydantic-settings = "^2.5.2"
python-multipart = "^0.0.10"
uvicorn = "^0.30.6"
python-multipart = "^0.0.12"
uvicorn = "^0.31.0"
uvloop = { version = "^0.20.0", markers = "sys_platform != 'win32'" }
numpy = "<2.0.0"
picologging = "^0.9.3"
Expand Down

0 comments on commit 44be686

Please sign in to comment.