From c8f342d8a0e2fce2e83ed3e32db223e843168f33 Mon Sep 17 00:00:00 2001 From: Josh Lloyd Date: Wed, 26 Jul 2023 08:33:19 -0600 Subject: [PATCH] updated types python dateutil version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4343fb9..bb20e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ mypy = "^1.3.0" types-requests = "^2.25.8" requests-mock = "^1.9.3" isort = "^5.11.5" -types-python-dateutil = "*.*.*" +types-python-dateutil = "^2.8.19.14" [tool.black] exclude = ".*simpleeval.*"