Skip to content

Commit

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


Updates `starlette` from 0.37.2 to 0.38.0
- [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.2...0.38.0)

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

---
updated-dependencies:
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jul 22, 2024
1 parent e0f6a6f commit 8766b3a
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 @@ -16,10 +16,10 @@ Jinja2 = "^3.1.4"
loguru = "^0.7.0"
lxml = "^5.2.2"
python-multipart = "^0.0.9" # for settings form
starlette = "^0.37.1"
starlette = "^0.38.0"
timeago = "^1.0.16"
tldextract = "^5.1.2"
uvicorn = {version = "^0.30.1", extras = ["standard"]}
uvicorn = {version = "^0.30.3", extras = ["standard"]}
valkey = {extras = ["hiredis"], version = "^5.1.0b7"}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 8766b3a

Please sign in to comment.