Skip to content

Bump the all-julia-packages group across 2 directories with 50 updates#2523

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

Bump the all-julia-packages group across 2 directories with 50 updates#2523
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-70a4e88c14

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on KrylovKit, RecursiveArrayTools, Statistics, ForwardDiff, IntervalSets, GaussQuadrature, ClimaComms, CubedSphere, BandedMatrices, LazyBroadcast, DataStructures, GilbertCurves, NVTX, StaticArrays, BlockArrays, Adapt, CUDA, ThreadsX, ClimaParams, JLD2, ArgParse, OrdinaryDiffEqSSPRK, ClimaTimeSteppers, TerminalLoggers, AssociatedLegendrePolynomials, ClimaCoreTempestRemap, JET, SnoopCompile, ClimaCorePlots, ClimaCore, Thermodynamics, ProgressLogging, FastBroadcast, BenchmarkTools, NullBroadcasts, StatsBase, ClimaCoreVTK, Plots, Aqua, DocStringExtensions, DiffEqCallbacks, QuadGK, SafeTestsets, OrdinaryDiffEqTsit5, MPI, SciMLBase, CountFlops, Colors, NCDatasets and ProfileCanvas to permit the latest version.
Updates KrylovKit to 0.10.3

Release notes

Sourced from KrylovKit's releases.

v0.10.3

KrylovKit v0.10.3

Diff since v0.10.2

