Skip to content

Commit 065a3ae

Browse files
committed
Upgrade pip-licenses
1 parent d137814 commit 065a3ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdks/python/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
108108

109109
COPY target/license_scripts /tmp/license_scripts/
110110
RUN if [ "$pull_licenses" = "true" ] ; then \
111-
pip install 'pip-licenses<5' pyyaml tenacity && \
111+
pip install 'pip-licenses<6' pyyaml tenacity && \
112112
python /tmp/license_scripts/pull_licenses_py.py ; \
113113
fi
114114

sdks/python/expansion-service-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
6262

6363
COPY target/license_scripts /tmp/license_scripts/
6464
RUN if [ "$pull_licenses" = "true" ] ; then \
65-
pip install 'pip-licenses<5' pyyaml tenacity && \
65+
pip install 'pip-licenses<6' pyyaml tenacity && \
6666
python /tmp/license_scripts/pull_licenses_py.py ; \
6767
fi
6868

0 commit comments

Comments
 (0)