Skip to content

Commit

Permalink
⬆️(project) upgrade fastapi to v0.110.2
Browse files Browse the repository at this point in the history
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| pypi       | fastapi | 0.110.1 | 0.110.2 |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Apr 22, 2024
1 parent 4348d1b commit 5b53cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
alembic = "==1.13.1"
annotated-types = "==0.6.0"
email-validator = "==2.1.1"
fastapi = "==0.110.1"
fastapi = "==0.110.2"
httpx = "==0.27.0"
psycopg2-binary = "==2.9.9"
pydantic-extra-types = {extras = ["all"], version = "==2.6.0"}
Expand Down
8 changes: 4 additions & 4 deletions src/api/Pipfile.lock

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

0 comments on commit 5b53cad

Please sign in to comment.