Skip to content

Commit

Permalink
Update fastapi requirement from ~=0.104.1 to ~=0.105.0 (#11)
Browse files Browse the repository at this point in the history
* Update fastapi requirement from ~=0.104.1 to ~=0.105.0

Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.104.1...0.105.0)

---
updated-dependencies:
- dependency-name: fastapi
  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 Dec 16, 2023
1 parent b66adff commit f986259
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 @@ -14,7 +14,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- fastapi~=0.104.1
- fastapi~=0.105.0
- uvicorn[standard]~=0.24.0
- jinja2~=3.1.2
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -32,7 +32,7 @@ repos:
hooks:
- id: ruff
additional_dependencies:
- fastapi~=0.104.1
- fastapi~=0.105.0
- uvicorn[standard]~=0.24.0
- jinja2~=3.1.2
- repo: https://github.com/pre-commit/mirrors-prettier
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.104.1
fastapi~=0.105.0
uvicorn[standard]~=0.24.0
jinja2~=3.1.2

0 comments on commit f986259

Please sign in to comment.