@@ -53,39 +53,39 @@ dev = [
5353 " prek>=0.2.24,<1.0.0" ,
5454]
5555docs = [
56- " black>=24.1.0" ,
57- " cairosvg= =2.8.2" ,
56+ " black >=24.1.0" ,
57+ " cairosvg > =2.8.2" ,
5858 " griffe-typingdoc >=0.3.0" ,
5959 " griffe-warnings-deprecated >=1.1.0" ,
60- " markdown-include-variants= =0.0.8" ,
61- " mdx-include>=1.4.1,<2.0.0 " ,
62- " mkdocs-macros-plugin= =1.5.0" ,
63- " mkdocs-material= =9.7.4" ,
64- " mkdocs-redirects>=1.2.1,<1.3.0 " ,
65- " mkdocstrings[python]= =1.0.3" ,
66- " pillow= =12.1.1" ,
67- " pyyaml>=5.3.1,<7.0.0 " ,
68- " typer= =0.24.1" ,
60+ " markdown-include-variants > =0.0.8" ,
61+ " mdx-include >=1.4.1" ,
62+ " mkdocs-macros-plugin > =1.5.0" ,
63+ " mkdocs-material > =9.7.4" ,
64+ " mkdocs-redirects >=1.2.1" ,
65+ " mkdocstrings[python] > =1.0.3" ,
66+ " pillow > =12.1.1" ,
67+ " pyyaml >=5.3.1" ,
68+ " typer > =0.24.1" ,
6969]
7070github-actions = [
71- " httpx>=0.27.0,<0.29.0 " ,
72- " pydantic>=2.5.3,<3.0.0 " ,
73- " pydantic-settings>=2.1.0,<3.0 .0" ,
74- " pygithub>=2.3.0,<3.0 .0" ,
75- " smokeshow>=0.5.0" ,
71+ " httpx >=0.28.1 " ,
72+ " pydantic >=2.5.3" ,
73+ " pydantic-settings >=2.1.0" ,
74+ " pygithub >=2.3.0" ,
75+ " smokeshow >=0.5.0" ,
7676]
7777tests = [
78- " black>=24.1.0" ,
79- " coverage[toml]>=6.2,<8.0 " ,
80- " dirty-equals= =0.11" ,
81- " fastapi>=0.128.0" ,
82- " httpx= =0.28.1" ,
83- " jinja2= =3.1.6" ,
84- " mypy= =1.19.1" ,
85- " pre-commit>=2.17.0,<5.0 .0" ,
86- " pytest>=7.0.1,<10.0.0 " ,
87- " ruff= =0.15.5" ,
88- " typing-extensions= =4.15.0" ,
78+ " black >=24.1.0" ,
79+ " coverage[toml] >=6.2" ,
80+ " dirty-equals > =0.11" ,
81+ " fastapi >=0.128.0" ,
82+ " httpx > =0.28.1" ,
83+ " jinja2 > =3.1.6" ,
84+ " mypy > =1.19.1" ,
85+ " pre-commit >=2.17.0" ,
86+ " pytest >=7.0.1" ,
87+ " ruff > =0.15.5" ,
88+ " typing-extensions > =4.15.0" ,
8989]
9090
9191[tool .pdm ]
0 commit comments