@@ -6,9 +6,9 @@ asyncmock==0.4.2
66
77attrs == 23.2.0 ; python_version >= '3.7'
88
9- azure-core == 1.30.1 ; python_version >= '3.7'
9+ azure-core == 1.30.2 ; python_version >= '3.7'
1010
11- azure-identity == 1.16 .0
11+ azure-identity == 1.17 .0
1212
1313build == 1.2.1
1414
@@ -26,15 +26,15 @@ colorama==0.4.6 ; os_name == 'nt'
2626
2727coverage [toml ]== 7.5.3 ; python_version >= '3.7'
2828
29- cryptography == 42.0.7 ; python_version >= '3.7'
29+ cryptography == 42.0.8 ; python_version >= '3.7'
3030
3131dill == 0.3.6 ; python_version < '3.11'
3232
3333exceptiongroup == 1.1.1 ; python_version < '3.11'
3434
3535idna == 3.7 ; python_version >= '3.5'
3636
37- importlib-metadata == 6.8 .0 ; python_version >= '3.7'
37+ importlib-metadata == 7.1 .0 ; python_version >= '3.7'
3838
3939iniconfig == 2.0.0 ; python_version >= '3.7'
4040
@@ -50,7 +50,7 @@ mccabe==0.7.0 ; python_version >= '3.6'
5050
5151mock == 5.1.0 ; python_version >= '3.6'
5252
53- msal == 1.28.0
53+ msal == 1.28.1
5454
5555msal-extensions == 1.1.0
5656
@@ -60,7 +60,7 @@ mypy-extensions==1.0.0 ; python_version >= '3.5'
6060
6161outcome == 1.3.0.post0 ; python_version >= '3.7'
6262
63- packaging == 24.0 ; python_version >= '3.7'
63+ packaging == 24.1 ; python_version >= '3.7'
6464
6565pathlib2 == 2.3.7.post1
6666
@@ -74,13 +74,13 @@ pycparser==2.22
7474
7575pyjwt [crypto ]== 2.8.0 ; python_version >= '3.7'
7676
77- pylint == 3.2.2
77+ pylint == 3.2.3
7878
7979pyproject-hooks == 1.1.0 ; python_version >= '3.7'
8080
81- pytest == 8.2.1
81+ pytest == 8.2.2
8282
83- pytest-cov == 4.1 .0
83+ pytest-cov == 5.0 .0
8484
8585pytest-mock == 3.14.0
8686
@@ -92,7 +92,7 @@ pywin32==306 ; platform_system == 'Windows'
9292
9393requests == 2.32.3 ; python_version >= '3.7'
9494
95- setuptools == 69.5.1
95+ setuptools == 70.0.0
9696
9797six == 1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
9898
@@ -111,15 +111,15 @@ trio==0.25.1
111111types-python-dateutil == 2.9.0.20240316
112112
113113types-requests == 2.32.0.20240602 ; python_version >= '3.7'
114- urllib3 == 2.2.1 ; python_version >= '3.7'
115- typing-extensions == 4.12.1 ; python_version >= '3.7'
114+ urllib3 == 2.2.2 ; python_version >= '3.7'
115+ typing-extensions == 4.12.2 ; python_version >= '3.7'
116116
117117
118118wrapt == 1.15.0 ; python_version < '3.11'
119119
120120yapf == 0.40.2
121121
122- zipp == 3.19.1 ; python_version >= '3.7'
122+ zipp == 3.19.2 ; python_version >= '3.7'
123123
124124aiohttp == 3.9.5 ; python_version >= '3.6'
125125
0 commit comments