From d9a955fbffe5827f42ecd9d273fd5c41d000da89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 06:01:28 +0000 Subject: [PATCH] Bump py-moneyed from 0.8.0 to 1.2 Bumps [py-moneyed](https://github.com/py-moneyed/py-moneyed) from 0.8.0 to 1.2. - [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/compare/v0.8...v1.2) 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..2116c80 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.2 schwifty==2020.11.0 \ No newline at end of file diff --git a/setup.py b/setup.py index eb36d1e..92ad374 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.2', 'schwifty==2020.11.0' ], classifiers=[