Skip to content

Bump the all-julia-packages group across 1 directory with 7 updates - #39

Merged
BatyLeo merged 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-242e67eaa1
Aug 6, 2026
Merged

Bump the all-julia-packages group across 1 directory with 7 updates#39
BatyLeo merged 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-242e67eaa1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Graphs, ConstrainedShortestPaths, Documenter, GLPK, Literate, BenchmarkTools and JuMP to permit the latest version.
Updates Graphs to 1.14.0

Release notes

Sourced from Graphs's releases.

v1.14.0

Graphs v1.14.0

Diff since v1.13.4

Merged pull requests:

Closed issues:

  • CI needs updating to properly test ARM/Intel macOS. (#496)
Changelog

Sourced from Graphs's changelog.

v1.14.0 - 2026-02-26

  • (breaking) neighbors, inneighbors, and outneighbors now return an immutable FrozenVector instead of Vector
  • Louvain community detection algorithm
  • Graph views: ReverseView and UndirectedView for directed graphs
  • New graph products: strong_product, disjunctive_product, lexicographic_product, homomorphic_product
  • maximum_clique, clique_number, maximal_independent_sets, maximum_independent_set, independence_number
  • regular_tree generator
  • kruskal_mst now accepts weight vectors
  • is_planar planarity test and planar_maximally_filtered_graph (PMFG) algorithm
  • count_connected_components for efficiently counting connected components without materializing them
  • connected_components! is now exported and accepts an optional search_queue argument to reduce allocations
  • is_connected optimized to avoid allocating component vectors

v1.13.0 - 2025-06-05

  • (breaking) Julia v1.10 (LTS) minimum version requirement
  • Non-allocating enumerate_paths!

v1.12.0 - 2024-09-29

  • New options for BFSIterator

v1.11.0 - 2024-05-05

  • DFS and BFS iterators
  • Dorogovtsev-Mendes graph generator optimization

v1.10.0 - 2024-04-05

  • Longest path algorithm for DAGs
  • All simple paths algorithm

v1.9.0 - 2023-09-28

  • Rewrite of edit_distance with edge costs
  • Eulerian cycles/trails for undirected graphs
  • mincut implementation
  • strongly_connected_components_tarjan

v1.8.0 - 2023-02-10

  • newman_watts_strogatz graph generator
  • Prufer coding for trees
  • isdigraphical

v1.7.0 - 2022-06-19

  • Hierarchical documentation structure

v1.6.0 - 2022-02-09

  • (breaking) Requires Julia >= v1.6
  • (breaking) Base.zero no longer mandatory for AbstractGraph
  • Simplified AbstractGraph interface

v1.5.0 - 2022-01-09

  • (breaking) merge_vertices now only works on subtypes of AbstractSimpleGraph
  • rich_club function

... (truncated)

Commits
  • e86eac3 version bump for 1.14.0 (#501)
  • 917d31f Documentation page for packages that extend Graphs.jl (#500)
  • 78818a0 Add FrozenVector to wrap neighbors (#317)
  • 2bc509d Add planarity test and PMFG (#208)
  • 89dabeb Count number of connected components more efficiently than `length(connected_...
  • 64eb48b Correction to CI worker settings for macos (#499)
  • b593c8e Fix doctests that depend on Set/Dict iteration order (#493)
  • ef39334 Add CHANGELOG.md and changelog enforcer workflow (#494)
  • 98942df Add regular tree generator (#197)
  • 82fee84 Update CI workflows: replace benchmark with AirspeedVelocity, fix downgrade (...
  • Additional commits viewable in compare view

Updates ConstrainedShortestPaths to 0.6.5

Release notes

Sourced from ConstrainedShortestPaths's releases.

v0.6.5

ConstrainedShortestPaths v0.6.5

Diff since v0.6.4

Commits

Updates Documenter to 1.17.0

Release notes

Sourced from Documenter's releases.

v1.17.0

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.1

Changelog

Sourced from Documenter's changelog.

Version [v1.17.0] - 2026-02-20

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • During cross-referencing find_object correctly locates the Documenter.Object associated with UnionAll method signatures. (#2836, #2889)
  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

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)

... (truncated)

Commits

Updates GLPK to 1.2.1

Release notes

Sourced from GLPK's releases.

v1.2.1

GLPK v1.2.1

Diff since v1.2.0

Merged pull requests:

Closed issues:

  • Uninformative stacktrace when bug from the cut callback (#232)
Commits

Updates Literate to 2.21.0

Release notes

Sourced from Literate's releases.

v2.21.0

See CHANGELOG.md for notable changes.

See CHANGELOG.md for notable changes.

Diff since v2.20.1

Changelog

Sourced from Literate's changelog.

[v2.21.0] - 2025-11-19

Changed

  • Allow IOCapture version 1. (#280)

[v2.20.1] - 2024-10-17

Fixed

  • Errors from code evaluation (with continue_on_error = true) are now properly displayed with showerror. (#261)

[v2.20.0] - 2024-10-16

Added

  • A new keyword argument configuration continue_on_error::Bool = false has been added which controls the behavior of code execution errors. By default (continue_on_error = false) execution errors are re-thrown by Literate (as before). If continue_on_error = true is set the error is used as the block result and execution continues with following blocks. (#201, #257)
  • Literate now replaces Documenter-style admonitions when generating notebook output (#259). Concretely,
    # !!! note
    #     A note.
    

    !!! warn "Warning title text"

    A warning.

    is replaced with

    # > **Note**
    # >
    # > A note.
    

    > Warning title text

    >

    > A warning.

[v2.19.1] - 2024-09-13

Fixed

  • Set :SOURCE_PATH in the task local storage to the output file when executing code so that recursive include works as expected. (#251, #252)

[v2.19.0] - 2024-07-11

Changed

  • Literate.markdown, Literate.notebook, and Literate.script are marked as public in Julia version that support the public keyword. (#248)

[v2.18.0] - 2024-04-17

Added

... (truncated)

Commits

Updates BenchmarkTools to 1.8.0

Release notes

Sourced from BenchmarkTools's releases.

v1.8.0

BenchmarkTools v1.8.0

Diff since v1.7.0

Merged pull requests:

Commits
  • 4258940 v1.8.0
  • c562362 Only GC when needed. Reduce allocs from mechanics. Add PrecompileTools worklo...
  • 78bed8d Bump JuliaRegistries/TagBot from 1.24.7 to 1.25.4 (#418)
  • 87103dc v1.7.0 (#415)
  • 0eb5fed remove buildkite CI - it was just a template! (#417)
  • 77c8009 CI: Pin GitHub Actions. add Dependabot Julia support. Add versions. Add platf...
  • 55d758c Bump codecov/codecov-action from 5 to 6 (#414)
  • f52454d docs: say AbstractDict instead of Associative (#411)
  • 88d02ff use Base.blackbox to disallow LLVM from simplifying the bench loop (#413)
  • 0f4cf5b Merge pull request #410 from JuliaCI/dependabot/github_actions/actions/cache-5
  • Additional commits viewable in compare view

Updates JuMP to 1.31.1

Release notes

Sourced from JuMP's releases.

v1.31.1

JuMP v1.31.1

Diff since v1.31.0

Merged pull requests:

Commits
  • 62b9c47 Prep for v1.31.1 (#4206)
  • 3885565 Revert #4032 because it is subject to hash collisions (#4205)
  • f954751 Prep for v1.31.0 (#4188)
  • 3089e7c Remove some unnecessary parens when printing nonlinear expressions (#4201)
  • 38f45a7 Clean up check_belongs_to_model methods (#4200)
  • b2b5127 Fix checking if problem is an LP in lp_sensitivity_report (#4199)
  • 125964c Improve error messages when Hermitian matrices passed invalid data (#4198)
  • eabb6be Refactor moi_function and jump_function into separate file (#4190)
  • 19eb40e Maintain order of expression generators when calling flatten! (#4196)
  • d0db0e5 [docs] drop GitHub owner from solvers and extensions (#4195)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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

Updates the requirements on [Graphs](https://github.com/JuliaGraphs/Graphs.jl), [ConstrainedShortestPaths](https://github.com/BatyLeo/ConstrainedShortestPaths.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [GLPK](https://github.com/jump-dev/GLPK.jl), [Literate](https://github.com/fredrikekre/Literate.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl) and [JuMP](https://github.com/jump-dev/JuMP.jl) to permit the latest version.

Updates `Graphs` to 1.14.0
- [Release notes](https://github.com/JuliaGraphs/Graphs.jl/releases)
- [Changelog](https://github.com/JuliaGraphs/Graphs.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaGraphs/Graphs.jl@v0.10.0...v1.14.0)

Updates `ConstrainedShortestPaths` to 0.6.5
- [Release notes](https://github.com/BatyLeo/ConstrainedShortestPaths.jl/releases)
- [Commits](v0.1.0...v0.6.5)

Updates `Documenter` to 1.17.0
- [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.17.0)

Updates `GLPK` to 1.2.1
- [Release notes](https://github.com/jump-dev/GLPK.jl/releases)
- [Commits](jump-dev/GLPK.jl@v0.2.10...v1.2.1)

Updates `Literate` to 2.21.0
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

Updates `BenchmarkTools` to 1.8.0
- [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases)
- [Commits](JuliaCI/BenchmarkTools.jl@v0.0.1...v1.8.0)

Updates `JuMP` to 1.31.1
- [Release notes](https://github.com/jump-dev/JuMP.jl/releases)
- [Changelog](https://github.com/jump-dev/JuMP.jl/blob/master/NEWS.md)
- [Commits](jump-dev/JuMP.jl@v0.1.1...v1.31.1)

---
updated-dependencies:
- dependency-name: Graphs
  dependency-version: 1.14.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ConstrainedShortestPaths
  dependency-version: 0.6.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Documenter
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: GLPK
  dependency-version: 1.2.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BenchmarkTools
  dependency-version: 1.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JuMP
  dependency-version: 1.31.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Aug 6, 2026
@BatyLeo
BatyLeo merged commit e6b8080 into main Aug 6, 2026
3 checks passed
@BatyLeo
BatyLeo deleted the dependabot/julia/docs/all-julia-packages-242e67eaa1 branch August 6, 2026 11:10
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.

1 participant