Skip to content

Commit 71fec6d

Browse files
committed
Update deps
1 parent 61447e4 commit 71fec6d

2 files changed

Lines changed: 170 additions & 173 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"uvicorn>=0.40.0,<0.41",
1212
"jinja2>=3.1.2,<4",
1313
"fastapi-etag>=0.4.0,<0.5",
14-
"gunicorn>=23.0.0,<24",
14+
"gunicorn>=25.0.0,<26",
1515
"aiolimiter>=1.0.0,<2",
1616
"pydantic>=2.0.3,<3",
1717
"MarkupSafe>=3.0.2,<4",
@@ -28,7 +28,7 @@ dev = [
2828
"pytest>=8.0.0,<10",
2929
"requests>=2.23.0,<3",
3030
"respx>=0.22.0,<0.23",
31-
"ruff>=0.14.10,<0.15.0",
31+
"ruff>=0.15.0,<0.16.0",
3232
]
3333

3434
[tool.poetry]

0 commit comments

Comments
 (0)