Skip to content

Commit c139a61

Browse files
authored
[Graphviz] Update compat bounds of dependencies (#4966)
1 parent 38dadc7 commit c139a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

G/Graphviz/build_tarballs.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ products = [
111111
# Dependencies that must be installed before this package can be built
112112
dependencies = [
113113
Dependency(PackageSpec(name="Cairo_jll", uuid="83423d85-b0ee-5818-9007-b63ccbeb887a")),
114-
Dependency("Expat_jll"; compat="2.2.7"),
115-
Dependency("Pango_jll"; compat="1.42.4"),
114+
Dependency("Expat_jll"; compat="2.2.10"),
115+
Dependency("Pango_jll"; compat="1.47.0"),
116116
# PCRE is needed only for Windows. Maybe it's only a build dependency?
117117
# Dependency(PackageSpec(name="PCRE_jll", uuid="2f80f16e-611a-54ab-bc61-aa92de5b98fc")),
118118
# Indirect dependency from pango, but without this, pkg-config doesn't pick up pango

0 commit comments

Comments
 (0)