Skip to content

Commit 86d1580

Browse files
committed
Update Chore
1 parent a77e105 commit 86d1580

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pdm = ["pdm>=2.23.1"]
2828

2929
cmake = ["cmake>=4.0.0"]
3030

31-
conan = ["conan>=2.15.0"]
31+
conan = ["conan>=2.15.0", "jinja2>=3.1.6"]
3232

3333
[project.urls]
3434
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -51,7 +51,7 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
5151
cppython = "cppython.test.pytest.fixtures"
5252

5353
[dependency-groups]
54-
lint = ["ruff>=0.11.4", "mypy>=1.15.0"]
54+
lint = ["ruff>=0.11.5", "mypy>=1.15.0"]
5555
test = ["pytest>=8.3.5", "pytest-cov>=6.1.1", "pytest-mock>=3.14.0"]
5656

5757
[project.scripts]

0 commit comments

Comments
 (0)