Skip to content

Commit

Permalink
Update fastapi requirement from ~=0.103.1 to ~=0.104.0
Browse files Browse the repository at this point in the history
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.103.1...0.104.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 3674eae commit d86a41c
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 @@ -18,7 +18,7 @@ requests~=2.31.0 # Apache 2.0
pyyaml~=6.0 # MIT
netifaces~=0.11.0 # MIT
sqlalchemy~=2.0.20 # MIT
fastapi~=0.103.1 # MIT
fastapi~=0.104.0 # MIT
uvicorn~=0.23.2 # BSD 3-Clause
httpx~=0.25.0 # BSD 3-Clause
aiofiles~=23.2.1 # Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pyyaml~=6.0", # MIT
"netifaces~=0.11.0", # MIT
"sqlalchemy~=2.0.20", # MIT
"fastapi~=0.103.1", # MIT
"fastapi~=0.104.0", # MIT
"uvicorn~=0.23.2", # BSD 3-Clause
"httpx~=0.25.0", # BSD 3-Clause
"aiofiles~=23.2.1", # Apache 2.0
Expand Down

0 comments on commit d86a41c

Please sign in to comment.