Skip to content

Commit

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

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.25.0...0.27.0.post1)

---
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>
Co-authored-by: Bibo-Joshi <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 404ca8c commit b07c614
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 @@ -26,15 +26,15 @@ repos:
- --jobs=0 # See https://pylint.pycqa.org/en/latest/user_guide/run.html?#parallel-execution to know more
additional_dependencies:
- fastapi~=0.109.0
- uvicorn[standard]~=0.25.0
- uvicorn[standard]~=0.27.0
- APScheduler~=3.10.4
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
- fastapi~=0.109.0
- uvicorn[standard]~=0.25.0
- uvicorn[standard]~=0.27.0
- APScheduler~=3.10.4
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.109.0
uvicorn[standard]~=0.25.0
uvicorn[standard]~=0.27.0
jinja2~=3.1.3
APScheduler~=3.10.4
RPi.GPIO==0.7.1

0 comments on commit b07c614

Please sign in to comment.