From f6799ba5a8b2e767a1b1b09204cc61ab6be17e97 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Fri, 29 Jan 2021 17:27:56 -0800 Subject: [PATCH] update version of xero-python in requirments.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1eda0d62..d40a6c88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ git+https://github.com/ageis/flask-oauthlib.git@c5ea3ace957ceeeeab3cfb6556f32685 # Use development version of xero-python #git+ssh://git@github.com/xero-github/xero-python.git@020f780b4e2b48cb33746ae19ddab9fdf128e626#egg=xero-python -xero-python==1.1.0 \ No newline at end of file +xero-python==1.3.0 \ No newline at end of file