Skip to content

Commit 3ae935a

Browse files
github-actions[bot]CompatHelper Juliadlfivefifty
authored
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 <[email protected]> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 55d92b1 commit 3ae935a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "InfiniteLinearAlgebra"
22
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3-
version = "0.6.16"
3+
version = "0.6.17"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -17,17 +17,17 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
1717
SemiseparableMatrices = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"
1818

1919
[compat]
20-
Aqua = "0.5"
21-
ArrayLayouts = "0.8.16"
22-
BandedMatrices = "0.17"
20+
Aqua = "0.6"
21+
ArrayLayouts = "0.8.16, 1"
22+
BandedMatrices = "0.17.19"
2323
BlockArrays = "0.16.14"
24-
BlockBandedMatrices = "0.11.5"
24+
BlockBandedMatrices = "0.11.5, 0.12"
2525
DSP = "0.7"
26-
FillArrays = "0.13"
26+
FillArrays = "0.13, 1"
2727
InfiniteArrays = "0.12"
28-
LazyArrays = "0.22"
28+
LazyArrays = "0.22, 1"
2929
LazyBandedMatrices = "0.8.7"
30-
MatrixFactorizations = "0.9.6"
30+
MatrixFactorizations = "0.9.6, 1"
3131
SemiseparableMatrices = "0.3"
3232
julia = "1.6"
3333

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import LazyBandedMatrices: BroadcastBandedBlockBandedLayout, BroadcastBandedLayo
1515

1616
using Aqua
1717
@testset "Project quality" begin
18-
Aqua.test_all(InfiniteLinearAlgebra, ambiguities=false, unbound_args=false)
18+
Aqua.test_all(InfiniteLinearAlgebra, ambiguities=false, unbound_args=false, piracy=false)
1919
end
2020

2121
@testset "chop" begin

0 commit comments

Comments
 (0)