Skip to content

Bump the all-julia-packages group across 2 directories with 51 updates#2489

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

Bump the all-julia-packages group across 2 directories with 51 updates#2489
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-d9562ef21c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Updates the requirements on KrylovKit, RecursiveArrayTools, CUDA, Statistics, ForwardDiff, IntervalSets, GaussQuadrature, ClimaComms, CubedSphere, BandedMatrices, LazyBroadcast, DataStructures, GilbertCurves, NVTX, StaticArrays, BlockArrays, Adapt, ThreadsX, ClimaParams, JLD2, ArgParse, OrdinaryDiffEqSSPRK, ClimaTimeSteppers, TerminalLoggers, AssociatedLegendrePolynomials, ClimaCoreTempestRemap, JET, SnoopCompile, ClimaCorePlots, PrettyTables, 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.0

Release notes

Sourced from RecursiveArrayTools's releases.

v4.3.0

RecursiveArrayTools v4.3.0

Diff since v4.2.0

Merged pull requests:

Closed issues:

  • Vector{Int} indexing of NamedArrayPartition broken for v4+ (#583)
Commits
  • 8017750 Merge pull request #586 from SciML/ChrisRackauckas-patch-3
  • d419cd5 Update Project.toml
  • 951f7da Merge pull request #584 from ChrisRackauckas-Claude/fix-vector-int-indexing-583
  • 0c18182 Merge pull request #585 from SciML/ChrisRackauckas-patch-3
  • 9cbf6d0 Make NamedArrayPartition slicing fully type-stable via Vector
  • b2dba7b Update Project.toml
  • c888aa7 Merge pull request #582 from JoshuaLampert/recursivefill-raggedarrays
  • 546b1ab remove extension again
  • 48afea0 fix inference issue on julia v1.10
  • 2466954 Fix NamedArrayPartition Vector{Int} / UnitRange indexing (#583)
  • Additional commits viewable in compare view

Updates CUDA to 6.1.0

Release notes

Sourced from CUDA's releases.

v6.1.0

CUDA v6.1.0

Diff since v6.0.0

Merged pull requests:

Closed issues:

  • CUFFT: support for arbitrary dims (#119)
  • LLVM 20: Adapt to LDG removal (#2531)
  • Julia 1.11: Views can return CPU SubArray (#2551)
  • 1-element view not recognized as contiguous (#2653)
  • Can't compare Float32 with Rational on CUDA (#2681)
  • Memory leak with unified memory? (#3013)
  • Stack overflow on sparse(::Symmetric) (#3042)
  • Scalar indexing on +(::Symmetric, ::Symmetric) (#3043)
  • Performance improvement ideas for randn! Float32 (#3056)
  • Base.FastMath.pow_fast fails to compile with integer exponent (#3065)
  • normalize on CuArray fails due to scalar indexing (#3097)
  • [cuSPARSE] Incorrect indexing for COO-formatted sparse arrays (#3100)
Commits

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.3.3

Release notes

Sourced from ForwardDiff's releases.

v1.3.3

ForwardDiff v1.3.3

Diff since v1.3.2

Merged pull requests:

Commits

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.4

Release notes

Sourced from DataStructures's releases.

v0.19.4

DataStructures v0.19.4

Diff since v0.19.3

Merged pull requests:

Closed issues:

  • MutableBinaryHeap doesn't work with Abstract / Union Type (#963)
Changelog

Sourced from DataStructures's changelog.

[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

Added

  • New Queue and Stack as separate types with enhanced documentation
  • Add empty!JuliaCollections/DataStructures.jl#932
  • Support for recursive DefaultDict creation
  • Add find_prefixes method to TrieJuliaCollections/DataStructures.jl#933
  • Improved constructors for CircularBuffer allowing initialization with an iterable and capacity
  • Add resize! method for CircularBuffer
  • JuliaCollections/DataStructures.jl#931

Changed

  • JuliaCollections/DataStructures.jl#874

... (truncated)

Commits
  • 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
  • d56640d Merge pull request #869 from cmcaine/fix-mutable-binheap-unions
  • d332e60 Merge branch 'master' into fix-mutable-binheap-unions
  • b67c498 Merge pull request #962 from JuliaCollections/dependabot/github_actions/actio...
  • 911b44a Bump actions/checkout from 5 to 6
  • 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:

  • Fi...

    Description has been truncated

@dependabot dependabot Bot added Dependencies julia Pull requests that update julia code labels Apr 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-d9562ef21c branch from 3bab7d1 to 136faef Compare April 22, 2026 15:29
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-d9562ef21c branch from 136faef to 1dfe599 Compare April 29, 2026 15:29
Updates the requirements on [KrylovKit](https://github.com/Jutho/KrylovKit.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), [CUDA](https://github.com/JuliaGPU/CUDA.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), [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), [PrettyTables](https://github.com/ronisbr/PrettyTables.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.0
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v3.2.0...v4.3.0)

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

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.3.3
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.3.3)

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.4
- [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.4)

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.0
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v3.2.0...v4.3.0)

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

Updates `CUDA` to 6.1.0
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Commits](JuliaGPU/CUDA.jl@v5.5.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.0.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.0.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.1.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.5
- [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.5)

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 `PrettyTables` to 3.3.2
- [Release notes](https://github.com/ronisbr/PrettyTables.jl/releases)
- [Changelog](https://github.com/ronisbr/PrettyTables.jl/blob/master/CHANGELOG.md)
- [Commits](ronisbr/PrettyTables.jl@v2.0.0...v3.3.2)

Updates `ClimaCore` to 0.14.51
- [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.51)

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.10
- [Release notes](https://github.com/JuliaStats/StatsBase.jl/releases)
- [Commits](JuliaStats/StatsBase.jl@0.2.3...v0.34.10)

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.14
- [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.14)

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.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.0.0)

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.7.1
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v1.0.0...v3.7.1)

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.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Aqua
  dependency-version: 0.8.14
  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.7.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.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCore
  dependency-version: 0.14.50
  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.15
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaTimeSteppers
  dependency-version: 0.8.11
  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.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 6.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DataStructures
  dependency-version: 0.19.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DiffEqCallbacks
  dependency-version: 4.13.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.1
  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.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: KrylovKit
  dependency-version: 0.10.2
  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.24
  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: 1.13.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEqTsit5
  dependency-version: 1.11.0
  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: PrettyTables
  dependency-version: 3.3.2
  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.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: RecursiveArrayTools
  dependency-version: 4.0.1
  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.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SnoopCompile
  dependency-version: 3.2.5
  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.10
  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] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-d9562ef21c branch from 1dfe599 to 76d0652 Compare May 6, 2026 15:39
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