From b04bc980fb8b9919261670b1412ab4ac11c92660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:37:35 +0000 Subject: [PATCH] Bump arrow from 0.12.0 to 0.15.1 in /scripts Bumps [arrow](https://github.com/arrow-py/arrow) from 0.12.0 to 0.15.1. - [Release notes](https://github.com/arrow-py/arrow/releases) - [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/arrow-py/arrow/compare/0.12.0...0.15.1) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index cdbcee7..ed9d20d 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,3 @@ -arrow==0.12.0 +arrow==0.15.1 six==1.11.0 dfs_sdk>=1.2.17