Skip to content

Commit

Permalink
Pin requests to 2.31.0 (#362)
Browse files Browse the repository at this point in the history
* Pin requests to 2.31.0

* Change pinned version for short-read-mngs, which is stuck in python 3.6

* Pin requests version in dev requirements
  • Loading branch information
lvreynoso authored May 21, 2024
1 parent dc1d276 commit eb1e2b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8
ruamel.yaml
taxadb
boto3
requests
requests==2.31.0
scikit-learn
biopython
marisa-trie
marisa-trie
2 changes: 1 addition & 1 deletion workflows/long-read-mngs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get -qq update && apt-get -qq -y install \
zlib1g-dev \
&& locale-gen en_US.UTF-8

RUN pip3 install boto3 marisa-trie==0.7.7 requests biopython pandas pysam scipy==1.10.0
RUN pip3 install boto3 marisa-trie==0.7.7 requests==2.31.0 biopython pandas pysam scipy==1.10.0

ADD https://raw.githubusercontent.com/chanzuckerberg/miniwdl/v1.1.5/examples/clean_download_cache.sh /usr/local/bin
RUN chmod +x /usr/local/bin/clean_download_cache.sh
Expand Down
2 changes: 1 addition & 1 deletion workflows/short-read-mngs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN apt-get -q install -y \
spades \
ncbi-blast+

RUN pip3 install boto3==1.23.10 marisa-trie==0.7.7 pytest
RUN pip3 install boto3==1.23.10 marisa-trie==0.7.7 pytest requests==2.27.1
RUN pip3 install miniwdl==${MINIWDL_VERSION} miniwdl-s3parcp==0.0.5 miniwdl-s3upload==0.0.4
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/f0465b0.zip#subdirectory=sfn-wdl
RUN pip3 install https://github.com/chanzuckerberg/s3mi/archive/v0.8.0.tar.gz
Expand Down

0 comments on commit eb1e2b6

Please sign in to comment.