From 75e319a05857161a7ec3535133cf453eca9755b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:37:17 +0000 Subject: [PATCH] Bump arrow from 0.12.0 to 0.15.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9ae3c5b..53b1547 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -arrow == 0.12.0 +arrow == 0.15.1 Babel == 2.5.1 bcrypt == 3.1.4 flake8