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 23, 2024
1 parent 34342dc commit cee4b2e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/assets/dependencies.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ flowchart TD
classDef missing stroke-dasharray: 5
boltons["boltons\n24.0.0"]
bracex["bracex\n2.4"]
certifi["certifi\n2024.2.2"]
certifi["certifi\n2024.7.4"]
charset-normalizer["charset-normalizer\n3.3.2"]
click-extra["click-extra\n4.8.0"]
click-extra["click-extra\n4.9.0"]
click_0["click\n8.1.7"]
cloup["cloup\n3.0.5"]
commentjson["commentjson\n0.9.0"]
idna["idna\n3.7"]
lark-parser["lark-parser\n0.7.8"]
mergedeep["mergedeep\n1.3.4"]
pyyaml["PyYAML\n6.0.1"]
regex["regex\n2024.5.15"]
requests["requests\n2.32.2"]
regex["regex\n2024.4.28"]
requests["requests\n2.32.3"]
tabulate["tabulate\n0.9.0"]
urllib3["urllib3\n2.2.1"]
urllib3["urllib3\n2.2.2"]
wcmatch["wcmatch\n8.5.2"]
xmltodict["xmltodict\n0.13.0"]
click-extra -- ">=0.13.0,<0.14.0" --> xmltodict
click-extra -- ">=0.9,<0.10" --> tabulate
click-extra -- ">=0.9.0,<0.10.0" --> commentjson
click-extra -- ">=1.3.4,<2.0.0" --> mergedeep
click-extra -- ">=2.28.2,<3.0.0" --> requests
click-extra -- ">=2024.4.16,<2025.0.0" --> regex
click-extra -- ">=24.0.0,<25.0.0" --> boltons
click-extra -- ">=3.0.5,<4.0.0" --> cloup
click-extra -- ">=6.0.0,<7.0.0" --> pyyaml
click-extra -- ">=8.1.4,<9.0.0" --> click_0
click-extra -- ">=8.5,<9.0" --> wcmatch
click-extra -- "~=0.13.0" --> xmltodict
click-extra -- "~=0.9" --> tabulate
click-extra -- "~=0.9.0" --> commentjson
click-extra -- "~=1.3.4" --> mergedeep
click-extra -- "~=2.32.3" --> requests
click-extra -- "~=2024.4.16" --> regex
click-extra -- "~=24.0.0" --> boltons
click-extra -- "~=3.0.5" --> cloup
click-extra -- "~=6.0.0" --> pyyaml
click-extra -- "~=8.1.4" --> click_0
click-extra -- "~=8.5" --> wcmatch
cloup -- ">=8.0,<9.0" --> click_0
commentjson -- ">=0.7.1,<0.8.0" --> lark-parser
requests -- ">=1.21.1,<3" --> urllib3
Expand Down

0 comments on commit cee4b2e

Please sign in to comment.