Skip to content

Commit f95d3bd

Browse files
committed
Update Chore
1 parent 7455678 commit f95d3bd

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

pdm.lock

Lines changed: 21 additions & 21 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
@@ -13,7 +13,7 @@ requires-python = ">=3.14"
1313

1414
dependencies = [
1515
"typer>=0.20.0",
16-
"pydantic>=2.12.4",
16+
"pydantic>=2.12.5",
1717
"packaging>=25.0",
1818
"requests>=2.32.5",
1919
"types-requests>=2.32.4.20250913",
@@ -24,7 +24,7 @@ pytest = ["pytest>=9.0.1", "pytest-mock>=3.15.1"]
2424
git = ["dulwich>=0.24.10"]
2525
pdm = ["pdm>=2.26.2"]
2626
cmake = ["cmake>=4.2.0"]
27-
conan = ["conan>=2.22.2"]
27+
conan = ["conan>=2.23.0"]
2828

2929
[project.urls]
3030
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -49,7 +49,7 @@ cppython = "cppython.test.pytest.fixtures"
4949
[dependency-groups]
5050
lint = ["ruff>=0.14.6", "pyrefly>=0.43.1"]
5151
test = ["pytest>=9.0.1", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1"]
52-
docs = ["zensical>=0.0.9"]
52+
docs = ["zensical>=0.0.10"]
5353

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

0 commit comments

Comments
 (0)