Skip to content

Commit bd5662a

Browse files
tracyboehrerTracy Boehrer
andauthored
Updated MSAL package (#2203)
Co-authored-by: Tracy Boehrer <[email protected]>
1 parent ef5ecd3 commit bd5662a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botframework-connector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ botbuilder-schema==4.17.0
33
requests==2.32.0
44
PyJWT==2.4.0
55
cryptography==43.0.1
6-
msal>=1.29.0
6+
msal>=1.31.1

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# "requests>=2.23.0,<2.26",
1212
"PyJWT>=2.4.0",
1313
"botbuilder-schema==4.17.0",
14-
"msal>=1.29.0",
14+
"msal>=1.31.1",
1515
]
1616

1717
root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)