Merged pull requests:

  • Consistent default value for Krylov dimension in BlockLanczos (#142) (@​mxhbl)
  • Add missing alg_primal argument in linsolve pullback (#149) (@​20akshay00)

Closed issues:

  • Feature request: block lanczos for solving degenerate ground states (#87)
  • Convergence of the linsolve when the matrix is approximately singular (#152)
Commits

Updates RecursiveArrayTools to 4.3.1

Release notes

Sourced from RecursiveArrayTools's releases.

v4.3.1

RecursiveArrayTools v4.3.1

Diff since v4.3.0

Merged pull requests:

Closed issues:

  • Why doesn't recursivecopy! allow to copy a vector into a matrix? (#589)
  • sum doesn't work for VectorOfArray{ReverseDiff.TrackedReal{..}, ...} (#595)
Commits
  • a9ac625 Merge pull request #607 from SciML/ChrisRackauckas-patch-4
  • 2500ae7 Update Project.toml
  • 9eb46bf Merge pull request #606 from ChrisRackauckas-Claude/fix-zygote-zerotangent-ad...
  • f9610ad fix: handle ZeroTangent/AbstractZero in RecursiveArrayToolsZygoteExt adjoint
  • bc0a16d Merge pull request #605 from ChrisRackauckas-Claude/sublibrary-ci-project-model
  • 9f388dc ci: uniformize — add-DocPreviewCleanup
  • 4c24996 ci: add Sublibrary CI via centralized project-model workflow
  • 72fce99 Merge pull request #604 from ChrisRackauckas-Claude/centralize-tests
  • 57b88ca ci: use centralized tests.yml@v1 (with num-threads: 2)
  • 0aa6b50 Merge pull request #602 from ChrisRackauckas-Claude/sublibrary-downgrade-ci
  • Additional commits viewable in compare view

Updates Statistics to 1.11.1

Release notes

Sourced from Statistics's releases.

v1.11.1

Statistics v1.11.1

Diff since v1.11.0

Merged pull requests:

Closed issues:

  • The quantile function can return incorrect results for integer arrays (Int8, Int16, Int32) (#119)
Commits

Updates ForwardDiff to 1.4.0

Release notes

Sourced from ForwardDiff's releases.

v1.4.0

ForwardDiff v1.4.0

Diff since v1.3.3

Merged pull requests:

Closed issues:

  • Tagcount ordering across precompiled packages- expected behavior? (#801)
  • ifelse(x <= 0, …) Jacobian at x=0 depends on chunk size (#806)
Commits
  • 0a3d297 CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#...
  • 39916da CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)...
  • 7e52ffa Bump julia-actions/setup-julia from 2 to 3 (#802)
  • 39a27fe Bump codecov/codecov-action from 5 to 6 (#799)
  • 1295777 Avoid reshape allocation in extract_jacobian! for Matrix results (#797)
  • ff0d903 Bump julia-actions/cache from 2 to 3 (#796)
  • 7262054 Remove explicit != methods for Dual (#793)
  • 71258ec Update documentation formatting and infrastructure (#792)
  • e1eb522 Define < and isless for Partials (#791)
  • e8eb009 Bump actions/checkout from 5 to 6 (#786)
  • Additional commits viewable in compare view

Updates IntervalSets to 0.7.14

Release notes

Sourced from IntervalSets's releases.

v0.7.14

IntervalSets v0.7.14

Diff since v0.7.13

Merged pull requests:

Commits

Updates GaussQuadrature to 0.5.8

Commits
  • 199cea0 bump version
  • b2844c8 update compat for SpecialFunctions dependency
  • a5f9629 bump patch version
  • 706c85e Merge pull request #11 from simonbyrne/sb/orthonormal
  • bff58cb special-case polynomial degree 0 in orthonormal_poly
  • 208dcf3 ignore Manifest.toml
  • 6a1b4fc bump patch version number
  • b3a2752 make endpt=both exact (pull request from simonbyrne)
  • 3ab2952 change version to 0.5.5
  • ba6175f Bump version to work around registrator roadblock
  • Additional commits viewable in compare view

Updates ClimaComms to 0.6.11

Changelog

Sourced from ClimaComms's changelog.

ClimaComms.jl Release Notes

main

  • ci: update JuliaFormatter job PR 127

v0.6.10

  • fixed logging interoperability with GPUCompiler.jl PR 119

v0.6.9

  • Added a device-agnostic API for querying available memory PR 117.

v0.6.8

  • Extended @threaded to work with multiple iterators and lazy iterators (e.g., enumerate, zip, and Iterators.partition), and modified the threaded function to make it equivalent to @threaded PR 115.

v0.6.7

  • Extended @threaded to work on GPU devices, with block sizes automatically determined by the CUDA occupancy API, and added the ability to control thread coarsening across all devices PR 111.

v0.6.6

  • Replaced MPIFileLogger with FileLogger and added an OnlyRootLogger logger that silences non-root processes PR 104.

v0.6.5

  • Support for adapt was added, so that users can convert between CPU and GPU devices, and contexts containing cpu and gpu devices PR 103.

  • New MPI logging tools were added, MPIFileLogger and MPILogger PR 100.

v0.6.4

  • Add device-flexible @assert was added PR 86.

v0.6.3

  • Bugfix: cuda_sync was missing in the extension and, as a result, ClimaComms.@cuda_sync was not actually synchronizing. We've also removed the abstract fallback, so that we instead method-error if we pass a cuda device when the cuda extension does not exist.

v0.6.2

  • We added a device-agnostic allowscalar(f, ::AbstractDevice, args...; kwargs...) to further assist in making CUDA an extension.

... (truncated)

Commits
  • 53b1f54 Bump version to v0.6.11
  • 9274d09 Widen upper bound for CUDA.jl in Project.toml
  • 4c33530 Update CUDA requirement from 3, 4, 5 to 3, 4, 5, 6.0
  • 77a4d15 Merge pull request #134 from CliMA/ne/fix
  • 363b783 Don't automatically choose MPI context in a slurm job
  • 389867e Merge pull request #127 from CliMA/he/ci-update-juliaformatter-job
  • 2c4065a ci: update JuliaFormatter job
  • 9c3c42b Merge pull request #128 from CliMA/he/ci-use-dependabot-to-update
  • d03d130 ci: use dependabot to update julia packages
  • b4fc0bd chore: changes the CLA action trigger to pull_request_target (#125)
  • Additional commits viewable in compare view

Updates KrylovKit to 0.10.3

Release notes

Sourced from KrylovKit's releases.

v0.10.3

KrylovKit v0.10.3

Diff since v0.10.2

Merged pull requests:

  • Consistent default value for Krylov dimension in BlockLanczos (#142) (@​mxhbl)
  • Add missing alg_primal argument in linsolve pullback (#149) (@​20akshay00)

Closed issues:

  • Feature request: block lanczos for solving degenerate ground states (#87)
  • Convergence of the linsolve when the matrix is approximately singular (#152)
Commits

Updates CubedSphere to 0.3.4

Release notes

Sourced from CubedSphere's releases.

v0.3.4

CubedSphere v0.3.4

Diff since v0.3.3

Merged pull requests:

Changelog

Sourced from CubedSphere's changelog.

CubedSphere.jl Release Notes

v0.3.3

Introduces conformal cubed-sphere coordinates which originate from a non-uniformly spaced horizontal grid (ξ, η) ∈ [-1, 1] x [-1, 1].

v0.3.0

We moved conformal_map_tylor_coefficients.jl and complex_jacobi_ellptic.jl from main package to sandbox. This allowed us to remove most dependencies of CubedSphere.jl. sandbox now contains a Julia environment with the packages needed to execute the scripts in that folder.

Commits
  • 87b70a5 Bump version from 0.3.3 to 0.3.4 (#49)
  • a3fea33 Replace hypot(x, y) with sqrt(xx + yy) for GPU compatibility (#48)
  • e388739 Add Go version 1.12 to CI workflow (#47)
  • 617e6fc Update TaylorSeries compatibility range to 0.20 (#46)
  • ec36fb4 Conformally map an irregularly spaced grid on the reference square to a more ...
  • 090b69f Bump to 0.3.2 (#45)
  • 1d10f1b Bump to 0.3.1 (#44)
  • 5f5aa3b update TaylorSeries compat (#43)
  • 3a2c58c use julia v1.11 for CI and docs (#42)
  • b41e97e Literate reproducing Taylor coefficients for conformal map (#40)
  • Additional commits viewable in compare view

Updates BandedMatrices to 1.11.0

Release notes

Sourced from BandedMatrices's releases.

v1.11.0

BandedMatrices v1.11.0

Diff since v1.10.2

Merged pull requests:

Commits
  • 4c4a5ad Drop old version checking (#494)
  • 6ccbdd8 simplify colstart/stop and rowstart/stop (#493)
  • 800c23a CompatHelper: bump compat for InfiniteArrays in [extras] to 0.15, (keep exist...
  • 22fab64 Run tests in parallel (#491)
  • cb5f59c Bump actions/checkout from 5 to 6 (#489)
  • bb0170b Test InfiniteArrays.jl (#490)
  • e1cb2bc Use a copyto! approach in _BandedMatrix(::BandedRows, A), and switch to Permu...
  • 84d8624 Overload bandedrowsdata for SubArray (#487)
  • 4cacec3 Overload _BandedMatrix(::BandedRows, A::AbstactMatrix) (#486)
  • f0a432f avoid ambiguity error in lmul! with Q and layout vectors/matrices (#484)
  • Additional commits viewable in compare view

Updates LazyBroadcast to 1.0.0

Release notes

Sourced from LazyBroadcast's releases.

v1.0.0

LazyBroadcast v1.0.0

Diff since v0.1.5

Breaking changes

  • lazy_broadcasted was renamed to lazy_broadcast. Broadcasted is already a lazy object, so lazy_broadcasted is akin to saying "lazy-lazy".
  • Support for in-place operations, like bc = @lazy_broadcasted @. x = y + 1, was removed as this violates the "use only what you need" principle. LazyBroadcast does not use x, and so requiring it is an awkward interface. Instead, users should change this to: bc = @lazy_broadcast @. y + 1.
  • Support for wrapping non-broadcasted objects in broadcast(identity, args...) was removed. This was a surprising edge case that users can easily handle. For example:
import LazyBroadcast: @lazy_broadcast
struct A end
struct B end
bar(x, y, ::A) = x
bar(x, y, ::B) = @lazy_broadcast @. x + y
foo(bc::Base.Broadcast.Broadcasted) = bc
foo(bc) = Base.Broadcast.broadcasted(identity, bc)
x = [1,2]
y = [1,2]
foo(bar(x, y, A()))
foo(bar(x, y, B()))

This is much more clear and explicit behavior, and abides by broadcast semantics. With this, users also have the flexibility to define their own behavior, rather than being locked into LazyBroadcast's previous behavior.

Merged pull requests:

Closed issues:

  • Allow for "eager" mode (#10)
  • Broadcast objects are not instantiate'd (#14)
Commits
  • 6322875 Merge pull request #15 from CliMA/ck/dont_materialize
  • cd3a9eb New breaking release, version 1.0.0
  • bca6477 Merge pull request #13 from CliMA/ck/reverse_patch
  • 7c96664 Reverse double patch bump
  • cd10089 Merge pull request #12 from CliMA/ck/bump_patch
  • 2f9c69c Bump patch version
  • d54b69c Merge pull request #11 from CliMA/ck/docs
  • 6db6f8d Bump patch version
  • eaafa23 Update readme docs
  • 7f2787a Merge pull request #9 from CliMA/ck/tests2
  • Additional commits viewable in compare view

Updates DataStructures to 0.19.5

Release notes

Sourced from DataStructures's releases.

v0.19.5

DataStructures v0.19.5

Diff since v0.19.4

Merged pull requests:

Changelog

Sourced from DataStructures's changelog.

Changelog is now in the Github Release Notes.

Starting from version 0.19.0, CHANGELOG.md is managed in a format that follows https://keepachangelog.com/en/1.1.0/.

[0.19.4]

Fixed

  • Fixed #963: MutableBinaryHeap doesn't work with Abstract / Union Type (#869)

0.19.3

Fixed

  • Reintroduce a method for percolate_up! percolate_down!JuliaCollections/DataStructures.jl#960

0.19.2

Added

  • percolate_up!, percolate_down! now use @propagate_inboundsJuliaCollections/DataStructures.jl#954

0.19.1 - 2025-08-26

Fixed

  • Add newsz::Integer type annotation to sizehint!JuliaCollections/DataStructures.jl#945
  • Fix pop! with default for OrderedRobinDictJuliaCollections/DataStructures.jl#950
  • Fix deprecation of DisjointSets(xs...)JuliaCollections/DataStructures.jl#951

Other

  • JuliaCollections/DataStructures.jl#944
  • Bump actions/checkoutJuliaCollections/DataStructures.jl#947
  • Add docstrings to DefaultDictJuliaCollections/DataStructures.jl#948

0.19.0 - 2025-07-31

... (truncated)

Commits
  • dd699fe Bump version from 0.19.4 to 0.19.5 (#972)
  • c1fb53c dicts: improve performance for non-concrete values and keys (#971)
  • 80de06b Merge pull request #967 from JuliaCollections/dependabot/github_actions/codec...
  • 84419a2 Bump codecov/codecov-action from 5 to 6
  • cf55c36 Merge pull request #964 from JuliaCollections/ox/release
  • 5cceb64 Merge pull request #966 from AayushSabharwal/as/disjoint-set-in
  • fab3894 feat: implement Base.in for IntDisjointSet and DisjointSet
  • 06eb26e Merge pull request #965 from JuliaCollections/dependabot/github_actions/julia...
  • 37362de Bump julia-actions/cache from 2 to 3
  • d2e360c release
  • Additional commits viewable in compare view

Updates GilbertCurves to 0.1.0

Commits

Updates NVTX to 1.0.3

Release notes

Sourced from NVTX's releases.

v1.0.3

NVTX v1.0.3

Diff since v1.0.2

Merged pull requests:

Commits

Updates StaticArrays to 1.9.18

Release notes

Sourced from StaticArrays's releases.

v1.9.18

StaticArrays v1.9.18

Diff since v1.9.17

Merged pull requests:

Commits

Updates BlockArrays to 1.9.3

Release notes

Sourced from BlockArrays's releases.

v1.9.3

BlockArrays v1.9.3

Diff since v1.9.2

Merged pull requests:

Commits
  • ae21b37 Fix ambiguity error in similar with 3 or more blocked axes (#494)
  • 4fc19a9 Bump version from v1.9.1 to v1.9.2 (#493)
  • dd3de80 Fix float block index causing hang due to infinite recursion (#492)
  • a1f2273 Fix axes and size of BlockIndices (#490)
  • d482cd9 Nested block indexing (#482)
  • 7ebbea7 Support 3-tensors in similar (#489)
  • d0a8d7a Rename BlockedSlice from #459 to NoncontiguousBlockSlice (#479)
  • cc5eb23 Special case blocks for non-blocked arrays (#474)
  • d0e0e27 Introduce BlockIndices that generalizes BlockIndexRange to non-contiguous...
  • 2f61a7d Bump actions/checkout from 4 to 5 (#486)
  • Additional commits viewable in Description has been truncated

@dependabot dependabot Bot added Dependencies julia Pull requests that update julia code labels Jun 4, 2026
Updates the requirements on [KrylovKit](https://github.com/Jutho/KrylovKit.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [IntervalSets](https://github.com/JuliaMath/IntervalSets.jl), [GaussQuadrature](https://github.com/billmclean/GaussQuadrature.jl), [ClimaComms](https://github.com/CliMA/ClimaComms.jl), [CubedSphere](https://github.com/CliMA/CubedSphere.jl), [BandedMatrices](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl), [LazyBroadcast](https://github.com/CliMA/LazyBroadcast.jl), [DataStructures](https://github.com/JuliaCollections/DataStructures.jl), [GilbertCurves](https://github.com/CliMA/GilbertCurves.jl), [NVTX](https://github.com/JuliaGPU/NVTX.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [BlockArrays](https://github.com/JuliaArrays/BlockArrays.jl), [Adapt](https://github.com/JuliaGPU/Adapt.jl), [CUDA](https://github.com/JuliaGPU/CUDA.jl), [ThreadsX](https://github.com/JuliaFolds2/ThreadsX.jl), [ClimaParams](https://github.com/CliMA/ClimaParams.jl), [JLD2](https://github.com/JuliaIO/JLD2.jl), [ArgParse](https://github.com/carlobaldassi/ArgParse.jl), [OrdinaryDiffEqSSPRK](https://github.com/SciML/OrdinaryDiffEq.jl), [ClimaTimeSteppers](https://github.com/CliMA/ClimaTimeSteppers.jl), [TerminalLoggers](https://github.com/JuliaLogging/TerminalLoggers.jl), [AssociatedLegendrePolynomials](https://github.com/jmert/AssociatedLegendrePolynomials.jl), [ClimaCoreTempestRemap](https://github.com/CliMA/ClimaCore.jl), [JET](https://github.com/aviatesk/JET.jl), [SnoopCompile](https://github.com/JuliaDebug/SnoopCompile.jl), [ClimaCorePlots](https://github.com/CliMA/ClimaCore.jl), [ClimaCore](https://github.com/CliMA/ClimaCore.jl), [Thermodynamics](https://github.com/CliMA/Thermodynamics.jl), [ProgressLogging](https://github.com/JuliaLogging/ProgressLogging.jl), [FastBroadcast](https://github.com/SciML/FastBroadcast.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [NullBroadcasts](https://github.com/CliMA/NullBroadcasts.jl), [StatsBase](https://github.com/JuliaStats/StatsBase.jl), [ClimaCoreVTK](https://github.com/CliMA/ClimaCore.jl), [Plots](https://github.com/JuliaPlots/Plots.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [DocStringExtensions](https://github.com/JuliaDocs/DocStringExtensions.jl), [DiffEqCallbacks](https://github.com/SciML/DiffEqCallbacks.jl), [QuadGK](https://github.com/JuliaMath/QuadGK.jl), [SafeTestsets](https://github.com/YingboMa/SafeTestsets.jl), [OrdinaryDiffEqTsit5](https://github.com/SciML/OrdinaryDiffEq.jl), [MPI](https://github.com/JuliaParallel/MPI.jl), [SciMLBase](https://github.com/SciML/SciMLBase.jl), [CountFlops](https://github.com/charleskawczynski/CountFlops.jl), [Colors](https://github.com/JuliaGraphics/Colors.jl), [NCDatasets](https://github.com/JuliaGeo/NCDatasets.jl) and [ProfileCanvas](https://github.com/pfitzseb/ProfileCanvas.jl) to permit the latest version.

Updates `KrylovKit` to 0.10.3
- [Release notes](https://github.com/Jutho/KrylovKit.jl/releases)
- [Commits](https://github.com/Jutho/KrylovKit.jl/commits/v0.10.3)

Updates `RecursiveArrayTools` to 4.3.1
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v3.2.0...v4.3.1)

Updates `Statistics` to 1.11.1
- [Release notes](https://github.com/JuliaStats/Statistics.jl/releases)
- [Commits](JuliaStats/Statistics.jl@v1.4.0...v1.11.1)

Updates `ForwardDiff` to 1.4.0
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.0)

Updates `IntervalSets` to 0.7.14
- [Release notes](https://github.com/JuliaMath/IntervalSets.jl/releases)
- [Commits](JuliaMath/IntervalSets.jl@v0.0.1...v0.7.14)

Updates `GaussQuadrature` to 0.5.8
- [Release notes](https://github.com/billmclean/GaussQuadrature.jl/releases)
- [Changelog](https://github.com/billmclean/GaussQuadrature.jl/blob/master/CHANGELOG)
- [Commits](billmclean/GaussQuadrature.jl@v0.2...v0.5.8)

Updates `ClimaComms` to 0.6.11
- [Release notes](https://github.com/CliMA/ClimaComms.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaComms.jl/blob/main/NEWS.md)
- [Commits](CliMA/ClimaComms.jl@v0.1.0...v0.6.11)

Updates `KrylovKit` to 0.10.3
- [Release notes](https://github.com/Jutho/KrylovKit.jl/releases)
- [Commits](https://github.com/Jutho/KrylovKit.jl/commits/v0.10.3)

Updates `CubedSphere` to 0.3.4
- [Release notes](https://github.com/CliMA/CubedSphere.jl/releases)
- [Changelog](https://github.com/CliMA/CubedSphere.jl/blob/main/NEWS.md)
- [Commits](CliMA/CubedSphere.jl@v0.1.0...v0.3.4)

Updates `BandedMatrices` to 1.11.0
- [Release notes](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl/releases)
- [Commits](JuliaLinearAlgebra/BandedMatrices.jl@v0.0.1...v1.11.0)

Updates `LazyBroadcast` to 1.0.0
- [Release notes](https://github.com/CliMA/LazyBroadcast.jl/releases)
- [Commits](CliMA/LazyBroadcast.jl@v0.1.0...v1.0.0)

Updates `DataStructures` to 0.19.5
- [Release notes](https://github.com/JuliaCollections/DataStructures.jl/releases)
- [Changelog](https://github.com/JuliaCollections/DataStructures.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaCollections/DataStructures.jl@0.2.0...v0.19.5)

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

Updates `NVTX` to 1.0.3
- [Release notes](https://github.com/JuliaGPU/NVTX.jl/releases)
- [Commits](JuliaGPU/NVTX.jl@v0.2.0...v1.0.3)

Updates `StaticArrays` to 1.9.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18)

Updates `BlockArrays` to 1.9.3
- [Release notes](https://github.com/JuliaArrays/BlockArrays.jl/releases)
- [Commits](JuliaArrays/BlockArrays.jl@v0.0.1...v1.9.3)

Updates `RecursiveArrayTools` to 4.3.1
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v3.2.0...v4.3.1)

Updates `Adapt` to 4.6.0
- [Release notes](https://github.com/JuliaGPU/Adapt.jl/releases)
- [Commits](JuliaGPU/Adapt.jl@v0.1.0...v4.6.0)

Updates `CUDA` to 6.1.0
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Commits](JuliaGPU/CUDA.jl@v0.1.0...v6.1.0)

Updates `ThreadsX` to 0.1.12
- [Release notes](https://github.com/JuliaFolds2/ThreadsX.jl/releases)
- [Commits](JuliaFolds2/ThreadsX.jl@v0.1.0...v0.1.12)

Updates `ClimaParams` to 1.0.17
- [Release notes](https://github.com/CliMA/ClimaParams.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaParams.jl/blob/main/NEWS.md)
- [Commits](CliMA/ClimaParams.jl@v0.1.0...v1.0.17)

Updates `JLD2` to 0.6.4
- [Release notes](https://github.com/JuliaIO/JLD2.jl/releases)
- [Changelog](https://github.com/JuliaIO/JLD2.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaIO/JLD2.jl@v0.0.1...v0.6.4)

Updates `ArgParse` to 1.2.0
- [Release notes](https://github.com/carlobaldassi/ArgParse.jl/releases)
- [Commits](carlobaldassi/ArgParse.jl@v0.2.7...v1.2.0)

Updates `OrdinaryDiffEqSSPRK` to 2.1.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v2.1.0)

Updates `ClimaTimeSteppers` to 0.9.0
- [Release notes](https://github.com/CliMA/ClimaTimeSteppers.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaTimeSteppers.jl/blob/main/NEWS.md)
- [Commits](CliMA/ClimaTimeSteppers.jl@v0.8.0...v0.9.0)

Updates `TerminalLoggers` to 0.1.7
- [Release notes](https://github.com/JuliaLogging/TerminalLoggers.jl/releases)
- [Commits](JuliaLogging/TerminalLoggers.jl@v0.1.0...v0.1.7)

Updates `AssociatedLegendrePolynomials` to 1.0.2
- [Release notes](https://github.com/jmert/AssociatedLegendrePolynomials.jl/releases)
- [Commits](jmert/AssociatedLegendrePolynomials.jl@v0.1.0...v1.0.2)

Updates `ClimaCoreTempestRemap` to 0.3.18
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaCore.jl/commits)

Updates `JET` to 0.11.3
- [Release notes](https://github.com/aviatesk/JET.jl/releases)
- [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md)
- [Commits](aviatesk/JET.jl@v0.9.18...v0.11.3)

Updates `SnoopCompile` to 3.2.6
- [Release notes](https://github.com/JuliaDebug/SnoopCompile.jl/releases)
- [Changelog](https://github.com/JuliaDebug/SnoopCompile.jl/blob/master/NEWS.md)
- [Commits](JuliaDebug/SnoopCompile.jl@v0.0.1...v3.2.6)

Updates `ClimaCorePlots` to 0.2.11
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaCore.jl/commits)

Updates `ClimaCore` to 0.14.53
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](ClimaCoreTempestRemap-v0.3.8...v0.14.53)

Updates `Thermodynamics` to 1.2.1
- [Release notes](https://github.com/CliMA/Thermodynamics.jl/releases)
- [Changelog](https://github.com/CliMA/Thermodynamics.jl/blob/main/NEWS.md)
- [Commits](CliMA/Thermodynamics.jl@v0.1.0...v1.2.1)

Updates `ProgressLogging` to 0.1.6
- [Release notes](https://github.com/JuliaLogging/ProgressLogging.jl/releases)
- [Commits](JuliaLogging/ProgressLogging.jl@v0.1.0...v0.1.6)

Updates `FastBroadcast` to 1.3.2
- [Release notes](https://github.com/SciML/FastBroadcast.jl/releases)
- [Commits](SciML/FastBroadcast.jl@v0.1.0...v1.3.2)

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 `NullBroadcasts` to 0.1.0
- [Release notes](https://github.com/CliMA/NullBroadcasts.jl/releases)
- [Commits](CliMA/NullBroadcasts.jl@v0.1.0...v0.1.0)

Updates `StatsBase` to 0.34.11
- [Release notes](https://github.com/JuliaStats/StatsBase.jl/releases)
- [Commits](JuliaStats/StatsBase.jl@0.2.3...v0.34.11)

Updates `ClimaCoreVTK` to 0.7.6
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaCore.jl/commits)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

Updates `Aqua` to 0.8.16
- [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases)
- [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaTesting/Aqua.jl@v0.1.0...v0.8.16)

Updates `DocStringExtensions` to 0.9.5
- [Release notes](https://github.com/JuliaDocs/DocStringExtensions.jl/releases)
- [Commits](JuliaDocs/DocStringExtensions.jl@v0.1.0...v0.9.5)

Updates `DiffEqCallbacks` to 4.17.0
- [Release notes](https://github.com/SciML/DiffEqCallbacks.jl/releases)
- [Commits](SciML/DiffEqCallbacks.jl@v0.0.1...v4.17.0)

Updates `QuadGK` to 2.11.3
- [Release notes](https://github.com/JuliaMath/QuadGK.jl/releases)
- [Commits](JuliaMath/QuadGK.jl@v0.1.0...v2.11.3)

Updates `SafeTestsets` to 0.1.0
- [Release notes](https://github.com/YingboMa/SafeTestsets.jl/releases)
- [Commits](YingboMa/SafeTestsets.jl@v0.0.1...v0.1.0)

Updates `OrdinaryDiffEqTsit5` to 2.0.1
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v2.0.1)

Updates `MPI` to 0.20.26
- [Release notes](https://github.com/JuliaParallel/MPI.jl/releases)
- [Commits](JuliaParallel/MPI.jl@v0.0.0...v0.20.26)

Updates `SciMLBase` to 3.18.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v1.0.0...v3.18.0)

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

Updates `Colors` to 0.13.1
- [Release notes](https://github.com/JuliaGraphics/Colors.jl/releases)
- [Commits](JuliaGraphics/Colors.jl@v0.4.7...v0.13.1)

Updates `NCDatasets` to 0.14.15
- [Release notes](https://github.com/JuliaGeo/NCDatasets.jl/releases)
- [Commits](JuliaGeo/NCDatasets.jl@v0.0.1...v0.14.15)

Updates `ProfileCanvas` to 0.1.7
- [Release notes](https://github.com/pfitzseb/ProfileCanvas.jl/releases)
- [Commits](pfitzseb/ProfileCanvas.jl@v0.1.0...v0.1.7)

---
updated-dependencies:
- dependency-name: Adapt
  dependency-version: 4.6.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Aqua
  dependency-version: 0.8.15
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ArgParse
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AssociatedLegendrePolynomials
  dependency-version: 1.0.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BandedMatrices
  dependency-version: 1.11.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: BlockArrays
  dependency-version: 1.9.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaComms
  dependency-version: 0.6.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCore
  dependency-version: 0.14.53
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCorePlots
  dependency-version: 0.2.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCoreTempestRemap
  dependency-version: 0.3.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCoreVTK
  dependency-version: 0.7.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaParams
  dependency-version: 1.0.17
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaTimeSteppers
  dependency-version: 0.9.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Colors
  dependency-version: 0.13.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CountFlops
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CubedSphere
  dependency-version: 0.3.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 6.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DataStructures
  dependency-version: 0.19.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DiffEqCallbacks
  dependency-version: 4.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocStringExtensions
  dependency-version: 0.9.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FastBroadcast
  dependency-version: 1.3.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.3.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: GaussQuadrature
  dependency-version: 0.5.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: GilbertCurves
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IntervalSets
  dependency-version: 0.7.14
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JET
  dependency-version: 0.11.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JLD2
  dependency-version: 0.6.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: KrylovKit
  dependency-version: 0.10.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: KrylovKit
  dependency-version: 0.10.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LazyBroadcast
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MPI
  dependency-version: 0.20.26
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NCDatasets
  dependency-version: 0.14.15
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NullBroadcasts
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NVTX
  dependency-version: 1.0.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEqSSPRK
  dependency-version: 2.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEqTsit5
  dependency-version: 2.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ProfileCanvas
  dependency-version: 0.1.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ProgressLogging
  dependency-version: 0.1.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: QuadGK
  dependency-version: 2.11.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: RecursiveArrayTools
  dependency-version: 4.3.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: RecursiveArrayTools
  dependency-version: 4.3.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SafeTestsets
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 3.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SnoopCompile
  dependency-version: 3.2.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Statistics
  dependency-version: 1.11.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StatsBase
  dependency-version: 0.34.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TerminalLoggers
  dependency-version: 0.1.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Thermodynamics
  dependency-version: 1.2.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ThreadsX
  dependency-version: 0.1.12
  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-70a4e88c14 branch from b6258a8 to 82c17a8 Compare June 8, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants