diff --git a/requirements.txt b/requirements.txt index 7faf80fe..b35b0f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aiohttp~=3.8 requests~=2.7 pydantic~=2.0 -pyjwt[crypto]~=2.4 +pyjwt[crypto]~=2.9 diff --git a/setup.py b/setup.py index 3d0589bb..2b4a6a43 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,6 @@ "aiohttp>=3.8.3", "requests>=2.7.0", "pydantic>=1.10.2", - "pyjwt[crypto]>=2.4.0", + "pyjwt[crypto]>=2.9.0", ], ) diff --git a/stytch/version.py b/stytch/version.py index 0cd7c66e..75542e20 100644 --- a/stytch/version.py +++ b/stytch/version.py @@ -1 +1 @@ -__version__ = "13.28.0" +__version__ = "13.28.1"