Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [python-multipart](https://github.com/Kludex/python-multipart) and [uvicorn](https://github.com/encode/uvicorn).


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)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 8c16274 commit 419a523
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 @@ -14,11 +14,11 @@ httpx = {version = "^0.27.0", extras = ["http2"]}
Jinja2 = "^3.1.4"
loguru = "^0.7.0"
lxml = "^5.3.0"
python-multipart = "^0.0.10" # for settings form
python-multipart = "^0.0.12" # for settings form
starlette = "^0.39.2"
timeago = "^1.0.16"
tldextract = "^5.1.2"
uvicorn = {version = "^0.30.6", extras = ["standard"]}
uvicorn = {version = "^0.31.0", extras = ["standard"]}
valkey = {version = "^6.0.2"}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 419a523

Please sign in to comment.