From dfe0796f2b64b4e41ca4e46b087b58f112a23248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:02:06 +0000 Subject: [PATCH] Bump schwifty from 2020.11.0 to 2021.6.1 Bumps [schwifty](https://github.com/mdomke/schwifty) from 2020.11.0 to 2021.6.1. - [Release notes](https://github.com/mdomke/schwifty/releases) - [Changelog](https://github.com/mdomke/schwifty/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mdomke/schwifty/compare/2020.11.0...2021.06.1) --- updated-dependencies: - dependency-name: schwifty dependency-type: direct:production update-type: version-update:semver-major ... 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..ec0e254 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ iso3166==1.0.1 pytz==2020.4 isbnlib==3.10.4 py-moneyed==0.8.0 -schwifty==2020.11.0 \ No newline at end of file +schwifty==2021.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index eb36d1e..a5a78b0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'pytz==2020.4', 'isbnlib==3.10.4', 'py-moneyed==0.8.0', - 'schwifty==2020.11.0' + 'schwifty==2021.6.1' ], classifiers=[ 'Development Status :: 5 - Production/Stable',