Skip to content

Commit e354c12

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent c7162ae commit e354c12

20 files changed

+103
-103
lines changed

Debian/11/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "7",
2+
"BARMAN_VERSION": "3.10.0",
3+
"IMAGE_RELEASE_VERSION": "8",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2023-12-09T21:08:22.46073Z",
55
"POSTGRES_IMAGE_VERSION": "11.22-bullseye"
66
}

Debian/11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:11.22-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="7" \
23+
release="8" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.22-bullseye."
2626

Debian/11/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

Debian/12/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "15",
2+
"BARMAN_VERSION": "3.10.0",
3+
"IMAGE_RELEASE_VERSION": "16",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-13T18:08:36.940383Z",
55
"POSTGRES_IMAGE_VERSION": "12.17-bullseye"
66
}

Debian/12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:12.17-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="15" \
23+
release="16" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.17-bullseye."
2626

Debian/12/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

Debian/13/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "14",
2+
"BARMAN_VERSION": "3.10.0",
3+
"IMAGE_RELEASE_VERSION": "15",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-13T18:10:05.076392Z",
55
"POSTGRES_IMAGE_VERSION": "13.13-bullseye"
66
}

Debian/13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:13.13-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="14" \
23+
release="15" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
2626

Debian/13/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

Debian/14/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "14",
2+
"BARMAN_VERSION": "3.10.0",
3+
"IMAGE_RELEASE_VERSION": "15",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-13T15:09:52.780769Z",
55
"POSTGRES_IMAGE_VERSION": "14.10-bullseye"
66
}

Debian/14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:14.10-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="14" \
23+
release="15" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
2626

Debian/14/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

Debian/15/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "14",
2+
"BARMAN_VERSION": "3.10.0",
3+
"IMAGE_RELEASE_VERSION": "15",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-13T15:11:20.438672Z",
55
"POSTGRES_IMAGE_VERSION": "15.5-bullseye"
66
}

Debian/15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:15.5-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="14" \
23+
release="15" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
2626

Debian/15/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

Debian/16/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "15",
2+
"BARMAN_VERSION": "3.10.0",
3+
"IMAGE_RELEASE_VERSION": "16",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-13T15:12:43.456902Z",
55
"POSTGRES_IMAGE_VERSION": "16.1-bullseye"
66
}

Debian/16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:16.1-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="15" \
23+
release="16" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
2626

Debian/16/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

Debian/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
barman[cloud,azure,snappy,google] == 3.9.0
1+
barman[cloud,azure,snappy,google] == 3.10.0

Debian/src/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ azure-identity==1.15.0 \
1919
azure-storage-blob==12.19.0 \
2020
--hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \
2121
--hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b
22-
barman[azure,cloud,google,snappy]==3.9.0 \
23-
--hash=sha256:aa0aa6eae7a13075f00cc6505a0980e2ec0fc7b24faf219a5259986b476f112f \
24-
--hash=sha256:c3d2cf12543741fb5b5bcbc52f1dd7cfc2bc7e0977890c1e8770adcddfbcd6ea
22+
barman[azure,cloud,google,snappy]==3.10.0 \
23+
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
24+
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.26 \
29-
--hash=sha256:0491a65e55de999d07f42bb28ff6a38bad493934154b6304fcdfb4699a612d6c \
30-
--hash=sha256:881b07d0d55e5d85b62e6c965efcb2820bdfbd8f23a73a7bc9dac3a4997a1343
31-
botocore==1.34.26 \
32-
--hash=sha256:4f3df0f6ed722e944d6f0eed964bc00b6489e50c6e8d5fdbbb68eb0c6c16c7c9 \
33-
--hash=sha256:63543102467b3b5ba73903f11a14c3157ee442a360f3cb2f5316a8d6bc3e10e7
28+
boto3==1.34.27 \
29+
--hash=sha256:3626db4ba9fbb1b58c8fe923da5ed670873b3d881a102956ea19d3b69cd097cc \
30+
--hash=sha256:ebdd938019f3df2e7b50585353963d4553faf3fbb7b2085c440107fa6caa233b
31+
botocore==1.34.27 \
32+
--hash=sha256:1c10f247136ad17b6ef1588c1e043e294dbaebdebe9ce84dc56713029f515c53 \
33+
--hash=sha256:a0e68ba264275b358b8c1cca604161f4d9465cf7847d73e929543a9f30ff22d1
3434
# via
3535
# boto3
3636
# s3transfer
@@ -232,9 +232,9 @@ google-api-core==2.15.0 \
232232
# via
233233
# google-cloud-core
234234
# google-cloud-storage
235-
google-auth==2.26.2 \
236-
--hash=sha256:3f445c8ce9b61ed6459aad86d8ccdba4a9afed841b2d1451a11ef4db08957424 \
237-
--hash=sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
235+
google-auth==2.27.0 \
236+
--hash=sha256:8e4bad367015430ff253fe49d500fdc3396c1a434db5740828c728e45bcce245 \
237+
--hash=sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
238238
# via
239239
# google-api-core
240240
# google-cloud-core

0 commit comments

Comments
 (0)