From db57b6d3d1b1f8b4aae23ae3e37c1d3306acc379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 10:43:18 +0000 Subject: [PATCH] Bump pendulum from 1.2.0 to 2.1.2 Bumps [pendulum](https://github.com/sdispater/pendulum) from 1.2.0 to 2.1.2. - [Release notes](https://github.com/sdispater/pendulum/releases) - [Changelog](https://github.com/sdispater/pendulum/blob/2.1.2/CHANGELOG.md) - [Commits](https://github.com/sdispater/pendulum/compare/1.2.0...2.1.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 948e499..7ab054a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pipelinewise-singer-python==1.*', 'snowflake-connector-python[pandas]==2.4.*', - 'pendulum==1.2.0' + 'pendulum==2.1.2' ], extras_require={ 'test': [