Skip to content

Commit

Permalink
[autofix] Regenerate dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and github-actions[bot] committed Jul 19, 2024
1 parent 8e9f119 commit 4440f3f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/assets/dependencies.mmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
flowchart TD
classDef missing stroke-dasharray: 5
alabaster["alabaster\n0.7.16"]
anyio["anyio\n4.3.0"]
anyio["anyio\n4.4.0"]
babel["Babel\n2.15.0"]
beautifulsoup4["beautifulsoup4\n4.12.3"]
blinker["blinker\n1.8.2"]
certifi["certifi\n2024.2.2"]
certifi["certifi\n2024.7.4"]
charset-normalizer["charset-normalizer\n3.3.2"]
closure["closure\n20191111"]
cssmin["cssmin\n0.2.0"]
Expand All @@ -25,11 +25,11 @@ flowchart TD
mdurl["mdurl\n0.1.2"]
myst-parser["myst-parser\n2.0.0"]
ordered-set["ordered-set\n4.1.0"]
packaging["packaging\n24.0"]
packaging["packaging\n24.1"]
pelican-myst-reader["pelican-myst-reader\n1.3.0"]
pelican-webassets["pelican-webassets\n2.0.0"]
pelican["pelican\n4.9.1"]
plumage["plumage\n4.0.1"]
plumage["plumage\n4.1.0"]
pybtex-docutils["pybtex-docutils\n1.0.3"]
pybtex["pybtex\n0.24.0"]
pygments["Pygments\n2.18.0"]
Expand All @@ -38,13 +38,13 @@ flowchart TD
python-dateutil["python-dateutil\n2.9.0.post0"]
pytz["pytz\n2024.1"]
pyyaml["PyYAML\n6.0.1"]
requests["requests\n2.31.0"]
requests["requests\n2.32.3"]
rich["rich\n13.7.1"]
six["six\n1.16.0"]
sniffio["sniffio\n1.3.1"]
snowballstemmer["snowballstemmer\n2.2.0"]
soupsieve["soupsieve\n2.5"]
sphinx["Sphinx\n7.3.7"]
sphinx["Sphinx\n7.4.6"]
sphinxcontrib-applehelp["sphinxcontrib-applehelp\n1.0.8"]
sphinxcontrib-bibtex["sphinxcontrib-bibtex\n2.5.0"]
sphinxcontrib-devhelp["sphinxcontrib-devhelp\n1.0.6"]
Expand All @@ -53,8 +53,8 @@ flowchart TD
sphinxcontrib-qthelp["sphinxcontrib-qthelp\n1.0.7"]
sphinxcontrib-serializinghtml["sphinxcontrib-serializinghtml\n1.1.10"]
unidecode["Unidecode\n1.3.8"]
urllib3["urllib3\n2.2.1"]
watchfiles["watchfiles\n0.21.0"]
urllib3["urllib3\n2.2.2"]
watchfiles["watchfiles\n0.22.0"]
webassets["webassets\n2.0"]
anyio -- ">=1.1" --> sniffio
anyio -- ">=2.8" --> idna
Expand Down Expand Up @@ -88,14 +88,14 @@ flowchart TD
pelican-myst-reader -- ">=6.0,<7.0" --> pyyaml
pelican-webassets -- ">=2.0,<3.0" --> webassets
pelican-webassets -- ">=4.5,<5.0" --> pelican
plumage -- ">=0.2.0,<0.3.0" --> cssmin
plumage -- ">=0.2.0,<0.3.0" --> pynpm
plumage -- ">=0.23.0,<0.24.0" --> libsass
plumage -- ">=1.3.0b1,<2.0.0" --> pelican-myst-reader
plumage -- ">=2.0.0,<3.0.0" --> pelican-webassets
plumage -- ">=2.0.0,<3.0.0" --> pyquery
plumage -- ">=20191111,<20191112" --> closure
plumage -- ">=4.8.0,<5.0.0" --> pelican
plumage -- "==20191111" --> closure
plumage -- ">=4.8.0" --> pelican
plumage -- "~=0.2.0" --> cssmin
plumage -- "~=0.2.0" --> pynpm
plumage -- "~=0.23.0" --> libsass
plumage -- "~=1.3.0" --> pelican-myst-reader
plumage -- "~=2.0.0" --> pelican-webassets
plumage -- "~=2.0.0" --> pyquery
pybtex -- ">=1.0.4" --> latexcodec
pybtex -- ">=3.01" --> pyyaml
pybtex -- "any" --> six
Expand All @@ -110,16 +110,16 @@ flowchart TD
requests -- ">=2017.4.17" --> certifi
rich -- ">=2.13.0,<3.0.0" --> pygments
rich -- ">=2.2.0" --> markdown-it-py
sphinx -- ">=0.18.1,<0.22" --> docutils
sphinx -- ">=0.20,<0.22" --> docutils
sphinx -- ">=1.1.9" --> sphinxcontrib-serializinghtml
sphinx -- ">=1.3" --> imagesize
sphinx -- ">=2.0" --> snowballstemmer
sphinx -- ">=2.0.0" --> sphinxcontrib-htmlhelp
sphinx -- ">=2.14" --> pygments
sphinx -- ">=2.25.0" --> requests
sphinx -- ">=2.9" --> babel
sphinx -- ">=21.0" --> packaging
sphinx -- ">=3.0" --> jinja2
sphinx -- ">=2.13" --> babel
sphinx -- ">=2.17" --> pygments
sphinx -- ">=2.2" --> snowballstemmer
sphinx -- ">=2.30.0" --> requests
sphinx -- ">=23.0" --> packaging
sphinx -- ">=3.1" --> jinja2
sphinx -- "any" --> sphinxcontrib-applehelp
sphinx -- "any" --> sphinxcontrib-devhelp
sphinx -- "any" --> sphinxcontrib-jsmath
Expand Down

0 comments on commit 4440f3f

Please sign in to comment.