File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ plugins:
5757 default_handler : python
5858 handlers :
5959 python :
60- rendering :
60+ options :
6161 show_root_heading : false
6262 show_root_toc_entry : true
6363 show_root_full_path : true
@@ -68,7 +68,6 @@ plugins:
6868 show_bases : true
6969 group_by_category : true
7070 heading_level : 2
71- selection :
7271 filters :
7372 - " !^_"
7473 - " ^__init__$"
@@ -77,14 +76,14 @@ plugins:
7776 - " !__config__$"
7877 - " !__str__$"
7978 - " !__repr__$"
80- members : true
81- inherited_members : false
79+ members : null
80+ # inherited_members: false
8281 docstring_style : google
83- docstring_options :
84- replace_admonitions : true
85- setup_commands :
86- - import os
87- - os.environ["MKDOCS_BUILD"] = "1"
82+ # docstring_options:
83+ # replace_admonitions: true
84+ # setup_commands:
85+ # - import os
86+ # - os.environ["MKDOCS_BUILD"] = "1"
8887 watch :
8988 - " oteapi_optimade"
9089 - awesome-pages
Original file line number Diff line number Diff line change @@ -26,42 +26,42 @@ requires-python = "~=3.9"
2626dynamic = [" version" ]
2727
2828dependencies = [
29- " optimade[server] ~=0.16 " ,
29+ " optimade[server] ~=0.18 " ,
3030 " oteapi-core ~=0.1" ,
31- " requests ~=2.27 " ,
31+ " requests ~=2.28 " ,
3232]
3333
3434[project .optional-dependencies ]
3535doc = [
36- " invoke ~=1.6 " ,
36+ " invoke ~=1.7 " ,
3737 " mike ~=1.1" ,
38- " mkdocs ~=1.2 " ,
38+ " mkdocs ~=1.3 " ,
3939 " mkdocs-awesome-pages-plugin ~=2.7" ,
40- " mkdocs-material ~=8.2 " ,
41- " mkdocstrings[python] ~=0.18 .0" ,
40+ " mkdocs-material ~=8.3 " ,
41+ " mkdocstrings[python] ~=0.19 .0" ,
4242]
4343test = [
44- " pytest ~=7.0 " ,
44+ " pytest ~=7.1 " ,
4545 " pytest-cov ~=3.0" ,
4646 " pyyaml ~=6.0" ,
4747 " requests-mock ~=1.9" ,
4848]
4949pre-commit = [
50- " invoke ~=1.6 " ,
51- " pre-commit ~=2.17 " ,
52- " pylint ~=2.12 " ,
50+ " invoke ~=1.7 " ,
51+ " pre-commit ~=2.19 " ,
52+ " pylint ~=2.14 " ,
5353]
5454dev = [
55- " invoke ~=1.6 " ,
55+ " invoke ~=1.7 " ,
5656 " mike ~=1.1" ,
57- " mkdocs ~=1.2 " ,
57+ " mkdocs ~=1.3 " ,
5858 " mkdocs-awesome-pages-plugin ~=2.7" ,
59- " mkdocs-material ~=8.2 " ,
60- " mkdocstrings[python] ~=0.18 .0" ,
59+ " mkdocs-material ~=8.3 " ,
60+ " mkdocstrings[python] ~=0.19 .0" ,
6161 " otelib ~=0.1" ,
62- " pre-commit ~=2.17 " ,
63- " pylint ~=2.12 " ,
64- " pytest ~=7.0 " ,
62+ " pre-commit ~=2.19 " ,
63+ " pylint ~=2.14 " ,
64+ " pytest ~=7.1 " ,
6565 " pytest-cov ~=3.0" ,
6666 " pyyaml ~=6.0" ,
6767 " requests-mock ~=1.9" ,
You can’t perform that action at this time.
0 commit comments