Skip to content

Commit 6f90a75

Browse files
authored
Merge pull request #1180 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents ad54d32 + f93461e commit 6f90a75

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.7.11
121121

122122
FROM build_cpython AS build_cpython38
123123
COPY build_scripts/ambv-pubkey.txt /build_scripts/cpython-pubkeys.txt
124-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.8.11
124+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.8.12
125125

126126

127127
FROM build_cpython AS build_cpython39
128128
COPY build_scripts/ambv-pubkey.txt /build_scripts/cpython-pubkeys.txt
129-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.6
129+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.7
130130

131131

132132
FROM build_cpython AS build_cpython310

docker/build_scripts/requirements3.6.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ tomli==1.2.1 \
3232
# via
3333
# build
3434
# pep517
35-
typing-extensions==3.10.0.1 \
36-
--hash=sha256:045dd532231acfa03628df5e0c66dba64e2cc8fc8b844538d4ad6d5dd6cb82dc \
37-
--hash=sha256:83af6730a045fda60f46510f7f1f094776d90321caa4d97d20ef38871bef4bd3 \
38-
--hash=sha256:8bbffbd37fbeb9747a0241fdfde5ae99d4531ad1d1a41ccaea62100e15a5814c
35+
typing-extensions==3.10.0.2 \
36+
--hash=sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e \
37+
--hash=sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7 \
38+
--hash=sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34
3939
# via importlib-metadata
4040
wheel==0.37.0 \
4141
--hash=sha256:21014b2bd93c6d0034b6ba5d35e4eb284340e09d63c59aef6fc14b0f346146fd \

docker/build_scripts/requirements3.7.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ tomli==1.2.1 \
3232
# via
3333
# build
3434
# pep517
35-
typing-extensions==3.10.0.1 \
36-
--hash=sha256:045dd532231acfa03628df5e0c66dba64e2cc8fc8b844538d4ad6d5dd6cb82dc \
37-
--hash=sha256:83af6730a045fda60f46510f7f1f094776d90321caa4d97d20ef38871bef4bd3 \
38-
--hash=sha256:8bbffbd37fbeb9747a0241fdfde5ae99d4531ad1d1a41ccaea62100e15a5814c
35+
typing-extensions==3.10.0.2 \
36+
--hash=sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e \
37+
--hash=sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7 \
38+
--hash=sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34
3939
# via importlib-metadata
4040
wheel==0.37.0 \
4141
--hash=sha256:21014b2bd93c6d0034b6ba5d35e4eb284340e09d63c59aef6fc14b0f346146fd \

0 commit comments

Comments
 (0)