Skip to content

Commit 0db4910

Browse files
committed
chore: update fastapi dependency
1 parent 047847f commit 0db4910

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ uv run pytest
102102
[license-url]: https://github.com/CarlosAndreo/fastapi-mongodb/blob/main/LICENSE
103103
[python-badge]: https://img.shields.io/badge/Python-3.14.0-blue?style=for-the-badge&logo=python&logoColor=white&labelColor=3776AB
104104
[python-url]: https://www.python.org/downloads/release/python-3140/
105-
[fastapi-badge]: https://img.shields.io/badge/FastAPI-0.124.1-blue?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=009688
105+
[fastapi-badge]: https://img.shields.io/badge/FastAPI-0.125.0-blue?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=009688
106106
[fastapi-url]: https://fastapi.tiangolo.com/
107107
[mongodb-badge]: https://img.shields.io/badge/MongoDB-8.2-green?style=for-the-badge&logo=mongodb&logoColor=white&labelColor=47A248
108108
[mongodb-url]: https://www.mongodb.com/

pyproject.toml

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

1010
[dependency-groups]
1111
prod = [
12-
"fastapi[standard]==0.124.1",
12+
"fastapi[standard]==0.125.0",
1313
"motor==3.7.1",
1414
"pwdlib[argon2]==0.3.0",
1515
"pydantic-settings==2.12.0",
1616
"pyjwt==2.10.1",
1717
]
1818
lint = [
19-
"ruff==0.14.8",
19+
"ruff==0.14.10",
2020
]
2121
type = [
2222
"pyright==1.1.407",
2323
]
2424
test = [
25-
"faker==38.2.0",
25+
"faker==39.0.0",
2626
"httpx==0.28.1",
2727
"pytest==9.0.2",
2828
"pytest-cov==7.0.0",

uv.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)