From b51f80035166f716b12a896587a84c89601c86dc Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Wed, 6 Mar 2024 08:58:39 -0600 Subject: [PATCH] Update stale deps stdlibs known bug warning (#266) --- src/stale_deps.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stale_deps.jl b/src/stale_deps.jl index 3fa7066f..6571db9c 100644 --- a/src/stale_deps.jl +++ b/src/stale_deps.jl @@ -15,8 +15,8 @@ directly, this can be achieved via transitivity as well. !!! warning "Known bug" Currently, `Aqua.test_stale_deps` does not detect stale - dependencies when they are stdlib. This is considered a bug and - may be fixed in the future. Such a release is considered + dependencies when they are in the sysimage. This is considered a + bug and may be fixed in the future. Such a release is considered non-breaking. # Arguments