Skip to content

Commit

Permalink
Update Python package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Jul 23, 2023
1 parent dc650ca commit 596479d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ RUN apk --update --no-cache add \
py3-cffi && \
python3 -m pip install --upgrade pip setuptools wheel && \
pip3 install --no-cache-dir \
cryptography==37.0.4 \
PyYAML==5.4.1 \
awscli==1.25.43 \
cryptography==41.0.2 \
PyYAML==6.0.1 \
awscli==1.29.9 \
boto==2.49.0 \
boto3==1.24.43 \
boto3==1.28.9 \
iteration-utilities==0.11.0 \
PyGithub==1.55 && \
PyGithub==1.59 && \
git config --global advice.detachedHead false

# Install pre-commit support
Expand Down

0 comments on commit 596479d

Please sign in to comment.