From 82632b190456c40ebd0e438880b355e4b0e4d09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:55:21 +0000 Subject: [PATCH] Bump the all-julia-packages group with 5 updates Updates the requirements on [ExplicitImports](https://github.com/JuliaTesting/ExplicitImports.jl), [TestItemRunner](https://github.com/julia-vscode/TestItemRunner.jl), [DataFrames](https://github.com/JuliaData/DataFrames.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl) and [CacheVariables](https://github.com/dahong67/CacheVariables.jl) to permit the latest version. Updates `ExplicitImports` to 1.15.0 - [Release notes](https://github.com/JuliaTesting/ExplicitImports.jl/releases) - [Commits](https://github.com/JuliaTesting/ExplicitImports.jl/compare/v1.0.0...v1.15.0) Updates `TestItemRunner` to 1.1.5 - [Release notes](https://github.com/julia-vscode/TestItemRunner.jl/releases) - [Commits](https://github.com/julia-vscode/TestItemRunner.jl/compare/v0.1.0...v1.1.5) Updates `DataFrames` to 1.8.2 - [Release notes](https://github.com/JuliaData/DataFrames.jl/releases) - [Changelog](https://github.com/JuliaData/DataFrames.jl/blob/main/NEWS.md) - [Commits](https://github.com/JuliaData/DataFrames.jl/compare/v0.0.0...v1.8.2) Updates `Aqua` to 0.8.16 - [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases) - [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaTesting/Aqua.jl/compare/v0.1.0...v0.8.16) Updates `CacheVariables` to 0.2.2 - [Release notes](https://github.com/dahong67/CacheVariables.jl/releases) - [Commits](https://github.com/dahong67/CacheVariables.jl/compare/v0.1.0...v0.2.2) --- updated-dependencies: - dependency-name: ExplicitImports dependency-version: 1.15.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: TestItemRunner dependency-version: 1.1.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataFrames dependency-version: 1.8.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Aqua dependency-version: 0.8.16 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: CacheVariables dependency-version: 0.2.2 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 0cbdba7..6e5f977 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,3 +6,10 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" + +[compat] +Aqua = "0.8.16" +CacheVariables = "0.2.2" +DataFrames = "1.8.2" +ExplicitImports = "1.15.0" +TestItemRunner = "1.1.5"