Skip to content

Commit 257acd5

Browse files
committed
Update Chore
1 parent 633b841 commit 257acd5

File tree

2 files changed

+69
-71
lines changed

2 files changed

+69
-71
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ dependencies = [
2323
pytest = ["pytest>=9.0.1", "pytest-mock>=3.15.1"]
2424
git = ["dulwich>=0.24.10"]
2525
pdm = ["pdm>=2.26.1"]
26-
cmake = ["cmake>=4.1.2"]
27-
conan = [
28-
"conan>=2.22.2",
29-
]
26+
cmake = ["cmake>=4.2.0"]
27+
conan = ["conan>=2.22.2"]
3028

3129
[project.urls]
3230
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -49,9 +47,9 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
4947
cppython = "cppython.test.pytest.fixtures"
5048

5149
[dependency-groups]
52-
lint = ["ruff>=0.14.5", "pyrefly>=0.41.3"]
50+
lint = ["ruff>=0.14.6", "pyrefly>=0.42.3"]
5351
test = ["pytest>=9.0.1", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1"]
54-
docs = ["zensical>=0.0.8"]
52+
docs = ["zensical>=0.0.9"]
5553

5654
[project.scripts]
5755
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)