Skip to content

Commit

Permalink
Update uvicorn[standard] requirement from ~=0.27.0 to ~=0.27.1 (#20)
Browse files Browse the repository at this point in the history
* Update uvicorn[standard] requirement from ~=0.27.0 to ~=0.27.1

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.27.0...0.27.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update version number in other files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Feb 16, 2024
1 parent 376fec1 commit 4bdaaa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: mypy
additional_dependencies:
- fastapi~=0.109.2
- uvicorn[standard]~=0.27.0
- uvicorn[standard]~=0.27.1
- jinja2~=3.1.3
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
Expand All @@ -33,7 +33,7 @@ repos:
- id: ruff
additional_dependencies:
- fastapi~=0.109.2
- uvicorn[standard]~=0.27.0
- uvicorn[standard]~=0.27.1
- jinja2~=3.1.3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fastapi~=0.109.2
uvicorn[standard]~=0.27.0
uvicorn[standard]~=0.27.1
jinja2~=3.1.3

0 comments on commit 4bdaaa2

Please sign in to comment.