From 3ae935acfa3248ecbdb0f72179d1716749a2e0c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:24:15 +0100 Subject: [PATCH] CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#134) * CompatHelper: bump compat for FillArrays to 1, (keep existing compat) * Update Project.toml * updates --------- Co-authored-by: CompatHelper Julia Co-authored-by: Sheehan Olver --- Project.toml | 16 ++++++++-------- test/runtests.jl | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index a8aa406..cb573d2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "InfiniteLinearAlgebra" uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c" -version = "0.6.16" +version = "0.6.17" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -17,17 +17,17 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87" SemiseparableMatrices = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57" [compat] -Aqua = "0.5" -ArrayLayouts = "0.8.16" -BandedMatrices = "0.17" +Aqua = "0.6" +ArrayLayouts = "0.8.16, 1" +BandedMatrices = "0.17.19" BlockArrays = "0.16.14" -BlockBandedMatrices = "0.11.5" +BlockBandedMatrices = "0.11.5, 0.12" DSP = "0.7" -FillArrays = "0.13" +FillArrays = "0.13, 1" InfiniteArrays = "0.12" -LazyArrays = "0.22" +LazyArrays = "0.22, 1" LazyBandedMatrices = "0.8.7" -MatrixFactorizations = "0.9.6" +MatrixFactorizations = "0.9.6, 1" SemiseparableMatrices = "0.3" julia = "1.6" diff --git a/test/runtests.jl b/test/runtests.jl index 93fbd2d..4dae062 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -15,7 +15,7 @@ import LazyBandedMatrices: BroadcastBandedBlockBandedLayout, BroadcastBandedLayo using Aqua @testset "Project quality" begin - Aqua.test_all(InfiniteLinearAlgebra, ambiguities=false, unbound_args=false) + Aqua.test_all(InfiniteLinearAlgebra, ambiguities=false, unbound_args=false, piracy=false) end @testset "chop" begin