Skip to content

build(deps): bump the all-julia-packages group across 2 directories with 3 updates#822

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/julia/all-julia-packages-4ec78fe6e0
Open

build(deps): bump the all-julia-packages group across 2 directories with 3 updates#822
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/julia/all-julia-packages-4ec78fe6e0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Updates the requirements on Distributions, SymbolicUtils and Documenter to permit the latest version.
Updates Distributions to 0.25.122

Release notes

Sourced from Distributions's releases.

v0.25.122

Distributions v0.25.122

Diff since v0.25.121

Merged pull requests:

Closed issues:

Commits

Updates SymbolicUtils to 4.7.0

Release notes

Sourced from SymbolicUtils's releases.

v4.7.0

SymbolicUtils v4.7.0

Diff since v4.6.0

Merged pull requests:

Commits
  • 92b45cd build: bump minor version
  • c4774b1 Merge pull request #817 from JuliaSymbolics/as/custom-printing
  • 8f85320 refactor: improve sorted_arguments performance
  • 605e45f benchmark: add benchmark for printing a large polynomial
  • 807a47f test: fix printing tests
  • 1588548 refactor: remove showraw, show_simplified
  • e276897 refactor: improve printing code, allow custom show_call methods
  • 0065890 build: bump minor version
  • ca2105e Merge pull request #816 from JuliaSymbolics/as/substitute-fold
  • fb606b2 fix: fix combine_fold, do not use add_worker/mul_worker
  • Additional commits viewable in compare view

Updates Documenter to 1.16.1

Release notes

Sourced from Documenter's releases.

v1.16.1

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.0

Changelog

Sourced from Documenter's changelog.

Version [v1.16.1] - 2025-11-21

