Skip to content

Commit

Permalink
chore: update dependencies pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovelezr committed Jan 26, 2024
1 parent 22a3b77 commit 25617bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 25617bd

Please sign in to comment.