Skip to content

Commit 9cace4e

Browse files
update pyjwt, azure-identity and msal dependencies
co-authored-by: Aleksander Karlsson <[email protected]>
1 parent 83724bf commit 9cace4e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ readme = "README.md"
1313
requires-python = ">=3.8"
1414
dependencies = [
1515
"redis>=5.3.0",
16-
"PyJWT~=2.9.0",
17-
"msal~=1.31.0",
18-
"azure-identity~=1.20.0"
16+
"PyJWT~=2.10.0",
17+
"msal~=1.33.0",
18+
"azure-identity~=1.24.0"
1919
]
2020

2121
[tool.setuptools.packages.find]

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PyJWT~=2.9.0
2-
msal~=1.31.0
3-
azure-identity~=1.20.0
1+
PyJWT~=2.10.0
2+
msal~=1.33.0
3+
azure-identity~=1.24.0
44
redis>=5.3.0
5-
requests~=2.32.3
5+
requests~=2.32.3

0 commit comments

Comments
 (0)