Skip to content

Commit

Permalink
[pip] Bump uvicorn from 0.30.6 to 0.31.0
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.31.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.31.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 Sep 30, 2024
1 parent 72fbbd8 commit 5624d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ starlette==0.38.5
tomli==2.0.1
typer==0.12.5
typing_extensions==4.12.2
uvicorn==0.30.6
uvicorn==0.31.0
uvloop==0.20.0
watchfiles==0.24.0
websockets==13.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sniffio==1.3.1
starlette==0.38.5
typer==0.12.5
typing_extensions==4.12.2
uvicorn==0.30.6
uvicorn==0.31.0
uvloop==0.20.0
watchfiles==0.24.0
websockets==13.1

0 comments on commit 5624d47

Please sign in to comment.