From 695e1644becf18350ee0496509742c1969e604aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:07:33 +0000 Subject: [PATCH] Update DataDeps requirement to 0.7.13 in /docs Updates the requirements on [DataDeps](https://github.com/oxinabox/DataDeps.jl) to permit the latest version. - [Release notes](https://github.com/oxinabox/DataDeps.jl/releases) - [Commits](https://github.com/oxinabox/DataDeps.jl/compare/v0.1.0...v0.7.13) --- updated-dependencies: - dependency-name: DataDeps dependency-version: 0.7.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 5ede20b..3d4cc98 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,6 +14,7 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" [compat] CodecXz = "0.7.4" +DataDeps = "0.7.13" Documenter = "1.16.1" Latexify = "0.16.10" Plots = "1.41.3"