Skip to content

Commit 1f9f0e7

Browse files
github-actions[bot]CompatHelper Juliasloederanocha
authored
CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#2235)
* CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) * CompatHelper: bump compat for CairoMakie to 0.13 for package docs, (keep existing compat) (#2236) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> * CompatHelper: bump compat for CairoMakie to 0.13 for package test, (keep existing compat) (#2237) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent d0e9372 commit 1f9f0e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ LinearAlgebra = "1"
8383
LinearMaps = "2.7, 3.0"
8484
LoopVectorization = "0.12.151"
8585
MPI = "0.20.6"
86-
Makie = "0.21"
86+
Makie = "0.21, 0.22"
8787
MuladdMacro = "0.2.2"
8888
NLsolve = "4.5.1"
8989
Octavian = "0.3.21"

docs/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
33
Changelog = "5217a498-cd5d-4ec6-b8c2-9b85a09b6e3e"
44
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
5-
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
65
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
6+
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
88
HOHQMesh = "e4f4c7b8-17cb-445a-93c5-f69190ed6c8c"
99
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
@@ -16,7 +16,7 @@ Trixi2Vtk = "bc1476a1-1ca6-4cc3-950b-c312b255ff95"
1616
TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284"
1717

1818
[compat]
19-
CairoMakie = "0.12"
19+
CairoMakie = "0.12, 0.13"
2020
Changelog = "1.1"
2121
Convex = "0.16"
2222
Documenter = "1"

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2222

2323
[compat]
2424
Aqua = "0.8"
25-
CairoMakie = "0.12"
25+
CairoMakie = "0.12, 0.13"
2626
Convex = "0.16"
2727
DelimitedFiles = "1"
2828
DoubleFloats = "1.4.0"

0 commit comments

Comments
 (0)