We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c5f50 commit e539474Copy full SHA for e539474
pyproject.toml
@@ -24,7 +24,7 @@ maintainers = [
24
25
dependencies = [
26
"click==8.2.1", # DO NOT UPGRADE - 8.3.0 breaks MkDocs live serve
27
- "deepl==1.25.0",
+ "deepl==1.27.0",
28
"markdown-checker==0.2.5",
29
"mistletoe==1.5.1",
30
"mkdocs-autorefs==1.4.3",
@@ -33,12 +33,12 @@ dependencies = [
33
"mkdocs-material==9.7.0",
34
"mkdocs==1.6.1",
35
"mkdocstrings-python==2.0.1",
36
- "pymdown-extensions==10.18",
+ "pymdown-extensions==10.19.1",
37
"pyspelling==2.12.1",
38
"python-Levenshtein==0.27.3",
39
"PyYAML==6.0.3",
40
"polib==1.2.0",
41
- "ruff==0.14.8",
+ "ruff==0.14.9",
42
"setuptools_scm==9.2.2",
43
"translate-toolkit==3.17.4",
44
]
0 commit comments