Skip to content

Commit c07b99b

Browse files
authored
Update dependencies (#58)
1 parent a5ea2a3 commit c07b99b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.10"
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: 3 additions & 3 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
55
requests~=2.32.3

0 commit comments

Comments
 (0)