File tree Expand file tree Collapse file tree 2 files changed +81
-54
lines changed
Expand file tree Collapse file tree 2 files changed +81
-54
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dynamic = ["version"]
1212requires-python = " >=3.14"
1313
1414dependencies = [
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+ ]
2938meson = [" meson>=1.10.1" ]
30- conan = [" conan>=2.25.2" ]
39+ conan = [
40+ " conan>=2.25.2" ,
41+ ]
3142
3243[project .urls ]
3344homepage = " https://github.com/Synodic-Software/CPPython"
@@ -51,14 +62,19 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
5162cppython = " 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+ ]
5569test = [
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 ]
6480cppython = " cppython.console.entry:app"
You can’t perform that action at this time.
0 commit comments