Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 3 updates: [python-multipart](https://github.com/andrew-d/python-multipart), [starlette](https://github.com/encode/starlette) and [uvicorn](https://github.com/encode/uvicorn).


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

Updates `starlette` from 0.37.0 to 0.37.1
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.37.0...0.37.1)

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

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: starlette
  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-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 7379724 commit 5101965
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
36 changes: 24 additions & 12 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 @@ -15,11 +15,11 @@ httpx = {version = "^0.26.0", extras = ["http2"]}
Jinja2 = "^3.1.3"
loguru = "^0.7.0"
lxml = "^5.1.0"
python-multipart = "^0.0.7"
starlette = "^0.37.0"
python-multipart = "^0.0.9"
starlette = "^0.37.1"
timeago = "^1.0.16"
tldextract = "^5.0.0"
uvicorn = {version = "^0.27.0", extras = ["standard"]}
uvicorn = {version = "^0.27.1", extras = ["standard"]}

[tool.poetry.dev-dependencies]
coverage = {version = "*", extras = ["toml"]}
Expand Down

0 comments on commit 5101965

Please sign in to comment.