From 1e21449aeec542be0dba44d6248af7db8a40722b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 16 Mar 2024 19:33:08 +0100 Subject: [PATCH] Use new-style callout --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 3646f599..039df079 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -8,7 +8,7 @@ Therefore we only support the latest version. Put simply, you shouldn't ever be afraid to upgrade as long as you're only using our public APIs. Whenever there is a need to break compatibility, it is announced in the changelog, and raises a `DeprecationWarning` for a year (if possible) before it's finally really broken. -> **Warning** +> [!WARNING] > The structure of the `attrs.Attribute` class is exempt from this rule. > It *will* change in the future, but since it should be considered read-only, that shouldn't matter. >