From 8a1b27dad874ec99c058badba06c782babcba9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:12:38 +0000 Subject: [PATCH] Bump whatsapp-api-client-python from 0.0.44 to 0.0.45 Bumps [whatsapp-api-client-python](https://github.com/green-api/whatsapp-api-client-python) from 0.0.44 to 0.0.45. - [Release notes](https://github.com/green-api/whatsapp-api-client-python/releases) - [Commits](https://github.com/green-api/whatsapp-api-client-python/commits) --- 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 7b44bb3..9613970 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -whatsapp-api-client-python==0.0.44 +whatsapp-api-client-python==0.0.45 diff --git a/setup.py b/setup.py index b67db18..b8a7e1d 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.44"], + install_requires=["whatsapp-api-client-python==0.0.45"], python_requires=">=3.7" )