Skip to content

Commit 82925ec

Browse files
committed
Update Chore
1 parent 1a568d9 commit 82925ec

File tree

2 files changed

+81
-54
lines changed

2 files changed

+81
-54
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = ["version"]
1212
requires-python = ">=3.14"
1313

1414
dependencies = [
15-
"typer>=0.23.0",
15+
"typer>=0.24.0",
1616
"pydantic>=2.12.5",
1717
"packaging>=26.0",
1818
"requests>=2.32.5",
@@ -22,12 +22,23 @@ dependencies = [
2222
]
2323

2424
[project.optional-dependencies]
25-
pytest = ["pytest>=9.0.2", "pytest-mock>=3.15.1"]
26-
git = ["dulwich>=1.0.0"]
27-
pdm = ["pdm>=2.26.6"]
28-
cmake = ["cmake>=4.2.1"]
25+
pytest = [
26+
"pytest>=9.0.2",
27+
"pytest-mock>=3.15.1",
28+
]
29+
git = [
30+
"dulwich>=1.1.0",
31+
]
32+
pdm = [
33+
"pdm>=2.26.6",
34+
]
35+
cmake = [
36+
"cmake>=4.2.1",
37+
]
2938
meson = ["meson>=1.10.1"]
30-
conan = ["conan>=2.25.2"]
39+
conan = [
40+
"conan>=2.25.2",
41+
]
3142

3243
[project.urls]
3344
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -51,14 +62,19 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
5162
cppython = "cppython.test.pytest.fixtures"
5263

5364
[dependency-groups]
54-
lint = ["ruff>=0.15.0", "pyrefly>=0.52.0"]
65+
lint = [
66+
"ruff>=0.15.1",
67+
"pyrefly>=0.53.0",
68+
]
5569
test = [
5670
"pytest>=9.0.2",
5771
"pytest-cov>=7.0.0",
5872
"pytest-mock>=3.15.1",
5973
"nanobind>=2.11.0",
6074
]
61-
docs = ["zensical>=0.0.23"]
75+
docs = [
76+
"zensical>=0.0.23",
77+
]
6278

6379
[project.scripts]
6480
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)