From 1bafb095dc50dfcf30d7f1f48042b3f0018efdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 21 Jan 2025 15:34:14 +0100 Subject: [PATCH] Be able to use security-md 1.0.0 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4d159f14..58448b45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,3 +122,4 @@ default = "major" codespell = "full" cryptography = "present" certifi = "present" +security-md = "<=2"