From b9975ee0c0c59172ce5a9c8f063a9fd32a145531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:55:09 +0000 Subject: [PATCH] build(deps): update IRBEM requirement to 0.1.7 Updates the requirements on [IRBEM](https://github.com/JuliaSpacePhysics/IRBEM.jl) to permit the latest version. - [Release notes](https://github.com/JuliaSpacePhysics/IRBEM.jl/releases) - [Commits](https://github.com/JuliaSpacePhysics/IRBEM.jl/compare/v0.1.0...v0.1.7) --- updated-dependencies: - dependency-name: IRBEM dependency-version: 0.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index bf27e1c..32bc08c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,3 +9,6 @@ SpacePhysicsMakie = "0c28ffd8-ae30-4a56-b2e4-f8332c621ad2" [sources] DMSPData = {path = ".."} + +[compat] +IRBEM = "0.1.7"