Skip to content

Commit 3b2a7ed

Browse files
committed
chore:update deps
1 parent 6c8b4dc commit 3b2a7ed

File tree

2 files changed

+35
-20
lines changed

2 files changed

+35
-20
lines changed

pyproject.toml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,26 @@ Funding = "https://github.com/sponsors/cunla"
5656

5757
[dependency-groups]
5858
dev = [
59-
"time-machine>=2.16.0",
60-
"ruff>=0.11",
61-
"coverage>=7.6",
59+
"time-machine>=2.19",
60+
"ruff>=0.13",
61+
"coverage[toml]>=7.10",
6262
"fakeredis>=2.28",
63-
"pyyaml>=6,<7",
64-
"mypy>=1.16.0",
63+
"pyyaml>=6",
64+
"mypy>=1.18",
6565
"types-croniter>=6.0.0.20250411",
6666
"beautifulsoup4>=4.13.4"
6767
]
6868

69+
[tool.coverage.run]
70+
concurrency = ["multiprocessing"]
71+
parallel = true
72+
source = ["scheduler"]
73+
omit = [
74+
"*/.venv/*",
75+
"**/migrations/*.py",
76+
"**/tests/**/*.py"
77+
]
78+
6979
[tool.hatch.build.targets.sdist]
7080
include = ["scheduler"]
7181

@@ -92,9 +102,9 @@ line-ending = "auto"
92102
[tool.mypy]
93103
packages = ['scheduler', ]
94104
exclude = ["scheduler/tests/.*\\.py",
95-
"scheduler/migrations/.*\\.py",
96-
"testproject/.*\\.py",
97-
"testproject/tests/.*\\.py"]
105+
"scheduler/migrations/.*\\.py",
106+
"testproject/.*\\.py",
107+
"testproject/tests/.*\\.py"]
98108
strict = true
99109
follow_imports = "silent"
100110
ignore_missing_imports = true

uv.lock

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

0 commit comments

Comments
 (0)