From 3aecc4e784bae183f6b8c03024a50a8a81720d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Thu, 4 Jul 2024 23:36:16 -0600 Subject: [PATCH] Make deptry happy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e08024cf7..95895ba5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -238,6 +238,7 @@ types-requests = "requests" [tool.deptry.per_rule_ignores] DEP002 = [ # Deprecated dependencies + "pendulum", "python-dateutil", # Transitive constraints "numpy",