Fixed

  • The -g is now passed to curl when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example [, {, & or ?. (#2839, #2842)
  • Fixed insufficient paragraph spacing in HTML output for @docs blocks. ([#2845, #2847])
  • Don't expand details admonition by default. ([#2846, #2847])
  • Removed superfluous vertical space at end of @docs blocks. (#2849)

Version [v1.16.0] - 2025-11-14

Added

  • Added option treat_markdown_warnings_as_error which throws an error when encountering a markdown/interpolation warning (#2792, #2751)
  • Footnotes can now be previewed by hovering over the link. (#2080)
  • The version selector now attempts to stay on the same page when switching between documentation versions. If the page doesn't exist in the target version, it falls back to the version homepage. (#2801)
  • Allow named @eval blocks: such a block shares its execution context with all other @eval, @example, @repl and @setup blocks on the same page which use the same name. (#2074, #2812)

Changed

  • Page category is removed from the search index and now everything is in section category. (#2762, #2413)
  • Changed the docstring block accordions from a custom implementation to HTML details+summary tag. (#2772, #2773)
  • Improved the search tokenizer and custom trimmer to improve search results. (#1457, #2114, #2744)
  • Improved several warning/error messages to (more accurately) report the location (filename, line range) in which the warning/error originated. (#2426, #2752, #2793, #2803, #2809)
  • Warn/error if jldoctest starts with an empty line; or lacks empty line between two REPL prompts. (#2031, #2083, #2679, #2808)
  • The forcepush=true option to deploydocs now uses --force-with-lease instead of --force. (#2817)
  • Improved the generation of anchors for admonitions in HTML output to be more stable and e.g. not change due to changes of the internal representation across different Julia versions. (#2710)

Fixed

  • Modules for @example environments are now generated by eval'ing an expression, rather than invoking the Module constructor, which is not recommended. (#2683)

  • Fix handling of expandfirst entries containing slashes as path separators on Windows. (#1725, #2804)

  • Changed the header crossref step to eagerly fail when encountering a non-unique header slug. (#2668, #2787)

    This is potentially breaking and may cause some documentation builds to fail. Those previously passed but generated incorrect cross-references. You can fix this by ensuring that you have distinct headers across your markdown pages, or by using the @id syntax to give the headers unique slugs.

  • Changed CSS for the navigation "breadcrumbs" at the top of each page to avoid an issue where code blocks in there were missing spacing around them. (#1614, #2813)

  • Commit status for pull request previews publishing in GitHub Actions for out-of-repo deployment now works correctly. (#2814, #2816)

  • Fix assertions resp. errors being raised in @example, @eval, @repl blocks that are empty or contain code with syntax errors. (#2206, #2731, #2827)

Version [v1.15.0] - 2025-10-22

Changed

  • Created a warning for when the search index size is too big (500Kib). (#2423, #2753)
  • In the HTML output, the search modal can now be navigated using up and down keys. (#2761)

Other

... (truncated)

Commits
  • 55b500f Set version to 1.16.1 (#2848)
  • 56c72d8 Guide users to use workspaces when setting up Documenter (#2830)
  • a8b1479 Removed superfluous vertical space at end of @docs blocks (#2849)
  • a397e12 Fix spacing in @docs blocks; don't expand details admonition by default (...
  • 050ce55 Pass -g option to curl in linkchecker (#2842)
  • 26d0051 Build Julia HTML manual in regression tests (#2724)
  • a9af48e Set version to 1.16.0 (#2841)
  • a0665d5 Update changelog (#2840)
  • 1aecd99 Restore cd inside @eval, and add a test for it (#2837)
  • 4b6ff9d Add syntax highlight tags to docs/src/man/other-formats.md (#2838)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Dec 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

Benchmark Results (Julia vlts)

Time benchmarks
master 1d538a3... master / 1d538a3...
arithmetic/2-arg mul 13.4 ± 0.32 μs 13.5 ± 0.35 μs 0.993 ± 0.035
arithmetic/addition 0.0792 ± 0.0011 ms 0.0788 ± 0.00085 ms 1.01 ± 0.018
arithmetic/division 27.1 ± 0.62 μs 27.2 ± 0.57 μs 0.997 ± 0.031
arithmetic/multiplication 0.0619 ± 0.0019 ms 0.0622 ± 0.002 ms 0.996 ± 0.045
overhead/acrule/a+2 2.43 ± 0.069 μs 2.33 ± 0.069 μs 1.04 ± 0.043
overhead/acrule/a+2+b 0.07 ± 0.001 μs 0.07 ± 0 μs 1 ± 0.014
overhead/acrule/a+b 4.18 ± 0.2 μs 4.09 ± 0.089 μs 1.02 ± 0.054
overhead/acrule/noop:Int 0.049 ± 0.01 μs 0.05 ± 0.01 μs 0.98 ± 0.28
overhead/acrule/noop:Sym 0.06 ± 0.01 μs 0.05 ± 0.01 μs 1.2 ± 0.31
overhead/get_degrees/large_poly 0.08 ± 0.01 μs 0.09 ± 0.01 μs 0.889 ± 0.15
overhead/rule/noop:Int 0.061 ± 0.01 μs 0.061 ± 0.01 μs 1 ± 0.23
overhead/rule/noop:Sym 0.06 ± 0.001 μs 0.06 ± 0.001 μs 1 ± 0.024
overhead/rule/noop:Term 0.06 ± 0.001 μs 0.06 ± 0.001 μs 1 ± 0.024
overhead/ruleset/noop:Int 30 ± 0 ns 30 ± 0 ns 1 ± 0
overhead/ruleset/noop:Sym 0.301 ± 0.01 μs 0.301 ± 0.001 μs 1 ± 0.033
overhead/ruleset/noop:Term 1.2 ± 0.02 μs 1.18 ± 0.011 μs 1.02 ± 0.019
overhead/simplify/noop:Int 30 ± 0 ns 30 ± 0 ns 1 ± 0
overhead/simplify/noop:Sym 30 ± 10 ns 30 ± 10 ns 1 ± 0.47
overhead/simplify/noop:Term 29.1 ± 0.83 μs 28.4 ± 0.94 μs 1.02 ± 0.045
overhead/simplify/randterm (+, *):serial 0.226 ± 0.0012 s 0.232 ± 0.0033 s 0.973 ± 0.015
overhead/simplify/randterm (+, *):thread 0.254 ± 0.015 s 0.258 ± 0.014 s 0.984 ± 0.079
overhead/simplify/randterm (/, *):serial 0.0846 ± 0.0021 ms 0.0853 ± 0.0017 ms 0.991 ± 0.032
overhead/simplify/randterm (/, *):thread 0.088 ± 0.0025 ms 0.0896 ± 0.002 ms 0.983 ± 0.036
overhead/substitute/a 0.0411 ± 0.00084 ms 0.0425 ± 0.00093 ms 0.967 ± 0.029
overhead/substitute/a,b 0.0495 ± 0.001 ms 0.0514 ± 0.0011 ms 0.962 ± 0.028
overhead/substitute/a,b,c 0.0441 ± 0.00077 ms 0.0451 ± 0.00088 ms 0.977 ± 0.026
polyform/easy_iszero 23.6 ± 0.5 μs 24 ± 0.5 μs 0.98 ± 0.029
polyform/isone 1.07 ± 0.031 ms 1.06 ± 0.024 ms 1.01 ± 0.037
polyform/isone:noop 0.081 ± 0.01 μs 0.09 ± 0.009 μs 0.9 ± 0.14
polyform/iszero 0.915 ± 0.023 ms 0.899 ± 0.02 ms 1.02 ± 0.035
polyform/iszero:noop 0.09 ± 0.009 μs 0.09 ± 0.01 μs 1 ± 0.15
polyform/simplify_fractions 1.16 ± 0.03 ms 1.15 ± 0.025 ms 1.01 ± 0.034
printing/large_poly 0.199 ± 0.0049 s 0.201 ± 0.0026 s 0.99 ± 0.028
time_to_load 1.24 ± 0.0067 s 1.27 ± 0.019 s 0.98 ± 0.015
Memory benchmarks
master 1d538a3... master / 1d538a3...
arithmetic/2-arg mul 0.078 k allocs: 2.72 kB 0.078 k allocs: 2.72 kB 1
arithmetic/addition 0.438 k allocs: 16 kB 0.438 k allocs: 16 kB 1
arithmetic/division 0.142 k allocs: 5.47 kB 0.142 k allocs: 5.47 kB 1
arithmetic/multiplication 0.356 k allocs: 11.7 kB 0.356 k allocs: 11.7 kB 1
overhead/acrule/a+2 0.034 k allocs: 1.25 kB 0.034 k allocs: 1.25 kB 1
overhead/acrule/a+2+b 0 allocs: 0 B 0 allocs: 0 B
overhead/acrule/a+b 0.047 k allocs: 1.8 kB 0.047 k allocs: 1.8 kB 1
overhead/acrule/noop:Int 0 allocs: 0 B 0 allocs: 0 B
overhead/acrule/noop:Sym 0 allocs: 0 B 0 allocs: 0 B
overhead/get_degrees/large_poly 2 allocs: 32 B 2 allocs: 32 B 1
overhead/rule/noop:Int 2 allocs: 0.0625 kB 2 allocs: 0.0625 kB 1
overhead/rule/noop:Sym 2 allocs: 0.0625 kB 2 allocs: 0.0625 kB 1
overhead/rule/noop:Term 2 allocs: 0.0625 kB 2 allocs: 0.0625 kB 1
overhead/ruleset/noop:Int 0 allocs: 0 B 0 allocs: 0 B
overhead/ruleset/noop:Sym 3 allocs: 0.109 kB 3 allocs: 0.109 kB 1
overhead/ruleset/noop:Term 12 allocs: 0.391 kB 12 allocs: 0.391 kB 1
overhead/simplify/noop:Int 0 allocs: 0 B 0 allocs: 0 B
overhead/simplify/noop:Sym 0 allocs: 0 B 0 allocs: 0 B
overhead/simplify/noop:Term 0.298 k allocs: 11.6 kB 0.298 k allocs: 11.6 kB 1
overhead/simplify/randterm (+, *):serial 2.31 M allocs: 0.0883 GB 2.31 M allocs: 0.0883 GB 1
overhead/simplify/randterm (+, *):thread 2.35 M allocs: 0.246 GB 2.35 M allocs: 0.246 GB 1
overhead/simplify/randterm (/, *):serial 0.844 k allocs: 30.4 kB 0.844 k allocs: 30.4 kB 1
overhead/simplify/randterm (/, *):thread 0.879 k allocs: 31.5 kB 0.879 k allocs: 31.5 kB 1
overhead/substitute/a 0.22 k allocs: 8.42 kB 0.22 k allocs: 8.42 kB 1
overhead/substitute/a,b 0.267 k allocs: 10.1 kB 0.267 k allocs: 10.1 kB 1
overhead/substitute/a,b,c 0.238 k allocs: 8.62 kB 0.238 k allocs: 8.62 kB 1
polyform/easy_iszero 0.133 k allocs: 4.58 kB 0.133 k allocs: 4.58 kB 1
polyform/isone 8.34 k allocs: 0.567 MB 8.34 k allocs: 0.567 MB 1
polyform/isone:noop 1 allocs: 16 B 1 allocs: 16 B 1
polyform/iszero 6.87 k allocs: 0.467 MB 6.87 k allocs: 0.467 MB 1
polyform/iszero:noop 1 allocs: 16 B 1 allocs: 16 B 1
polyform/simplify_fractions 8.82 k allocs: 0.59 MB 8.82 k allocs: 0.59 MB 1
printing/large_poly 1.86 M allocs: 0.082 GB 1.86 M allocs: 0.082 GB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

Benchmark Results (Julia v1)

Time benchmarks
master 1d538a3... master / 1d538a3...
arithmetic/2-arg mul 10.5 ± 0.24 μs 10.4 ± 0.24 μs 1.01 ± 0.033
arithmetic/addition 0.0682 ± 0.00081 ms 0.0668 ± 0.00086 ms 1.02 ± 0.018
arithmetic/division 24.8 ± 0.63 μs 24.1 ± 0.56 μs 1.03 ± 0.036
arithmetic/multiplication 0.0513 ± 0.0019 ms 0.0495 ± 0.0019 ms 1.04 ± 0.056
overhead/acrule/a+2 2.17 ± 0.04 μs 2.18 ± 0.069 μs 0.995 ± 0.036
overhead/acrule/a+2+b 0.08 ± 0.01 μs 0.09 ± 0.011 μs 0.889 ± 0.16
overhead/acrule/a+b 3.81 ± 0.07 μs 3.77 ± 0.11 μs 1.01 ± 0.035
overhead/acrule/noop:Int 30 ± 0 ns 30 ± 0 ns 1 ± 0
overhead/acrule/noop:Sym 0.06 ± 0.01 μs 0.06 ± 0.01 μs 1 ± 0.24
overhead/get_degrees/large_poly 0.081 ± 0.01 μs 0.08 ± 0 μs 1.01 ± 0.12
overhead/rule/noop:Int 0.07 ± 0.01 μs 0.07 ± 0.01 μs 1 ± 0.2
overhead/rule/noop:Sym 0.07 ± 0 μs 0.07 ± 0.01 μs 1 ± 0.14
overhead/rule/noop:Term 0.07 ± 0 μs 0.07 ± 0.001 μs 1 ± 0.014
overhead/ruleset/noop:Int 30 ± 0 ns 30 ± 0 ns 1 ± 0
overhead/ruleset/noop:Sym 0.311 ± 0.01 μs 0.321 ± 0.02 μs 0.969 ± 0.068
overhead/ruleset/noop:Term 1.18 ± 0.02 μs 1.2 ± 0.03 μs 0.983 ± 0.03
overhead/simplify/noop:Int 30 ± 0 ns 30 ± 0 ns 1 ± 0
overhead/simplify/noop:Sym 30 ± 10 ns 30 ± 10 ns 1 ± 0.47
overhead/simplify/noop:Term 26.9 ± 0.61 μs 27.2 ± 0.56 μs 0.989 ± 0.03
overhead/simplify/randterm (+, *):serial 0.195 ± 0.027 s 0.206 ± 0.028 s 0.945 ± 0.18
overhead/simplify/randterm (+, *):thread 0.259 ± 0.043 s 0.263 ± 0.071 s 0.983 ± 0.31
overhead/simplify/randterm (/, *):serial 0.0857 ± 0.0043 ms 0.0889 ± 0.0037 ms 0.964 ± 0.063
overhead/simplify/randterm (/, *):thread 0.0948 ± 0.01 ms 0.0989 ± 0.0092 ms 0.958 ± 0.14
overhead/substitute/a 0.0334 ± 0.00063 ms 0.0333 ± 0.0007 ms 1.01 ± 0.028
overhead/substitute/a,b 0.0418 ± 0.00092 ms 0.0416 ± 0.00094 ms 1.01 ± 0.032
overhead/substitute/a,b,c 0.0403 ± 0.00083 ms 0.0404 ± 0.0009 ms 0.997 ± 0.03
polyform/easy_iszero 19.1 ± 0.37 μs 18.4 ± 0.37 μs 1.04 ± 0.029
polyform/isone 0.906 ± 0.018 ms 0.933 ± 0.018 ms 0.971 ± 0.027
polyform/isone:noop 0.08 ± 0.01 μs 0.08 ± 0.001 μs 1 ± 0.13
polyform/iszero 0.785 ± 0.015 ms 0.809 ± 0.019 ms 0.971 ± 0.03
polyform/iszero:noop 0.08 ± 0.01 μs 0.08 ± 0.01 μs 1 ± 0.18
polyform/simplify_fractions 0.974 ± 0.016 ms 1 ± 0.041 ms 0.972 ± 0.043
printing/large_poly 0.194 ± 0.011 s 0.188 ± 0.017 s 1.03 ± 0.11
time_to_load 1.4 ± 0.027 s 1.41 ± 0.0094 s 0.994 ± 0.021
Memory benchmarks
master 1d538a3... master / 1d538a3...
arithmetic/2-arg mul 0.056 k allocs: 1.78 kB 0.056 k allocs: 1.78 kB 1
arithmetic/addition 0.3 k allocs: 10.3 kB 0.3 k allocs: 10.3 kB 1
arithmetic/division 0.132 k allocs: 4.77 kB 0.132 k allocs: 4.77 kB 1
arithmetic/multiplication 0.252 k allocs: 6.5 kB 0.252 k allocs: 6.5 kB 1
overhead/acrule/a+2 0.034 k allocs: 1.12 kB 0.034 k allocs: 1.12 kB 1
overhead/acrule/a+2+b 0 allocs: 0 B 0 allocs: 0 B
overhead/acrule/a+b 0.046 k allocs: 1.55 kB 0.046 k allocs: 1.55 kB 1
overhead/acrule/noop:Int 0 allocs: 0 B 0 allocs: 0 B
overhead/acrule/noop:Sym 0 allocs: 0 B 0 allocs: 0 B
overhead/get_degrees/large_poly 2 allocs: 32 B 2 allocs: 32 B 1
overhead/rule/noop:Int 2 allocs: 0.0625 kB 2 allocs: 0.0625 kB 1
overhead/rule/noop:Sym 2 allocs: 0.0625 kB 2 allocs: 0.0625 kB 1
overhead/rule/noop:Term 2 allocs: 0.0625 kB 2 allocs: 0.0625 kB 1
overhead/ruleset/noop:Int 0 allocs: 0 B 0 allocs: 0 B
overhead/ruleset/noop:Sym 3 allocs: 0.109 kB 3 allocs: 0.109 kB 1
overhead/ruleset/noop:Term 12 allocs: 0.391 kB 12 allocs: 0.391 kB 1
overhead/simplify/noop:Int 0 allocs: 0 B 0 allocs: 0 B
overhead/simplify/noop:Sym 0 allocs: 0 B 0 allocs: 0 B
overhead/simplify/noop:Term 0.284 k allocs: 10 kB 0.284 k allocs: 10 kB 1
overhead/simplify/randterm (+, *):serial 2.16 M allocs: 0.0754 GB 2.16 M allocs: 0.0753 GB 1
overhead/simplify/randterm (+, *):thread 2.32 M allocs: 0.237 GB 2.32 M allocs: 0.237 GB 1
overhead/simplify/randterm (/, *):serial 0.783 k allocs: 28.2 kB 0.783 k allocs: 28.2 kB 1
overhead/simplify/randterm (/, *):thread 0.918 k allocs: 0.0325 MB 0.918 k allocs: 0.0325 MB 1
overhead/substitute/a 0.172 k allocs: 6.05 kB 0.172 k allocs: 6.05 kB 1
overhead/substitute/a,b 0.223 k allocs: 7.69 kB 0.223 k allocs: 7.69 kB 1
overhead/substitute/a,b,c 0.229 k allocs: 7.81 kB 0.229 k allocs: 7.81 kB 1
polyform/easy_iszero 0.092 k allocs: 2.94 kB 0.092 k allocs: 2.94 kB 1
polyform/isone 10.9 k allocs: 0.579 MB 10.9 k allocs: 0.579 MB 1
polyform/isone:noop 1 allocs: 16 B 1 allocs: 16 B 1
polyform/iszero 8.97 k allocs: 0.48 MB 8.97 k allocs: 0.48 MB 1
polyform/iszero:noop 1 allocs: 16 B 1 allocs: 16 B 1
polyform/simplify_fractions 11.4 k allocs: 0.596 MB 11.4 k allocs: 0.596 MB 1
printing/large_poly 2.15 M allocs: 0.079 GB 2.15 M allocs: 0.079 GB 1
time_to_load 0.145 k allocs: 11 kB 0.145 k allocs: 11 kB 1

@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 6 times, most recently from adce95b to 70683a7 Compare December 16, 2025 06:10
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 4 times, most recently from db129dc to 5a9ef8c Compare December 22, 2025 10:57
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 2 times, most recently from 931017a to e12a27a Compare January 12, 2026 12:23
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 3 times, most recently from 3038daf to fc46681 Compare January 28, 2026 10:21
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 3 times, most recently from 263fc71 to dbb23b3 Compare February 3, 2026 10:32
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 3 times, most recently from feb74f0 to 8d30b99 Compare February 17, 2026 10:21
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch 3 times, most recently from f934ab0 to 68ea1e4 Compare February 24, 2026 10:20
…ith 3 updates

Updates the requirements on [Distributions](https://github.com/JuliaStats/Distributions.jl), [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl) and [Documenter](https://github.com/JuliaDocs/Documenter.jl) to permit the latest version.

Updates `Distributions` to 0.25.122
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.122)

Updates `SymbolicUtils` to 4.7.0
- [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases)
- [Commits](v0.1.0...v4.7.0)

Updates `Documenter` to 1.16.1
- [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases)
- [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/Documenter.jl@v0.1.0...v1.16.1)

---
updated-dependencies:
- dependency-name: Distributions
  dependency-version: 0.25.122
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SymbolicUtils
  dependency-version: 4.7.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Documenter
  dependency-version: 1.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-4ec78fe6e0 branch from 68ea1e4 to 1d538a3 Compare February 27, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants