From 6d6f0feff3a7a6100bfd4535adb0d0d7f9711986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:45:46 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d655d1..fecb6d6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ python_requires=">=3.6", entry_points={"console_scripts": ["brick=brick.__main__:entrypoint"]}, install_requires=[ - "arrow==0.12.1", + "arrow==0.15.1", "braceexpand==0.1.2", "Click==7.1.2", "pyaml==19.4.1",