Skip to content

Commit 914f37e

Browse files
committed
chore: bump dev dependencies
1 parent fd7397d commit 914f37e

File tree

2 files changed

+201
-159
lines changed

2 files changed

+201
-159
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@ benchmark = [
3131
"wireup>=2.0.1",
3232
]
3333
dev = [
34-
"mypy>=1.17.0",
35-
"ruff>=0.12.4",
34+
"mypy>=1.17.1",
35+
"ruff>=0.12.9",
3636
]
3737
docs = [
3838
"mkdocs>=1.6.1",
39-
"mkdocs-material>=9.6.15",
39+
"mkdocs-material>=9.6.17",
4040
]
4141
test = [
42-
"aiogram>=3.21.0",
43-
"anyio>=4.9.0",
42+
"aiogram>=3.22.0",
43+
"anyio>=4.10.0",
4444
"asgi-lifespan>=2.1.0",
45-
"coverage[toml]>=7.9.2",
46-
"django>=5.2.4",
47-
"djangorestframework>=3.16.0",
45+
"coverage[toml]>=7.10.4",
46+
"django>=5.2.5",
47+
"djangorestframework>=3.16.1",
4848
"fastapi>=0.116.1",
49-
"litestar>=2.16.0",
49+
"litestar>=2.17.0",
5050
"pydantic-settings>=2.10.1",
5151
"pytest>=8.4.1",
5252
"pytest-cov>=6.2.1",
5353
"pytest-django>=4.11.1",
54-
"strawberry-graphql>=0.278.0",
54+
"strawberry-graphql>=0.278.1",
5555
"trio>=0.30.0",
5656
"uvicorn>=0.35.0",
5757
]
5858
types = [
59-
"django-types>=0.20.0",
59+
"django-types>=0.22.0",
6060
"djangorestframework-types>=0.9.0",
6161
]
6262

0 commit comments

Comments
 (0)