From 95f571694bd5a30ac5c4be532027c17dda1a4e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:38:30 +0000 Subject: [PATCH] Bump arrow from 0.12.1 to 0.15.1 Bumps [arrow](https://github.com/arrow-py/arrow) from 0.12.1 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.1...0.15.1) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 887d1f6..23b39d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -arrow==0.12.1 +arrow==0.15.1 aws-sam-cli==0.3.0 aws-sam-translator==1.5.4 backports.functools-lru-cache==1.5 diff --git a/requirements.txt b/requirements.txt index 9b59290..402ed16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -arrow==0.12.1 +arrow==0.15.1 backports.functools-lru-cache==1.5 python-dateutil==2.7.3 requests==2.18.4