From b4af6a53a956886b66566121cf4ce8de5ae44673 Mon Sep 17 00:00:00 2001 From: Camilo Velez Date: Thu, 25 Jan 2024 23:42:20 -0500 Subject: [PATCH] chore: update dependencies pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67bb0ace1..d7f6d7118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ cwltool = "^3.1.20230513155734" fsspec = "^2023.6.0" pydantic = ">=1.10.0" pygithub = "^1.58.2" -python-on-whales = "^0.57.0" +python-on-whales = "^0.68.0" pyyaml = "^6.0" tqdm = "^4.65.0" validators = "^0.22.0" @@ -35,12 +35,13 @@ mypy = "^1.4.0" nox = "^2022.11.21" poetry = "^1.3.2" pre-commit = "^3.3.3" +pydantic = ">=1.10" pytest = "^7.3.2" pytest-benchmark = "^4.0.0" pytest-cov = "^4.1.0" pytest-sugar = "^0.9.7" pytest-xdist = "^3.3.1" -python-on-whales = "^0.57.0" +python-on-whales = "^0.68.0" pyyaml = "^6.0" ruff = "^0.0.274" tqdm = "^4.64.1"