@@ -30,7 +30,7 @@ classifiers = [
3030 " Typing :: Typed" ,
3131]
3232dependencies = [
33- " pytkdocs>=0.14 " ,
33+ " pytkdocs>=0.12 " ,
3434]
3535
3636[project .urls ]
@@ -48,53 +48,53 @@ version = {use_scm = true}
4848includes = [" src/mkdocstrings" ]
4949
5050[tool .pdm .dev-dependencies ]
51- duty = [" duty~ =0.7" ]
51+ duty = [" duty> =0.7" ]
5252docs = [
53- " mkdocs~ =1.2" ,
54- " mkdocs-coverage~ =0.2" ,
55- " mkdocs-gen-files~ =0.3" ,
56- " mkdocs-literate-nav~ =0.4" ,
57- " mkdocs-material~=8.0 " ,
58- " mkdocstrings~ =0.16" ,
59- " toml~ =0.10" ,
53+ " mkdocs> =1.2" ,
54+ " mkdocs-coverage> =0.2" ,
55+ " mkdocs-gen-files> =0.3" ,
56+ " mkdocs-literate-nav> =0.4" ,
57+ " mkdocs-material>=7.3 " ,
58+ " mkdocstrings> =0.16" ,
59+ " toml> =0.10" ,
6060]
6161format = [
62- " autoflake~ =1.4" ,
63- " black~ =21.10b0" ,
64- " isort~ =5.10" ,
62+ " autoflake> =1.4" ,
63+ " black> =21.10b0" ,
64+ " isort> =5.10" ,
6565]
6666maintain = [
6767 # TODO: remove this section when git-changelog is more powerful
68- " git-changelog~ =0.4" ,
68+ " git-changelog> =0.4" ,
6969]
7070quality = [
71- " darglint~ =1.8" ,
72- " flake8-bandit~ =2.1" ,
73- " flake8-black~ =0.2" ,
74- " flake8-bugbear~ =21.9" ,
75- " flake8-builtins~ =1.5" ,
76- " flake8-comprehensions~ =3.7" ,
77- " flake8-docstrings~ =1.6" ,
78- " flake8-pytest-style~ =1.5" ,
79- " flake8-string-format~ =0.3" ,
80- " flake8-tidy-imports~ =4.5" ,
81- " flake8-variables-names~ =0.0" ,
82- " pep8-naming~ =0.12" ,
83- " wps-light~ =0.15" ,
71+ " darglint> =1.8" ,
72+ " flake8-bandit> =2.1" ,
73+ " flake8-black> =0.2" ,
74+ " flake8-bugbear> =21.9" ,
75+ " flake8-builtins> =1.5" ,
76+ " flake8-comprehensions> =3.7" ,
77+ " flake8-docstrings> =1.6" ,
78+ " flake8-pytest-style> =1.5" ,
79+ " flake8-string-format> =0.3" ,
80+ " flake8-tidy-imports> =4.5" ,
81+ " flake8-variables-names> =0.0" ,
82+ " pep8-naming> =0.12" ,
83+ " wps-light> =0.15" ,
8484]
8585tests = [
86- " pytest~ =6.2" ,
87- " pytest-cov~ =3.0" ,
88- " pytest-randomly~ =3.10" ,
89- " pytest-sugar~ =0.9" ,
90- " pytest-xdist~ =2.4" ,
86+ " pytest> =6.2" ,
87+ " pytest-cov> =3.0" ,
88+ " pytest-randomly> =3.10" ,
89+ " pytest-sugar> =0.9" ,
90+ " pytest-xdist> =2.4" ,
9191]
9292typing = [
93- " mypy~ =0.910" ,
94- " types-markdown~ =3.3" ,
95- " types-toml~ =0.10" ,
93+ " mypy> =0.910" ,
94+ " types-markdown> =3.3" ,
95+ " types-toml> =0.10" ,
9696]
97- security = [" safety~ =1.10" ]
97+ security = [" safety> =1.10" ]
9898
9999[tool .black ]
100100line-length = 120
0 commit comments