From 80ce4effccfe93e1c5dd3f87f51f0224703f3294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:01:29 +0000 Subject: [PATCH] Bump clabe from 1.2.4 to 1.2.8 Bumps [clabe](https://github.com/cuenca-mx/clabe) from 1.2.4 to 1.2.8. - [Release notes](https://github.com/cuenca-mx/clabe/releases) - [Commits](https://github.com/cuenca-mx/clabe/compare/1.2.4...1.2.8) --- 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..edfeaea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.28.1 -clabe==1.2.4 +clabe==1.2.8 lxml==4.9.1 dataclasses>=0.6;python_version<"3.7"