From 396227172c6216330bb50933b106b5abd722c2d7 Mon Sep 17 00:00:00 2001 From: Benjamin Rottler Date: Fri, 17 Nov 2023 12:18:38 +0100 Subject: [PATCH] Update pyauditor to 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15283881..01a5e313 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def get_cryptography_version(): "pydantic<2.0.0", "asyncstdlib", "typing_extensions", - "python-auditor==0.2.0", + "python-auditor==0.3.0", "tzlocal", *REST_REQUIRES, ],