From 3dd04885263013e0add7f9e4f672725e08353b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:35:38 +0000 Subject: [PATCH] chore(deps): update arrow requirement in /app Updates the requirements on [arrow](https://github.com/arrow-py/arrow) to permit the latest version. - [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.9.0...1.4.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c05bc3f..8f3e86a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -22,7 +22,7 @@ Flask-OAuthlib>=0.9.4,<0.10 Flask-Login>=0.4.0,<0.7 permission>=0.4.1,<0.5 -arrow>=0.8.0,<1.4 +arrow>=0.8.0,<1.5 six enum34; python_version < '3.4'