Skip to content

Commit 3d3d5c6

Browse files
committed
Update Chore
1 parent 4214af1 commit 3d3d5c6

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

pdm.lock

Lines changed: 51 additions & 51 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ dynamic = ["version"]
1212
requires-python = ">=3.13"
1313

1414
dependencies = [
15-
"typer>=0.16.0",
15+
"typer>=0.16.1",
1616
"pydantic>=2.11.7",
1717
"packaging>=25.0",
18-
"requests>=2.32.4",
18+
"requests>=2.32.5",
1919
"types-requests>=2.32.4.20250809",
2020
]
2121

2222
[project.optional-dependencies]
2323
pytest = ["pytest>=8.4.1", "pytest-mock>=3.14.1"]
2424
git = ["dulwich>=0.24.1"]
25-
pdm = ["pdm>=2.25.6"]
25+
pdm = ["pdm>=2.25.9"]
2626
cmake = ["cmake>=4.1.0"]
2727
conan = ["conan>=2.19.1", "libcst>=1.8.2"]
2828

@@ -47,7 +47,7 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
4747
cppython = "cppython.test.pytest.fixtures"
4848

4949
[dependency-groups]
50-
lint = ["ruff>=0.12.9", "pyrefly>=0.28.1"]
50+
lint = ["ruff>=0.12.10", "pyrefly>=0.29.2"]
5151
test = ["pytest>=8.4.1", "pytest-cov>=6.2.1", "pytest-mock>=3.14.1"]
5252

5353
[project.scripts]

0 commit comments

Comments
 (0)