From 25617bd6ec0b0e113e8c235f97b4bf46c53c5f5a Mon Sep 17 00:00:00 2001 From: Camilo Velez Date: Thu, 25 Jan 2024 23:25:09 -0500 Subject: [PATCH] chore: update dependencies pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c528efdf8..b76cad377 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.66.0" +python-on-whales = "^0.68.0" pyyaml = "^6.0" tqdm = "^4.65.0" validators = "^0.22.0" @@ -35,6 +35,7 @@ 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" @@ -44,6 +45,7 @@ pyyaml = "^6.0" ruff = "^0.0.274" tqdm = "^4.64.1" xmltodict = "^0.13.0" +python-on-whales = "^0.68.0" [build-system] build-backend = "poetry.core.masonry.api"