Skip to content

Commit

Permalink
build(deps): bump uvicorn from 0.22.0 to 0.32.0
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.32.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.22.0...0.32.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent c1cf8b8 commit 8c6d2c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ruamel-yaml = "*"
peewee = "*"
datetime = "*"
fastapi = "0.96.0"
uvicorn ={version="0.22.0", extras = ["standard"]}
uvicorn ={version="0.32.0", extras = ["standard"]}
munch = "^4.0.0"
psycopg2-binary = "^2.9.7"
pythonseer = {git = "https://github.com/jelloeater/pythonseer"}
Expand Down

0 comments on commit 8c6d2c8

Please sign in to comment.