File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ dynamic = ["version"]
1414requires-python = " >=3.13"
1515
1616dependencies = [
17- " typer>=0.15.0 " ,
18- " pydantic>=2.10.3 " ,
19- " packaging>=24.1 " ,
17+ " typer>=0.15.2 " ,
18+ " pydantic>=2.11.1 " ,
19+ " packaging>=24.2 " ,
2020 " requests>=2.32.3" ,
21- " types-requests>=2.32.0.20241016 " ,
21+ " types-requests>=2.32.0.20250328 " ,
2222]
2323
2424[project .optional-dependencies ]
2525pytest = [
26- " pytest>=8.3.3 " ,
27- " pytest-mock>=3.14.0" ,
26+ " pytest>=8.3.5 " ,
27+ " pytest-mock>=3.14.0" ,
2828]
2929
3030git = [
31- " dulwich>=0.22.5 " ,
31+ " dulwich>=0.22.8 " ,
3232]
3333
3434pdm = [
35- " pdm>=2.21.0 " ,
35+ " pdm>=2.22.4 " ,
3636]
3737
3838[project .urls ]
@@ -57,13 +57,13 @@ cppython = "cppython.test.pytest.fixtures"
5757
5858[dependency-groups ]
5959lint = [
60- " ruff>=0.8.4 " ,
61- " mypy>=1.14 " ,
60+ " ruff>=0.11.2 " ,
61+ " mypy>=1.15.0 " ,
6262]
6363test = [
64- " pytest>=8.3.4 " ,
65- " pytest-cov>=6.0.0" ,
66- " pytest-mock>=3.14.0" ,
64+ " pytest>=8.3.5 " ,
65+ " pytest-cov>=6.0.0" ,
66+ " pytest-mock>=3.14.0" ,
6767]
6868
6969[project .scripts ]
You can’t perform that action at this time.
0 commit comments