Skip to content

Commit

Permalink
Bump fastapi from 0.104.0 to 0.105.0
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.0 to 0.105.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.104.0...0.105.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 17f0a73 commit 7e382ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = "^3.10"
httpx = "^0.25.0"
typer = {version = "^0.9.0", extras = ["all"]}
python-dotenv = "^1.0.0"
fastapi = ">=0.103.2,<0.105.0"
fastapi = ">=0.103.2,<0.106.0"
uvicorn = {version = "^0.23.2", extras = ["standard"]}
slowapi = "^0.1.8"
pydantic-settings = "^2.0.3"
Expand Down

0 comments on commit 7e382ab

Please sign in to comment.