Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit a6bf7b6

Browse files
chore(python): update release script dependencies (#806)
* chore(python): drop flake8-import-order in samples noxfile Source-Link: googleapis/synthtool@6ed3a83 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb * update python version for docs session Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 3426ab9 commit a6bf7b6

5 files changed

Lines changed: 205 additions & 171 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6
16+
digest: sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb

.kokoro/docker/docs/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ RUN apt-get update \
5252
&& rm -rf /var/lib/apt/lists/* \
5353
&& rm -f /var/cache/apt/archives/*.deb
5454

55-
###################### Install python 3.8.11
55+
###################### Install python 3.9.13
5656

57-
# Download python 3.8.11
58-
RUN wget https://www.python.org/ftp/python/3.8.11/Python-3.8.11.tgz
57+
# Download python 3.9.13
58+
RUN wget https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tgz
5959

6060
# Extract files
61-
RUN tar -xvf Python-3.8.11.tgz
61+
RUN tar -xvf Python-3.9.13.tgz
6262

63-
# Install python 3.8.11
64-
RUN ./Python-3.8.11/configure --enable-optimizations
63+
# Install python 3.9.13
64+
RUN ./Python-3.9.13/configure --enable-optimizations
6565
RUN make altinstall
6666

6767
###################### Install pip

.kokoro/requirements.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ typing-extensions
55
twine
66
wheel
77
setuptools
8-
nox
8+
nox
9+
charset-normalizer<3
10+
click<8.1.0

0 commit comments

Comments
 (0)