@@ -42,7 +42,7 @@ execnet==2.1.2
4242 # via pytest-xdist
4343filelock==3.19.1 ; python_full_version < '3.10'
4444 # via together
45- filelock==3.20.3 ; python_full_version >= '3.10'
45+ filelock==3.25.2 ; python_full_version >= '3.10'
4646 # via together
4747frozenlist==1.8.0
4848 # via
@@ -87,7 +87,7 @@ pathspec==1.0.3
8787 # via mypy
8888pillow==11.3.0 ; python_full_version < '3.10'
8989 # via together
90- pillow==12.1.0 ; python_full_version >= '3.10'
90+ pillow==12.1.1 ; python_full_version >= '3.10'
9191 # via together
9292pluggy==1.6.0
9393 # via pytest
@@ -128,7 +128,9 @@ six==1.17.0 ; python_full_version < '3.10'
128128 # via python-dateutil
129129sniffio==1.3.1
130130 # via together
131- tabulate==0.9.0
131+ tabulate==0.9.0 ; python_full_version < '3.10'
132+ # via together
133+ tabulate==0.10.0 ; python_full_version >= '3.10'
132134 # via together
133135time-machine==2.19.0 ; python_full_version < '3.10'
134136time-machine==3.2.0 ; python_full_version >= '3.10'
@@ -143,9 +145,13 @@ types-pyyaml==6.0.12.20250915
143145 # via together
144146types-requests==2.32.4.20260107
145147 # via types-tqdm
146- types-tabulate==0.9.0.20241207
148+ types-tabulate==0.9.0.20241207 ; python_full_version < '3.10'
149+ # via together
150+ types-tabulate==0.10.0.20260308 ; python_full_version >= '3.10'
151+ # via together
152+ types-tqdm==4.67.3.20260205 ; python_full_version < '3.10'
147153 # via together
148- types-tqdm==4.67.3.20260205
154+ types-tqdm==4.67.3.20260303 ; python_full_version >= '3.10'
149155 # via together
150156typing-extensions==4.15.0
151157 # via
0 commit comments