From c8138c4bc3684dc2cc901f5b7e852ea6af58bb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:39:24 +0000 Subject: [PATCH] Bump arrow from 0.14.0 to 0.15.1 Bumps [arrow](https://github.com/arrow-py/arrow) from 0.14.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.14.0...0.15.1) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c82013..d33adfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ azureml-sdk==1.0.69 azureml-widgets==1.0.69.1 PyYAML==5.3.1 # for YAML parser -arrow==0.14.0 # avoid annoying warning msgs in 0.14.4 +arrow==0.15.1 # avoid annoying warning msgs in 0.14.4 future==0.18.2 # temporarily needed by tensorboard grpcio==1.29.0 # tensorboard requirement hyperopt==0.2.4 # for bayesian hyperparam searching diff --git a/setup.py b/setup.py index fa2d6a9..c43b35f 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # other xtlib dependencies "PyYAML==5.3.1", # for YAML parser - "arrow==0.14.0", # avoid annoying warning msgs in 0.14.4, + "arrow==0.15.1", # avoid annoying warning msgs in 0.14.4, "future==0.18.2", # temporarily needed by tensorboard "grpcio==1.29.0", # tensorboard requirement "hyperopt==0.2.4", # for bayesian hyperparam searching