Skip to content

Commit 892ff78

Browse files
committed
Update Chore
1 parent f46fbec commit 892ff78

File tree

2 files changed

+74
-40
lines changed

2 files changed

+74
-40
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,23 @@ dependencies = [
2020
]
2121

2222
[project.optional-dependencies]
23-
pytest = ["pytest>=8.4.1", "pytest-mock>=3.14.1"]
24-
git = ["dulwich>=0.23.2"]
25-
pdm = ["pdm>=2.25.4"]
26-
cmake = ["cmake>=4.0.3"]
27-
conan = ["conan>=2.18.1", "libcst>=1.8.2"]
23+
pytest = [
24+
"pytest>=8.4.1",
25+
"pytest-mock>=3.14.1",
26+
]
27+
git = [
28+
"dulwich>=0.23.2",
29+
]
30+
pdm = [
31+
"pdm>=2.25.4",
32+
]
33+
cmake = [
34+
"cmake>=4.0.3",
35+
]
36+
conan = [
37+
"conan>=2.18.1",
38+
"libcst>=1.8.2",
39+
]
2840

2941
[project.urls]
3042
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -47,8 +59,15 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
4759
cppython = "cppython.test.pytest.fixtures"
4860

4961
[dependency-groups]
50-
lint = ["ruff>=0.12.3", "pyrefly>=0.23.1"]
51-
test = ["pytest>=8.4.1", "pytest-cov>=6.2.1", "pytest-mock>=3.14.1"]
62+
lint = [
63+
"ruff>=0.12.4",
64+
"pyrefly>=0.24.2",
65+
]
66+
test = [
67+
"pytest>=8.4.1",
68+
"pytest-cov>=6.2.1",
69+
"pytest-mock>=3.14.1",
70+
]
5271

5372
[project.scripts]
5473
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)