diff --git a/pyproject.toml b/pyproject.toml index dd38e94d3b..795b9832d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,14 +28,14 @@ classifiers = [ dependencies = [ "datumaro==1.10.0rc0", "omegaconf==2.3.0", - "rich==13.9.3", + "rich==13.9.4", "jsonargparse==4.30.0", "psutil==6.1.0", # Mem cache needs system checks "ftfy==6.3.1", "regex==2024.9.11", "importlib_resources==6.4.5", "docstring_parser==0.16", # CLI help-formatter - "rich_argparse==1.5.2", # CLI help-formatter + "rich_argparse==1.6.0", # CLI help-formatter "einops==0.8.0", "decord==0.6.0", "typeguard>=4.3,<4.5", @@ -134,7 +134,7 @@ ci_benchmark = [ "ipython==8.29.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.17.1", + "mlflow==2.17.2", "py-cpuinfo==9.0.0", ]