Skip to content

Commit

Permalink
Update fastapi requirement from <0.96,>=0.92 to >=0.92,<0.104 (#103)
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.92.0...0.103.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent 48dbd4a commit 0fe40df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test = [
"psycopg2-binary >=2.9.5, <3.0.0",
"Pillow >=9.4.0, <10.1.0",
"python-multipart ==0.0.6",
"fastapi >=0.92, <0.96",
"fastapi >=0.92, <0.104",
"Flask >=2.2, <2.3",
"Flask-SQLAlchemy >=3.0,<3.1"
]
Expand Down

0 comments on commit 0fe40df

Please sign in to comment.