Skip to content

Commit

Permalink
Dependency updates (#379)
Browse files Browse the repository at this point in the history
* Update alpine 3.19
* Update libcst to 0.4.10
* Pin click to v7.1.2
* Several Python module updates
  • Loading branch information
marians authored Nov 15, 2024
1 parent cb2d4ad commit bde4923
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
FROM alpine:3.19@sha256:7a85bf5dc56c949be827f84f9185161265c58f589bb8b2a6b6bb6d3076c1be21

# Find an eligible version at https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/
ARG CHROMIUM_VERSION=124.0.6367.78-r0
Expand All @@ -16,7 +16,7 @@ RUN apk info -v | sort
WORKDIR /workdir

# Execute time consuming compilations in a separate step
RUN python3 -m pip install libcst==0.4.7 sgmllib3k==1.0.0 --break-system-packages
RUN python3 -m pip install libcst==0.4.10 sgmllib3k==1.0.0 --break-system-packages

ADD https://pki.google.com/roots.pem /google_roots.pem
ENV GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=/google_roots.pem
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@ cachetools==5.3.3
certifi==2024.2.2
cffi==1.17.1
chardet==5.2.0
click>=7,<8
click==7.1.2
cssselect==1.2.0
dnspython==2.6.1
docker==5.0.3
feedparser==6.0.11
gitdb==4.0.11
GitPython==3.1.43
google-api-core==2.18.0
google-auth==2.29.0
google-api-core==2.23.0
google-auth==2.36.0
google-cloud-core==2.4.1
google-cloud-datastore==2.19.0
google-cloud-storage==2.16.0
googleapis-common-protos==1.63.0
google-cloud-datastore==2.20.1
google-cloud-storage==2.18.2
googleapis-common-protos==1.66.0
html-similarity==0.3.3
httpretty==1.1.4
idna==3.6
idna==3.10
kubernetes==29.0.0
parsel==1.6.0 # html-similarity 0.3.3 depends on parsel==1.6.0
protobuf==4.25.3 # <5.0.0 requested by google-api-core 2.18.0
protobuf==5.28.3
pyasn1==0.6.0
pyasn1-modules==0.4.0
pycparser==2.22
pyOpenSSL==24.1.0
pytz==2024.1
redis==5.0.4
requests==2.31.0
requests==2.32.3
responses==0.25.0
rq==1.16.1
rq==1.16.2
rsa==4.9
selenium==3.141.0
smmap==5.0.1
smmap2==3.0.1
soupsieve==2.5
tenacity==8.2.3
tenacity==9.0.0
urllib3==1.26.18 # v2 requires code changes in timeout handling
w3lib==2.1.2
w3lib==2.2.1
websocket-client==1.7.0

0 comments on commit bde4923

Please sign in to comment.