Skip to content

Commit 611fbdf

Browse files
author
CarlosAndreo
committed
change: update to use latests versions
1 parent 69aaab0 commit 611fbdf

3 files changed

Lines changed: 31 additions & 30 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
mongodb:
4-
image: mongo:8.0.6-noble
4+
image: mongo:8.0.8-noble
55
container_name: ${MONGO_INITDB_DATABASE}
66
restart: always
77
ports:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fastapi-mongodb"
33
version = "0.1.0"
4-
description = "Ready-to-use FastAPI template with MongoDB."
4+
description = "FastAPI template with MongoDB."
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
requires-python = ">=3.13"
@@ -12,11 +12,11 @@ prod = [
1212
"fastapi[standard]==0.115.12",
1313
"motor==3.7.0",
1414
"passlib[bcrypt]==1.7.4",
15-
"pydantic-settings==2.8.1",
15+
"pydantic-settings==2.9.0",
1616
"pyjwt==2.10.1",
1717
]
1818
lint = [
19-
"ruff==0.11.5",
19+
"ruff==0.11.6",
2020
]
2121

2222
[tool.uv]

uv.lock

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

0 commit comments

Comments
 (0)