From b41aa092778b87cd52ddb292f39dd12a56521ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:01:25 +0000 Subject: [PATCH] Bump clabe from 1.2.4 to 1.2.7 Bumps [clabe](https://github.com/cuenca-mx/clabe) from 1.2.4 to 1.2.7. - [Release notes](https://github.com/cuenca-mx/clabe/releases) - [Commits](https://github.com/cuenca-mx/clabe/compare/1.2.4...1.2.7) --- updated-dependencies: - dependency-name: clabe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 616ee5b..cd3498d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.28.1 -clabe==1.2.4 +clabe==1.2.7 lxml==4.9.1 dataclasses>=0.6;python_version<"3.7"