Skip to content

Commit b4aab9c

Browse files
committed
chore(dependencies): bump dev dependencies (ruff, isort, pytest-cov, types-python-dateutil)
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 5a23696 commit b4aab9c

3 files changed

Lines changed: 37 additions & 38 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ repos:
2121
types: [python]
2222
args: ["--config-file=pyproject.toml"]
2323
additional_dependencies:
24-
- types-python-dateutil>=2.9.0.20251115
24+
- types-python-dateutil>=2.9.0.20260305

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ build-backend = "hatchling.build"
4747

4848
[dependency-groups]
4949
dev = [
50-
"ruff>=0.14.10",
50+
"ruff>=0.15.7",
5151
"pytest>=9.0.2",
5252
"mypy>=1.19.1",
53-
"isort>=7.0.0",
53+
"isort>=8.0.1",
5454
"flake8>=7.3.0",
5555
"pep8-naming>=0.15.1",
5656
"flake8-print>=5.0.0",
5757
"pre-commit>=4.5.1",
58-
"pytest-cov>=7.0.0",
59-
"types-python-dateutil>=2.9.0.20251115",
58+
"pytest-cov>=7.1.0",
59+
"types-python-dateutil>=2.9.0.20260305",
6060
"sanic>=25.12.0",
6161
"sanic-testing>=24.6.0",
6262
"pydantic>=2.12.5",

uv.lock

Lines changed: 32 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)