From a526e74314b98bb0d244e81c24e8f1873b1b0d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 08:02:50 +0000 Subject: [PATCH] Bump python-dateutil from 2.8.1 to 2.8.2 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.1...2.8.2) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dbt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/requirements.txt b/dbt/requirements.txt index 0de398c..dfe42dd 100644 --- a/dbt/requirements.txt +++ b/dbt/requirements.txt @@ -1,4 +1,4 @@ dbt==0.17.2 -python-dateutil==2.8.1 +python-dateutil==2.8.2 pyyaml sqlalchemy==1.3.20