Bump the all-julia-packages group across 1 directory with 7 updates - #39
Merged
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on Graphs, ConstrainedShortestPaths, Documenter, GLPK, Literate, BenchmarkTools and JuMP to permit the latest version.
Updates
Graphsto 1.14.0Release notes
Sourced from Graphs's releases.
Changelog
Sourced from Graphs's changelog.
... (truncated)
Commits
e86eac3version bump for 1.14.0 (#501)917d31fDocumentation page for packages that extend Graphs.jl (#500)78818a0Add FrozenVector to wrap neighbors (#317)2bc509dAdd planarity test and PMFG (#208)89dabebCount number of connected components more efficiently than `length(connected_...64eb48bCorrection to CI worker settings for macos (#499)b593c8eFix doctests that depend on Set/Dict iteration order (#493)ef39334Add CHANGELOG.md and changelog enforcer workflow (#494)98942dfAdd regular tree generator (#197)82fee84Update CI workflows: replace benchmark with AirspeedVelocity, fix downgrade (...Updates
ConstrainedShortestPathsto 0.6.5Release notes
Sourced from ConstrainedShortestPaths's releases.
Commits
4beda86Merge pull request #33 from BatyLeo/logoce3c698up1bb7fa8bump versionc49c665add a logof14f096Merge pull request #31 from BatyLeo/better-topological-order6cee708update constructor and bump versionc927a58Improve topological order robustness6b7808fMerge pull request #30 from BatyLeo/improve-type-stability6ed7c88Fix JET testsd324f1fCleanup and bump versionUpdates
Documenterto 1.17.0Release notes
Sourced from Documenter's releases.
Changelog
Sourced from Documenter's changelog.
... (truncated)
Commits
f0aada4Set version to 1.17.0 (#2891)ee3373fSupport more MarkdownAST nodes (#2887)d1ab4feFix operator binding rendering for doc headers (#2883)43271d1Fix PDF TOC: part number could overlap title (#2886)31b1f17CI: install TeX for building Julia manual PDF (#2879)474024eFix LaTeX links with fragments in table cells (#2885)38e8ee7CI: don't use julia-buildpkg (#2884)03def81Add LaTeX show_log option and dump logs on failure (#2881)cc13ff9tests: deal with Markdown changes in Julia 1.14 (#2882)642db0bPreserve page anchor when moving between versions (#2880)Updates
GLPKto 1.2.1Release notes
Sourced from GLPK's releases.
Commits
ab53bfePrep for v1.2.1 (#234)c7ff4d6Improve stacktrace of errors thrown from within a callback (#233)596b3a8Add Getting help section to README (#231)6a4c535Prep for v1.2.0 (#230)4cb5f8eSupport interrupting the MIP solver (#229)f8052b4Fix copy_to with empty constraint rows (#228)4bfc9f2Fix support for MOI.TimeLimitSec (#227)57041ce[README] add note on thread-safety (#226)034a86ePrep for v1.1.2 (#224)dd835dcUpdate README (#222)Updates
Literateto 2.21.0Release notes
Sourced from Literate's releases.
Changelog
Sourced from Literate's changelog.
... (truncated)
Commits
a86869fRelease 2.21.0 (#281)5b41365Support IOCapture 1.x (#280)8bde981Bump actions/checkout from 4 to 5 (#279)da4c384Clarify return values. (#277)0d308e4Update README links5ea086cAdd formatting commit to blame ignore list5d1b491Apply Runic formatting (#266)51cee54Bump codecov/codecov-action from 4 to 5 (#265)5c15d88Set version to 2.20.1.c4ac614Use showerror for showing captured errors (#261)Updates
BenchmarkToolsto 1.8.0Release notes
Sourced from BenchmarkTools's releases.
Commits
4258940v1.8.0c562362Only GC when needed. Reduce allocs from mechanics. Add PrecompileTools worklo...78bed8dBump JuliaRegistries/TagBot from 1.24.7 to 1.25.4 (#418)87103dcv1.7.0 (#415)0eb5fedremove buildkite CI - it was just a template! (#417)77c8009CI: Pin GitHub Actions. add Dependabot Julia support. Add versions. Add platf...55d758cBump codecov/codecov-action from 5 to 6 (#414)f52454ddocs: sayAbstractDictinstead ofAssociative(#411)88d02ffuse Base.blackbox to disallow LLVM from simplifying the bench loop (#413)0f4cf5bMerge pull request #410 from JuliaCI/dependabot/github_actions/actions/cache-5Updates
JuMPto 1.31.1Release notes
Sourced from JuMP's releases.
Commits
62b9c47Prep for v1.31.1 (#4206)3885565Revert #4032 because it is subject to hash collisions (#4205)f954751Prep for v1.31.0 (#4188)3089e7cRemove some unnecessary parens when printing nonlinear expressions (#4201)38f45a7Clean up check_belongs_to_model methods (#4200)b2b5127Fix checking if problem is an LP in lp_sensitivity_report (#4199)125964cImprove error messages when Hermitian matrices passed invalid data (#4198)eabb6beRefactor moi_function and jump_function into separate file (#4190)19eb40eMaintain order of expression generators when calling flatten! (#4196)d0db0e5[docs] drop GitHub owner from solvers and extensions (#4195)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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