Skip to content

Commit 8d2da03

Browse files
committed
Update Chore
1 parent 489cfac commit 8d2da03

File tree

2 files changed

+18
-37
lines changed

2 files changed

+18
-37
lines changed

pdm.lock

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

pyproject.toml

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

2222
[project.optional-dependencies]
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-
]
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"]
4028

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

6149
[dependency-groups]
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-
]
50+
lint = ["ruff>=0.12.4", "pyrefly>=0.25.0"]
51+
test = ["pytest>=8.4.1", "pytest-cov>=6.2.1", "pytest-mock>=3.14.1"]
7152

7253
[project.scripts]
7354
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)