From e52a644ecbbaaebcdc1bc298ceeb2ab73003e2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:21:45 +0000 Subject: [PATCH] Bump schwifty from 2020.11.0 to 2022.4.0 Bumps [schwifty](https://github.com/mdomke/schwifty) from 2020.11.0 to 2022.4.0. - [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...2022.04.0) --- 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..da6b66c 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==2022.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index eb36d1e..d2bee6d 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==2022.4.0' ], classifiers=[ 'Development Status :: 5 - Production/Stable',