From 900e030e7edcb2b6479d9232aee2e602487cbf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:02:49 +0000 Subject: [PATCH] Bump whatsapp-api-client-python from 0.0.41 to 0.0.44 Bumps [whatsapp-api-client-python](https://github.com/green-api/whatsapp-api-client-python) from 0.0.41 to 0.0.44. - [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.41...v0.0.44) --- updated-dependencies: - dependency-name: whatsapp-api-client-python 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 9e50e61..7b44bb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -whatsapp-api-client-python==0.0.43 +whatsapp-api-client-python==0.0.44 diff --git a/setup.py b/setup.py index cdab65c..b1886d9 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.43"], + install_requires=["whatsapp-api-client-python==0.0.44"], python_requires=">=3.7" )