File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ dev-dependencies = [
6060 " nox" ,
6161 " dirty-equals>=0.6.0" ,
6262 " importlib-metadata>=6.7.0" ,
63+ " rich>=13.7.1" ,
6364 " inline-snapshot >=0.7.0" ,
6465 " azure-identity >=1.14.1" ,
6566 " types-tqdm > 4" ,
Original file line number Diff line number Diff line change @@ -70,11 +70,15 @@ idna==3.4
7070importlib-metadata==7.0.0
7171iniconfig==2.0.0
7272 # via pytest
73- inline-snapshot==0.7.0
74- msal==1.28.0
73+ inline-snapshot==0.10.2
74+ markdown-it-py==3.0.0
75+ # via rich
76+ mdurl==0.1.2
77+ # via markdown-it-py
78+ msal==1.29.0
7579 # via azure-identity
7680 # via msal-extensions
77- msal-extensions==1.1 .0
81+ msal-extensions==1.2 .0
7882 # via azure-identity
7983mypy==1.7.1
8084mypy-extensions==1.0.0
@@ -91,7 +95,6 @@ outcome==1.3.0.post0
9195 # via trio
9296packaging==23.2
9397 # via black
94- # via msal-extensions
9598 # via nox
9699 # via pytest
97100pandas==2.1.4
@@ -115,6 +118,8 @@ pydantic==2.7.1
115118 # via openai
116119pydantic-core==2.18.2
117120 # via pydantic
121+ pygments==2.18.0
122+ # via rich
118123pyjwt==2.8.0
119124 # via msal
120125pyright==1.1.364
@@ -131,6 +136,8 @@ requests==2.31.0
131136 # via azure-core
132137 # via msal
133138respx==0.20.2
139+ rich==13.7.1
140+ # via inline-snapshot
134141ruff==0.1.9
135142setuptools==68.2.2
136143 # via nodeenv
You can’t perform that action at this time.
0 commit comments