Skip to content

Commit 764f50d

Browse files
committed
Update Chore
1 parent 19fb48c commit 764f50d

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

pdm.lock

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

pyproject.toml

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

2222
[project.optional-dependencies]
23-
pytest = ["pytest>=9.0.0", "pytest-mock>=3.15.1"]
23+
pytest = ["pytest>=9.0.1", "pytest-mock>=3.15.1"]
2424
git = ["dulwich>=0.24.10"]
2525
pdm = ["pdm>=2.26.1"]
2626
cmake = ["cmake>=4.1.2"]
@@ -47,8 +47,8 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
4747
cppython = "cppython.test.pytest.fixtures"
4848

4949
[dependency-groups]
50-
lint = ["ruff>=0.14.4", "pyrefly>=0.41.1"]
51-
test = ["pytest>=9.0.0", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1"]
50+
lint = ["ruff>=0.14.5", "pyrefly>=0.41.3"]
51+
test = ["pytest>=9.0.1", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1"]
5252

5353
[project.scripts]
5454
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)