Skip to content

Commit

Permalink
Update uvicorn[standard] requirement in /package (#1188)
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.19.0...0.20.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2022
1 parent 9b50f29 commit ca83890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kedro>=0.17.0
ipython>=7.0.0, <9.0
fastapi>=0.73.0, <0.86.0
aiofiles==22.1.0
uvicorn[standard]~=0.19.0
uvicorn[standard]~=0.20.0
watchgod~=0.8.2
plotly>=4.0
pandas>=0.24
Expand Down

0 comments on commit ca83890

Please sign in to comment.