From 99ae543680107c95418a7232e5050ac6274831c6 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 9 Jun 2023 22:04:56 -0700 Subject: [PATCH] env: add dateutil types (#28478) * add dateutil types * lock old-commit-hash: fc9660c96206220e3b7f4656826fd2a88ea1ad4b --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73a4fe3c4..1eb929132 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80912f0683f0dba20983332ee73134ea5ac943206d7286587153519b93b41431 -size 638782 +oid sha256:bda01c2cfde86550f4b60c5f3a77bdde7087ac1ced345287705ceba9e3804729 +size 639265 diff --git a/pyproject.toml b/pyproject.toml index 52dd7f2a0..8877a262e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,6 +106,7 @@ tenacity = "^8.0.1" types-atomicwrites = "^1.4.5" types-certifi = "^2021.10.8" types-pycurl = "^7.45.1" +types-python-dateutil = "^2.8.19.13" types-PyYAML = "^6.0" types-requests = "^2.28.11" types-tabulate = "^0.8.10"