diff --git a/CHANGES.md b/CHANGES.md index e859b19a..51a42b80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # 3.16.1 - Fix video client token option - Fix typos in README +- Bump minimum versions for dependencies with fixed vulnerabilities # 3.16.0 - Add support for the [Vonage Number Verification API](https://developer.vonage.com/number-verification/overview) diff --git a/setup.py b/setup.py index 19214368..8ab7df0f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ platforms=["any"], install_requires=[ "vonage-jwt>=1.1.0", - "requests>=2.4.2", + "requests>=2.32.2", "pytz>=2018.5", "Deprecated", "pydantic>=2.5.2",