Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 20, 2024
1 parent 148be2e commit 475dd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WDL/runtime/config_templates/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_75c43484d36b76976f0f8e5a86a
# current version:
# docker pull gcr.io/google.com/cloudsdktool/cloud-sdk:slim
# docker run gcr.io/google.com/cloudsdktool/cloud-sdk:slim gcloud version
docker = gcr.io/google.com/cloudsdktool/cloud-sdk:474.0.0-slim
docker = gcr.io/google.com/cloudsdktool/cloud-sdk:484.0.0-slim


[call_cache]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"python-json-logger>=2,<3",
"lark~=1.1",
"bullet>=2,<3",
"psutil>=5,<6"
"psutil>=5,<7"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 475dd3f

Please sign in to comment.