forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.4.0",
|
"BARMAN_VERSION": "3.4.0",
|
||||||
"IMAGE_RELEASE_VERSION": "7",
|
"IMAGE_RELEASE_VERSION": "8",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:46:40.224936Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:56:31.652873Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "11.19-bullseye"
|
"POSTGRES_IMAGE_VERSION": "11.19-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:11.19-bullseye
|
|||||||
LABEL name="PostgreSQL Container Images" \
|
LABEL name="PostgreSQL Container Images" \
|
||||||
vendor="The CloudNativePG Contributors" \
|
vendor="The CloudNativePG Contributors" \
|
||||||
version="${PG_VERSION}" \
|
version="${PG_VERSION}" \
|
||||||
release="7" \
|
release="8" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.19-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.19-bullseye."
|
||||||
|
|
||||||
|
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \
|
|||||||
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
||||||
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
boto3==1.26.100 \
|
boto3==1.26.101 \
|
||||||
--hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \
|
--hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \
|
||||||
--hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b
|
--hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31
|
||||||
botocore==1.29.100 \
|
botocore==1.29.101 \
|
||||||
--hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \
|
--hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \
|
||||||
--hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d
|
--hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@@ -214,9 +214,9 @@ google-api-core==2.11.0 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.16.3 \
|
google-auth==2.17.0 \
|
||||||
--hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \
|
--hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \
|
||||||
--hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745
|
--hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.4.0",
|
"BARMAN_VERSION": "3.4.0",
|
||||||
"IMAGE_RELEASE_VERSION": "7",
|
"IMAGE_RELEASE_VERSION": "8",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:47:42.569271Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:57:19.536579Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "12.14-bullseye"
|
"POSTGRES_IMAGE_VERSION": "12.14-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:12.14-bullseye
|
|||||||
LABEL name="PostgreSQL Container Images" \
|
LABEL name="PostgreSQL Container Images" \
|
||||||
vendor="The CloudNativePG Contributors" \
|
vendor="The CloudNativePG Contributors" \
|
||||||
version="${PG_VERSION}" \
|
version="${PG_VERSION}" \
|
||||||
release="7" \
|
release="8" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.14-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.14-bullseye."
|
||||||
|
|
||||||
|
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \
|
|||||||
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
||||||
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
boto3==1.26.100 \
|
boto3==1.26.101 \
|
||||||
--hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \
|
--hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \
|
||||||
--hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b
|
--hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31
|
||||||
botocore==1.29.100 \
|
botocore==1.29.101 \
|
||||||
--hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \
|
--hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \
|
||||||
--hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d
|
--hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@@ -214,9 +214,9 @@ google-api-core==2.11.0 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.16.3 \
|
google-auth==2.17.0 \
|
||||||
--hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \
|
--hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \
|
||||||
--hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745
|
--hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.4.0",
|
"BARMAN_VERSION": "3.4.0",
|
||||||
"IMAGE_RELEASE_VERSION": "7",
|
"IMAGE_RELEASE_VERSION": "8",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:48:42.817805Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:58:04.23396Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "13.10-bullseye"
|
"POSTGRES_IMAGE_VERSION": "13.10-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:13.10-bullseye
|
|||||||
LABEL name="PostgreSQL Container Images" \
|
LABEL name="PostgreSQL Container Images" \
|
||||||
vendor="The CloudNativePG Contributors" \
|
vendor="The CloudNativePG Contributors" \
|
||||||
version="${PG_VERSION}" \
|
version="${PG_VERSION}" \
|
||||||
release="7" \
|
release="8" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.10-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.10-bullseye."
|
||||||
|
|
||||||
|
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \
|
|||||||
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
||||||
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
boto3==1.26.100 \
|
boto3==1.26.101 \
|
||||||
--hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \
|
--hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \
|
||||||
--hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b
|
--hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31
|
||||||
botocore==1.29.100 \
|
botocore==1.29.101 \
|
||||||
--hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \
|
--hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \
|
||||||
--hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d
|
--hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@@ -214,9 +214,9 @@ google-api-core==2.11.0 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.16.3 \
|
google-auth==2.17.0 \
|
||||||
--hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \
|
--hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \
|
||||||
--hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745
|
--hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.4.0",
|
"BARMAN_VERSION": "3.4.0",
|
||||||
"IMAGE_RELEASE_VERSION": "7",
|
"IMAGE_RELEASE_VERSION": "8",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:49:43.157138Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:58:50.970914Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "14.7-bullseye"
|
"POSTGRES_IMAGE_VERSION": "14.7-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:14.7-bullseye
|
|||||||
LABEL name="PostgreSQL Container Images" \
|
LABEL name="PostgreSQL Container Images" \
|
||||||
vendor="The CloudNativePG Contributors" \
|
vendor="The CloudNativePG Contributors" \
|
||||||
version="${PG_VERSION}" \
|
version="${PG_VERSION}" \
|
||||||
release="7" \
|
release="8" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.7-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.7-bullseye."
|
||||||
|
|
||||||
|
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \
|
|||||||
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
||||||
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
boto3==1.26.100 \
|
boto3==1.26.101 \
|
||||||
--hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \
|
--hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \
|
||||||
--hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b
|
--hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31
|
||||||
botocore==1.29.100 \
|
botocore==1.29.101 \
|
||||||
--hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \
|
--hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \
|
||||||
--hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d
|
--hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@@ -214,9 +214,9 @@ google-api-core==2.11.0 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.16.3 \
|
google-auth==2.17.0 \
|
||||||
--hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \
|
--hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \
|
||||||
--hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745
|
--hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.4.0",
|
"BARMAN_VERSION": "3.4.0",
|
||||||
"IMAGE_RELEASE_VERSION": "7",
|
"IMAGE_RELEASE_VERSION": "8",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:50:47.215684Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:59:36.505735Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "15.2-bullseye"
|
"POSTGRES_IMAGE_VERSION": "15.2-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:15.2-bullseye
|
|||||||
LABEL name="PostgreSQL Container Images" \
|
LABEL name="PostgreSQL Container Images" \
|
||||||
vendor="The CloudNativePG Contributors" \
|
vendor="The CloudNativePG Contributors" \
|
||||||
version="${PG_VERSION}" \
|
version="${PG_VERSION}" \
|
||||||
release="7" \
|
release="8" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.2-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.2-bullseye."
|
||||||
|
|
||||||
|
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \
|
|||||||
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
||||||
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
boto3==1.26.100 \
|
boto3==1.26.101 \
|
||||||
--hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \
|
--hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \
|
||||||
--hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b
|
--hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31
|
||||||
botocore==1.29.100 \
|
botocore==1.29.101 \
|
||||||
--hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \
|
--hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \
|
||||||
--hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d
|
--hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@@ -214,9 +214,9 @@ google-api-core==2.11.0 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.16.3 \
|
google-auth==2.17.0 \
|
||||||
--hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \
|
--hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \
|
||||||
--hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745
|
--hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \
|
|||||||
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
--hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \
|
||||||
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
--hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
boto3==1.26.100 \
|
boto3==1.26.101 \
|
||||||
--hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \
|
--hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \
|
||||||
--hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b
|
--hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31
|
||||||
botocore==1.29.100 \
|
botocore==1.29.101 \
|
||||||
--hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \
|
--hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \
|
||||||
--hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d
|
--hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@@ -214,9 +214,9 @@ google-api-core==2.11.0 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.16.3 \
|
google-auth==2.17.0 \
|
||||||
--hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \
|
--hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \
|
||||||
--hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745
|
--hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
Reference in New Issue
Block a user