Skip to content

Commit

Permalink
bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Aug 6, 2024
1 parent 0826551 commit 89db7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 89db7e7

Please sign in to comment.