Skip to content

Commit aff7001

Browse files
committed
chore(backend): Upgrade all packages
1 parent 1740c1c commit aff7001

2 files changed

Lines changed: 132 additions & 128 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.13"
1010
dependencies = [
1111
"beautifulsoup4>=4.14.3",
12-
"fastapi>=0.135.2",
12+
"fastapi>=0.136.3",
1313
"httpx>=0.28.1",
14-
"uvicorn>=0.42.0",
14+
"uvicorn>=0.48.0",
1515
]
1616

1717
[dependency-groups]
1818
dev = [
19-
"nox>=2026.2.9",
20-
"pyrefly>=0.58.0",
21-
"ruff>=0.15.8",
19+
"nox>=2026.4.10",
20+
"pyrefly>=1.0.0",
21+
"ruff>=0.15.15",
2222
]
2323

2424
[tool.pyright]

0 commit comments

Comments
 (0)