diff --git a/pyproject.toml b/pyproject.toml index 61f8c6f783e..5aef1e4d0b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,12 +28,12 @@ classifiers = [ dependencies = [ "datumaro==1.7.0", "omegaconf==2.3.0", - "rich==13.8.0", + "rich==13.8.1", "jsonargparse==4.30.0", "psutil==6.0.0", # Mem cache needs system checks "ftfy==6.2.3", - "regex==2024.7.24", - "importlib_resources==6.4.4", + "regex==2024.9.11", + "importlib_resources==6.4.5", "docstring_parser==0.16", # CLI help-formatter "rich_argparse==1.5.2", # CLI help-formatter "einops==0.8.0", @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "tox==4.18.1", + "tox==4.20.0", "pre-commit==3.8.0", "pylint", "pytest", @@ -102,7 +102,7 @@ base = [ ] transformers = [ - "transformers==4.44.2", + "transformers==4.45.1", ] mmlab = [ @@ -117,7 +117,7 @@ mmlab = [ ] ci_tox = [ - "tox==4.18.1", + "tox==4.20.0", ] ci_publish = [ @@ -131,7 +131,7 @@ ci_benchmark = [ "ipython==8.27.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.16.0", + "mlflow==2.16.2", "py-cpuinfo==9.0.0", ]