Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent aa6820e commit a9e9b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ beautifulsoup4 = "^4.10.0"
starlette = "^0.25"
xarray = "^2023.1"
fastapi = "^0.92"
uvicorn = "^0.20"
uvicorn = ">=0.20,<0.23"
lxml = "^4.9.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a9e9b61

Please sign in to comment.