Skip to content

Commit 612fff0

Browse files
author
CarlosAndreo
committed
chore: update fastapi dependency
1 parent 653a540 commit 612fff0

2 files changed

Lines changed: 73 additions & 73 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ authors = [{ name = "Carlos Andreo", email = "[email protected]" }]
99

1010
[dependency-groups]
1111
prod = [
12-
"fastapi[standard]==0.116.1",
12+
"fastapi[standard]==0.117.1",
1313
"motor==3.7.1",
1414
"passlib[bcrypt]==1.7.4",
1515
"pydantic-settings==2.10.1",
1616
"pyjwt==2.10.1",
1717
]
1818
lint = [
19-
"ruff==0.13.0",
19+
"ruff==0.13.1",
2020
]
2121

2222
[tool.uv]

0 commit comments

Comments
 (0)