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