Skip to content

Commit 2e39e19

Browse files
committed
update mkdocs deps to fix deprecation warnings
1 parent 2ce037d commit 2e39e19

4 files changed

Lines changed: 555 additions & 563 deletions

File tree

codemeta.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,6 @@
6363
"runtimePlatform": "Python 3",
6464
"softwareHelp": "https://materials-data-science-and-informatics.github.io/somesy",
6565
"softwareRequirements": [
66-
{
67-
"@type": "SoftwareApplication",
68-
"identifier": "'version':",
69-
"name": "'version':",
70-
"runtimePlatform": "Python 3",
71-
"version": "'^0.7.0'}"
72-
},
73-
{
74-
"@type": "SoftwareApplication",
75-
"identifier": "'version':",
76-
"name": "'version':",
77-
"runtimePlatform": "Python 3",
78-
"version": "'^2.4.2'}"
79-
},
8066
{
8167
"@type": "SoftwareApplication",
8268
"identifier": "cffconvert",
@@ -117,7 +103,7 @@
117103
"identifier": "pydantic",
118104
"name": "pydantic",
119105
"runtimePlatform": "Python 3",
120-
"version": "{'extras': ['email'"
106+
"version": "^2.4.2"
121107
},
122108
{
123109
"@type": "SoftwareApplication",
@@ -152,7 +138,7 @@
152138
"identifier": "typer",
153139
"name": "typer",
154140
"runtimePlatform": "Python 3",
155-
"version": "{'extras': ['all'"
141+
"version": "^0.7.0"
156142
},
157143
{
158144
"@type": "SoftwareApplication",

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ markdown_extensions:
112112
check_paths: true
113113
# Icons and Emoji: https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
114114
- pymdownx.emoji:
115-
emoji_index: !!python/name:materialx.emoji.twemoji
116-
emoji_generator: !!python/name:materialx.emoji.to_svg
115+
emoji_index: !!python/name:material.extensions.emoji.twemoji
116+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
117117

118118
plugins:
119119
# default search box (must be listed if plugins are added)

0 commit comments

Comments
 (0)