Skip to content

Commit 654c64d

Browse files
chore(dev): update dev dependencies (non-major)
1 parent eeb24a6 commit 654c64d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ packages = [
2727

2828
[tool.poetry.group.dev.dependencies]
2929
asyncpg-stubs = "0.30.2"
30-
basedpyright = "1.35.0"
31-
coverage = {version = "7.12.0", extras = ["toml"]}
32-
mypy = "1.19.0"
33-
pre-commit = "4.5.0"
30+
basedpyright = "1.37.2"
31+
coverage = {version = "7.13.2", extras = ["toml"]}
32+
mypy = "1.19.1"
33+
pre-commit = "4.5.1"
3434
pytest = "8.4.2"
3535
pytest-asyncio = "1.3.0"
3636
pytest-clarity = "1.0.1"
@@ -39,10 +39,10 @@ pytest-mock = "3.15.1"
3939
pytest-recording = "0.13.4"
4040
pytest-sugar = "1.1.1"
4141
pytest-xdist = "3.8.0"
42-
ruff = "0.14.8"
42+
ruff = "0.14.14"
4343

4444
[tool.poetry.group.dev.dependencies.pendulum]
45-
version = "3.1.0"
45+
version = "3.2.0"
4646
extras = ["test"]
4747

4848
[tool.coverage.report]

0 commit comments

Comments
 (0)