From 37bb660a7eed5741b7a93250e49534d0cca7d5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:37:24 +0000 Subject: [PATCH] Bump arrow from 0.14.4 to 0.15.1 Bumps [arrow](https://github.com/arrow-py/arrow) from 0.14.4 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.14.4...0.15.1) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a584e6..c24bfee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt # -arrow==0.14.4 +arrow==0.15.1 asn1crypto==0.24.0 # via cryptography attrdict==2.0.1 # via eth-account certifi==2019.6.16 # via requests