From af760eb1bfdb793f7c9bc8c75c68722792b86413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:01:06 +0000 Subject: [PATCH] Bump whatsapp-api-client-python from 0.0.47 to 0.0.49 Bumps [whatsapp-api-client-python](https://github.com/green-api/whatsapp-api-client-python) from 0.0.47 to 0.0.49. - [Release notes](https://github.com/green-api/whatsapp-api-client-python/releases) - [Commits](https://github.com/green-api/whatsapp-api-client-python/compare/v0.0.47...v0.0.49) --- updated-dependencies: - dependency-name: whatsapp-api-client-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7384de4..771795c 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ "Creative Commons Attribution-NoDerivatives 4.0 International" " (CC BY-ND 4.0)" ), - install_requires=["whatsapp-api-client-python==0.0.47"], + install_requires=["whatsapp-api-client-python==0.0.49"], python_requires=">=3.7" )