Skip to content

Bump the all-julia-packages group across 1 directory with 5 updates#48

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/bench/all-julia-packages-ec82e97121
Open

Bump the all-julia-packages group across 1 directory with 5 updates#48
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/bench/all-julia-packages-ec82e97121

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Updates the requirements on CXSparse, AMD, SparseColumnPivotedQR, BenchmarkTools and SparseMatricesCSR to permit the latest version.
Updates CXSparse to 0.1.0

Commits

Updates AMD to 0.5.3

Release notes

Sourced from AMD's releases.

v0.5.3

AMD v0.5.3

Diff since v0.5.2

Merged pull requests:

Commits

Updates SparseColumnPivotedQR to 2.1.1

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 SparseMatricesCSR to 0.6.12

Release notes

Sourced from SparseMatricesCSR's releases.

v0.6.12

SparseMatricesCSR v0.6.12

Diff since v0.6.11

Merged pull requests:

Changelog

Sourced from SparseMatricesCSR's changelog.

[0.6.12] - 2026.03.12

  • Minor fixes in documentation.
  • Remove unnecessary multithreading from non-multithreaded SpMv kernel.

[0.6.11] - 2026.03.10

  • Add multithreading support for SpMv kernels.

[0.6.10] - 2026.02.17

  • Enhance performance fill!
  • Enhance performance of adjoint mul!

[0.6.9] - 2025.03.15

Added

  • Added copy method to SymSparseMatrixCSR.

[0.6.8] - 2024.08.29

Added

  • Added SparseMatrixCSC and AbstractMatrix constructors.

Fixed

  • Fixed show method for SparseMatrixCSR.
  • Fixes related to TransposeFactorization (see JuliaLang/julia#46874).

[0.6.6] - 2021.11.26

Added

  • Implemented Base.setindex!.

[0.6.5] - 2021.10.20

Fixed

  • Return value of LinearAlbegra.fillstored!.

Added

  • Implemented LinearAlbegra.rmul!.

[0.6.4] - 2021.10.20

Added

... (truncated)

Commits
  • 29acba6 Bump version from 0.6.11 to 0.6.12
  • 7928ed6 Update NEWS.md for version 0.6.12
  • ed076f7 Merge pull request #39 from termi-official/do/remove-faulty-batch
  • f74a59a Remove faulty batch
  • b40c73d Merge pull request #38 from gridap/typos
  • aca0571 Minor fixes in documentation and error messages
  • 2568f56 Bump version from 0.6.10 to 0.6.11
  • 51e6cb6 Add release notes for version 0.6.11
  • 7a37706 Merge pull request #37 from termi-official/do/polyester-mul
  • b8d34e9 And now with the correct versions
  • 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 [CXSparse](https://github.com/JuliaSparse/CXSparse.jl), [AMD](https://github.com/JuliaSmoothOptimizers/AMD.jl), [SparseColumnPivotedQR](https://github.com/SciML/SparseColumnPivotedQR.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl) and [SparseMatricesCSR](https://github.com/gridap/SparseMatricesCSR.jl) to permit the latest version.

Updates `CXSparse` to 0.1.0
- [Commits](https://github.com/JuliaSparse/CXSparse.jl/commits)

Updates `AMD` to 0.5.3
- [Release notes](https://github.com/JuliaSmoothOptimizers/AMD.jl/releases)
- [Commits](JuliaSmoothOptimizers/AMD.jl@v0.0.2...v0.5.3)

Updates `SparseColumnPivotedQR` to 2.1.1
- [Commits](https://github.com/SciML/SparseColumnPivotedQR.jl/commits)

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 `SparseMatricesCSR` to 0.6.12
- [Release notes](https://github.com/gridap/SparseMatricesCSR.jl/releases)
- [Changelog](https://github.com/gridap/SparseMatricesCSR.jl/blob/master/NEWS.md)
- [Commits](gridap/SparseMatricesCSR.jl@v0.1.0...v0.6.12)

---
updated-dependencies:
- dependency-name: CXSparse
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AMD
  dependency-version: 0.5.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SparseColumnPivotedQR
  dependency-version: 2.1.1
  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: SparseMatricesCSR
  dependency-version: 0.6.12
  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 Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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