From 436661632db54082efd5064a087f62888f1f5f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 21:53:30 +0000 Subject: [PATCH] Bump py-moneyed from 0.8.0 to 1.1 Bumps [py-moneyed](https://github.com/py-moneyed/py-moneyed) from 0.8.0 to 1.1. - [Release notes](https://github.com/py-moneyed/py-moneyed/releases) - [Changelog](https://github.com/py-moneyed/py-moneyed/blob/master/CHANGES.rst) - [Commits](https://github.com/py-moneyed/py-moneyed/commits) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 404e326..a260fbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ email_validator==1.1.2 iso3166==1.0.1 pytz==2020.4 isbnlib==3.10.4 -py-moneyed==0.8.0 +py-moneyed==1.1 schwifty==2020.11.0 \ No newline at end of file diff --git a/setup.py b/setup.py index eb36d1e..301df72 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'iso3166==1.0.1', 'pytz==2020.4', 'isbnlib==3.10.4', - 'py-moneyed==0.8.0', + 'py-moneyed==1.1', 'schwifty==2020.11.0' ], classifiers=[