Skip to content

Commit fcc6ffc

Browse files
committed
chore: update dependencies
1 parent 5dbd849 commit fcc6ffc

2 files changed

Lines changed: 45 additions & 45 deletions

File tree

pyproject.toml

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

1010
[dependency-groups]
1111
prod = [
12-
"fastapi[standard]==0.133.1",
12+
"fastapi[standard]==0.135.2",
1313
"motor==3.7.1",
1414
"pwdlib[argon2]==0.3.0",
1515
"pydantic-settings==2.13.1",
16-
"pyjwt==2.11.0",
16+
"pyjwt==2.12.1",
1717
]
1818
lint = [
19-
"ruff==0.15.4",
19+
"ruff==0.15.7",
2020
]
2121
type = [
2222
"pyright==1.1.408",
2323
]
2424
test = [
25-
"faker==40.5.1",
25+
"faker==40.11.1",
2626
"httpx==0.28.1",
2727
"pytest==9.0.2",
28-
"pytest-cov==7.0.0",
28+
"pytest-cov==7.1.0",
2929
]
3030
dev = [
3131
{include-group = "type"},

uv.lock

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

0 commit comments

Comments
 (0)