From 3fd742e92e042c0e7940c632a8eaaa798de1a09c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 May 2021 17:34:00 +0000 Subject: [PATCH] chore(deps): update dependency pyarrow to v4.0.1 --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 2ed5b0df8..31a4ca5b8 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -8,5 +8,5 @@ matplotlib==3.3.4; python_version < '3.7' matplotlib==3.4.1; python_version >= '3.7' pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version >= '3.7' -pyarrow==4.0.0 +pyarrow==4.0.1 pytz==2021.1