diff --git a/pyproject.toml b/pyproject.toml index a2dc647..d2754c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,9 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ "redis>=5.3.0", - "PyJWT~=2.9.0", - "msal~=1.31.0", - "azure-identity~=1.20.0" + "PyJWT~=2.10.0", + "msal~=1.33.0", + "azure-identity~=1.24.0" ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index b1b1ef6..ee63d19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -PyJWT~=2.9.0 -msal~=1.31.0 -azure-identity~=1.20.0 +PyJWT~=2.10.0 +msal~=1.33.0 +azure-identity~=1.24.0 redis>=5.3.0 -requests~=2.32.3 \ No newline at end of file +requests~=2.32.3