Skip to content

Commit

Permalink
[autofix] Regenerate dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 21, 2023
1 parent aec296d commit a8d55cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/assets/dependencies.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ flowchart TD
babel["Babel\n2.12.1"]
boltons["boltons\n23.0.0"]
bracex["bracex\n2.3.post1"]
certifi["certifi\n2023.5.7"]
certifi["certifi\n2023.7.22"]
charset-normalizer["charset-normalizer\n3.2.0"]
click-extra["click-extra\n4.6.3"]
click_0["click\n8.1.5"]
click-extra["click-extra\n4.6.4"]
click_0["click\n8.1.7"]
cloup["cloup\n3.0.0"]
commentjson["commentjson\n0.9.0"]
docutils["docutils\n0.19"]
docutils["docutils\n0.20.1"]
idna["idna\n3.4"]
imagesize["imagesize\n1.4.1"]
jinja2["Jinja2\n3.1.2"]
Expand All @@ -20,20 +20,20 @@ flowchart TD
packaging["packaging\n23.1"]
pallets-sphinx-themes["Pallets-Sphinx-Themes\n2.1.1"]
pygments-ansi-color["pygments-ansi-color\n0.3.0"]
pygments["Pygments\n2.15.1"]
pyyaml["PyYAML\n6.0"]
regex["regex\n2023.6.3"]
pygments["Pygments\n2.16.1"]
pyyaml["PyYAML\n6.0.1"]
regex["regex\n2023.8.8"]
requests["requests\n2.31.0"]
snowballstemmer["snowballstemmer\n2.2.0"]
sphinx["sphinx\n6.2.1"]
sphinx["sphinx\n7.1.2"]
sphinxcontrib-applehelp["sphinxcontrib-applehelp\n1.0.4"]
sphinxcontrib-devhelp["sphinxcontrib-devhelp\n1.0.2"]
sphinxcontrib-htmlhelp["sphinxcontrib-htmlhelp\n2.0.1"]
sphinxcontrib-jsmath["sphinxcontrib-jsmath\n1.0.1"]
sphinxcontrib-qthelp["sphinxcontrib-qthelp\n1.0.3"]
sphinxcontrib-serializinghtml["sphinxcontrib-serializinghtml\n1.1.5"]
tabulate["tabulate\n0.9.0"]
urllib3["urllib3\n2.0.3"]
urllib3["urllib3\n2.0.4"]
wcmatch["wcmatch\n8.4.1"]
xmltodict["xmltodict\n0.13.0"]
click-extra -- ">=0.13.0,<0.14.0" --> xmltodict
Expand All @@ -47,7 +47,7 @@ flowchart TD
click-extra -- ">=2023.3.22,<2024.0.0" --> regex
click-extra -- ">=23.0.0,<24.0.0" --> boltons
click-extra -- ">=3.0.0,<4.0.0" --> cloup
click-extra -- ">=6,<7" --> sphinx
click-extra -- ">=6" --> sphinx
click-extra -- ">=6.0.0,<7.0.0" --> pyyaml
click-extra -- ">=8.1.4,<9.0.0" --> click_0
click-extra -- ">=8.4.1,<9.0.0" --> wcmatch
Expand All @@ -61,7 +61,7 @@ flowchart TD
requests -- ">=2,<4" --> charset-normalizer
requests -- ">=2.5,<4" --> idna
requests -- ">=2017.4.17" --> certifi
sphinx -- ">=0.18.1,<0.20" --> docutils
sphinx -- ">=0.18.1,<0.21" --> docutils
sphinx -- ">=0.7,<0.8" --> alabaster
sphinx -- ">=1.1.5" --> sphinxcontrib-serializinghtml
sphinx -- ">=1.3" --> imagesize
Expand Down

0 comments on commit a8d55cf

Please sign in to comment.