From f0deb6d775cc70807e2ebd104665e98c46674340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:56:57 +0000 Subject: [PATCH] Bump isbnlib from 3.10.4 to 3.10.13 Bumps [isbnlib](https://github.com/xlcnd/isbnlib) from 3.10.4 to 3.10.13. - [Release notes](https://github.com/xlcnd/isbnlib/releases) - [Changelog](https://github.com/xlcnd/isbnlib/blob/dev/CHANGES.txt) - [Commits](https://github.com/xlcnd/isbnlib/compare/v3.10.4...v3.10.13) --- updated-dependencies: - dependency-name: isbnlib dependency-type: direct:production update-type: version-update:semver-patch ... 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..b6582db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ nose==1.3.7 email_validator==1.1.2 iso3166==1.0.1 pytz==2020.4 -isbnlib==3.10.4 +isbnlib==3.10.13 py-moneyed==0.8.0 schwifty==2020.11.0 \ No newline at end of file diff --git a/setup.py b/setup.py index eb36d1e..87e320c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'email_validator==1.1.2', 'iso3166==1.0.1', 'pytz==2020.4', - 'isbnlib==3.10.4', + 'isbnlib==3.10.13', 'py-moneyed==0.8.0', 'schwifty==2020.11.0' ],