From e6f732af4b1dea9663bb8448a1246afa4007cc43 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 27 Feb 2024 11:01:04 -0800 Subject: [PATCH] add context comment --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 07bbea2..f113931 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ isort = "*" tomli = "*" [packages] -asana = ">=3.2,<4" +asana = ">=3.2,<4" # "Please use v3.2.X for stable / production environments" cryptography = ">=42.0.4" # dependency, pinned for security emoji = "*" GitPython = ">=3.1.41"