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 Nov 10, 2024
1 parent d3ec77f commit 833523b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/assets/dependencies.mmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flowchart TD
classDef missing stroke-dasharray: 5
boltons["boltons\n24.0.0"]
boltons["boltons\n24.1.0"]
bracex["bracex\n2.5.post1"]
certifi["certifi\n2024.8.30"]
charset-normalizer["charset-normalizer\n3.4.0"]
Expand All @@ -9,7 +9,7 @@ flowchart TD
cloup["cloup\n3.0.5"]
commentjson["commentjson\n0.9.0"]
distro["distro\n1.9.0"]
extra-platforms["extra-platforms\n1.4.0"]
extra-platforms["extra-platforms\n1.5.0"]
idna["idna\n3.10"]
lark-parser["lark-parser\n0.7.8"]
mergedeep["mergedeep\n1.3.4"]
Expand All @@ -23,17 +23,17 @@ flowchart TD
click-extra -- "~=0.9" --> tabulate
click-extra -- "~=0.9.0" --> commentjson
click-extra -- "~=1.3.4" --> mergedeep
click-extra -- "~=1.4.0" --> extra-platforms
click-extra -- "~=1.5.0" --> extra-platforms
click-extra -- "~=10.0" --> wcmatch
click-extra -- "~=2.32.3" --> requests
click-extra -- "~=24.0.0" --> boltons
click-extra -- "~=24.1.0" --> boltons
click-extra -- "~=3.0.5" --> cloup
click-extra -- "~=6.0.0" --> pyyaml
click-extra -- "~=8.1.4" --> click_0
cloup -- ">=8.0,<9.0" --> click_0
commentjson -- ">=0.7.1,<0.8.0" --> lark-parser
extra-platforms -- "~=1.9.0" --> distro
extra-platforms -- "~=24.0.0" --> boltons
extra-platforms -- "~=24.1.0" --> boltons
requests -- ">=1.21.1,<3" --> urllib3
requests -- ">=2,<4" --> charset-normalizer
requests -- ">=2.5,<4" --> idna
Expand Down

0 comments on commit 833523b

Please sign in to comment.