Skip to content

Commit c6c3ff7

Browse files
committed
chore(backend): Update dependencies
1 parent 1e0302c commit c6c3ff7

2 files changed

Lines changed: 89 additions & 84 deletions

File tree

backend/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ authors = [
99
requires-python = ">=3.14"
1010
dependencies = [
1111
"beautifulsoup4>=4.15.0",
12-
"fastapi>=0.140.0",
12+
"fastapi>=0.141.1",
1313
"httpx>=0.28.1",
14-
"uvicorn>=0.51.0",
14+
"uvicorn>=0.52.3",
1515
]
1616

1717
[dependency-groups]
1818
dev = [
19-
"nox>=2026.7.11",
20-
"pyrefly>=1.1.1",
21-
"ruff>=0.16.0",
19+
"nox>=2026.8.10",
20+
"pyrefly>=1.2.0",
21+
"ruff>=0.16.3",
2222
]
2323

2424
[tool.pyright]

0 commit comments

Comments
 (0)