Skip to content

Commit 2716c92

Browse files
committed
bump dependencies
1 parent d6008ab commit 2716c92

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Install miniwdl
1111

12-
Installation requires Python 3.6+, pip3 (or conda) and Docker (or Podman/Singularity/udocker). Linux preferred; [macOS compatible with extra steps](https://github.com/chanzuckerberg/miniwdl/issues/145). More detail in [full documentation](https://miniwdl.readthedocs.io/en/latest/getting_started.html).
12+
Installation requires Python 3.6+, pip3 (or conda) and Docker (or Podman/Singularity/udocker). Linux preferred; [macOS (Intel) compatible with extra steps](https://github.com/chanzuckerberg/miniwdl/issues/145). More detail in [full documentation](https://miniwdl.readthedocs.io/en/latest/getting_started.html).
1313

1414
- Install with pip [![PyPI version](https://img.shields.io/pypi/v/miniwdl.svg)](https://pypi.org/project/miniwdl/) : run `pip3 install miniwdl`
1515
- Install with conda [![Anaconda-Server Badge](https://anaconda.org/conda-forge/miniwdl/badges/version.svg)](https://anaconda.org/conda-forge/miniwdl) : run `conda install -c conda-forge miniwdl`

WDL/runtime/config_templates/default.cfg

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ flock = true
204204

205205
[download_aria2c]
206206
# see: https://github.com/chanzuckerberg/miniwdl/tree/main/tools_image
207-
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_bc1b60cb6fb7274bb8d215c9646d53b4f4d4fcb099e56ca2dda9ce2013a7a1bc
207+
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_6cf3c7e37141ee50cbd692b872f4cbb92ecaab9eccc899263f6bcbea8f45a8b4
208208

209209

210210
[download_awscli]
@@ -217,12 +217,14 @@ docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_bc1b60cb6fb7274bb8d215c9646
217217
# Failing all of the above, public S3 URIs can always be used.
218218
host_credentials = false
219219
# see: https://github.com/chanzuckerberg/miniwdl/tree/main/tools_image
220-
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_bc1b60cb6fb7274bb8d215c9646d53b4f4d4fcb099e56ca2dda9ce2013a7a1bc
220+
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_6cf3c7e37141ee50cbd692b872f4cbb92ecaab9eccc899263f6bcbea8f45a8b4
221221

222222

223223
[download_gsutil]
224-
# current version from https://github.com/GoogleCloudPlatform/cloud-sdk-docker/releases
225-
docker = gcr.io/google.com/cloudsdktool/cloud-sdk:427.0.0-slim
224+
# current version:
225+
# docker pull gcr.io/google.com/cloudsdktool/cloud-sdk:slim
226+
# docker run gcr.io/google.com/cloudsdktool/cloud-sdk:slim gcloud version
227+
docker = gcr.io/google.com/cloudsdktool/cloud-sdk:442.0.0-slim
226228

227229

228230
[call_cache]

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requirements.txt which are needed for miniwdl to run in common use.
33
-r requirements.txt
44
pyre-check==0.0.27
5-
black==23.1.0
5+
black==23.7.0
66
pylint
77
sphinx
88
sphinx-autobuild

0 commit comments

Comments
 (0)