From 0d2ec46869789ab383bf1367a388aec7b5332f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:25:56 +0000 Subject: [PATCH] Update arrow requirement from 0.10.0 to 1.2.2 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.10.0...1.2.2) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..9ac8068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ PlexAPI = "4.6.1" PyJWT = "1.4.0" appdirs = "1.4.3" argparse = "1.4.0" -arrow = "0.10.0" +arrow = "1.2.2" "backports.csv" = "1.0.7" "backports.functools-lru-cache" = "1.6.1" beautifulsoup4 = "4.8.1"