diff --git a/Debian/10/.versions.json b/Debian/10/.versions.json index e3b7803c..f9329e29 100644 --- a/Debian/10/.versions.json +++ b/Debian/10/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "2.19", - "IMAGE_RELEASE_VERSION": "1", - "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-18T01:17:54.56175Z", + "IMAGE_RELEASE_VERSION": "2", + "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-18T06:02:24.240271Z", "POSTGRES_IMAGE_VERSION": "10.21-bullseye" } diff --git a/Debian/10/Dockerfile b/Debian/10/Dockerfile index b9eb094f..4bb09ccb 100644 --- a/Debian/10/Dockerfile +++ b/Debian/10/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:10.21-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="1" \ + release="2" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 10.21-bullseye." diff --git a/Debian/10/requirements.txt b/Debian/10/requirements.txt index 9eac61cb..640867c4 100644 --- a/Debian/10/requirements.txt +++ b/Debian/10/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==2.19 \ --hash=sha256:43c2cfda1a3833cdea6e58702d033723036903f27597336a149b6d29249ae9b1 \ --hash=sha256:e1dd2314bc04361549e376a73c604e6941888010183d8f29c1be1bbc6433588d # via -r requirements.in -boto3==1.23.2 \ - --hash=sha256:4408cf07340d29d7a9c8d32cf71b1c54f86b768b2145d341d2698c1e467d7d32 \ - --hash=sha256:7889c3a07171b8a43468a8644d7c95948dc9e1389c4aac2b689a428ee1a98300 -botocore==1.26.2 \ - --hash=sha256:16b9d523a19d61b0edc80ef2253f9130165bad473b1b5707027f10975a8d5467 \ - --hash=sha256:1977f2ad6b6263f4dd9e8b784e69b194988f16d6bd90c4eede15964f4eecf878 +boto3==1.23.3 \ + --hash=sha256:5f27eec9b0a43edbfb3ed5e748837b10219a972f0728fecd78f84ec3629f2092 \ + --hash=sha256:9d5ce5ae3ddd4429cf752efe7c9f39691db6c85b6b5f1cfc8861b8f23b72b67a +botocore==1.26.3 \ + --hash=sha256:869308e29c1e8a9baa3e2fc336a1293e098855e34ea77c035dc4194a96316688 \ + --hash=sha256:f83c5cd7b3e1889aabf2fcf7926ddafc41f249a29f76f37cdb9e8680ac9b5af4 # via # boto3 # s3transfer @@ -36,9 +36,9 @@ cachetools==5.1.0 \ --hash=sha256:4ebbd38701cdfd3603d1f751d851ed248ab4570929f2d8a7ce69e30c420b141c \ --hash=sha256:8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98 # via google-auth -certifi==2021.10.8 \ - --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 \ - --hash=sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569 +certifi==2022.5.18 \ + --hash=sha256:6ae10321df3e464305a46e997da41ea56c1d311fb9ff1dd4e04d6f14653ec63a \ + --hash=sha256:8d15a5a7fde18536a249c49e07e8e462b8fc13de21b3c80e8a68315dfa227c99 # via # msrest # requests @@ -126,9 +126,9 @@ cryptography==37.0.2 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.7.3 \ - --hash=sha256:17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79 \ - --hash=sha256:bb40d2d6412c77c367943b88d08323091d724deaea96892fff4a1ebd06f6e5be +google-api-core==2.8.0 \ + --hash=sha256:065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 \ + --hash=sha256:1b9f59236ce1bae9a687c1d4f22957e79a2669e53d032893f6bf0fca54f6931d # via # google-cloud-core # google-cloud-storage diff --git a/Debian/11/.versions.json b/Debian/11/.versions.json index 36548f07..f6ec4711 100644 --- a/Debian/11/.versions.json +++ b/Debian/11/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "2.19", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-12T04:08:19.523574Z", - "POSTGRES_IMAGE_VERSION": "11.15-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-18T06:03:44.124264Z", + "POSTGRES_IMAGE_VERSION": "11.16-bullseye" } diff --git a/Debian/11/Dockerfile b/Debian/11/Dockerfile index 6ef7feb3..44ba3900 100644 --- a/Debian/11/Dockerfile +++ b/Debian/11/Dockerfile @@ -14,15 +14,15 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:11.15-bullseye +FROM postgres:11.16-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.15-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.16-bullseye." COPY requirements.txt / diff --git a/Debian/11/requirements.txt b/Debian/11/requirements.txt index 9eac61cb..640867c4 100644 --- a/Debian/11/requirements.txt +++ b/Debian/11/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==2.19 \ --hash=sha256:43c2cfda1a3833cdea6e58702d033723036903f27597336a149b6d29249ae9b1 \ --hash=sha256:e1dd2314bc04361549e376a73c604e6941888010183d8f29c1be1bbc6433588d # via -r requirements.in -boto3==1.23.2 \ - --hash=sha256:4408cf07340d29d7a9c8d32cf71b1c54f86b768b2145d341d2698c1e467d7d32 \ - --hash=sha256:7889c3a07171b8a43468a8644d7c95948dc9e1389c4aac2b689a428ee1a98300 -botocore==1.26.2 \ - --hash=sha256:16b9d523a19d61b0edc80ef2253f9130165bad473b1b5707027f10975a8d5467 \ - --hash=sha256:1977f2ad6b6263f4dd9e8b784e69b194988f16d6bd90c4eede15964f4eecf878 +boto3==1.23.3 \ + --hash=sha256:5f27eec9b0a43edbfb3ed5e748837b10219a972f0728fecd78f84ec3629f2092 \ + --hash=sha256:9d5ce5ae3ddd4429cf752efe7c9f39691db6c85b6b5f1cfc8861b8f23b72b67a +botocore==1.26.3 \ + --hash=sha256:869308e29c1e8a9baa3e2fc336a1293e098855e34ea77c035dc4194a96316688 \ + --hash=sha256:f83c5cd7b3e1889aabf2fcf7926ddafc41f249a29f76f37cdb9e8680ac9b5af4 # via # boto3 # s3transfer @@ -36,9 +36,9 @@ cachetools==5.1.0 \ --hash=sha256:4ebbd38701cdfd3603d1f751d851ed248ab4570929f2d8a7ce69e30c420b141c \ --hash=sha256:8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98 # via google-auth -certifi==2021.10.8 \ - --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 \ - --hash=sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569 +certifi==2022.5.18 \ + --hash=sha256:6ae10321df3e464305a46e997da41ea56c1d311fb9ff1dd4e04d6f14653ec63a \ + --hash=sha256:8d15a5a7fde18536a249c49e07e8e462b8fc13de21b3c80e8a68315dfa227c99 # via # msrest # requests @@ -126,9 +126,9 @@ cryptography==37.0.2 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.7.3 \ - --hash=sha256:17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79 \ - --hash=sha256:bb40d2d6412c77c367943b88d08323091d724deaea96892fff4a1ebd06f6e5be +google-api-core==2.8.0 \ + --hash=sha256:065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 \ + --hash=sha256:1b9f59236ce1bae9a687c1d4f22957e79a2669e53d032893f6bf0fca54f6931d # via # google-cloud-core # google-cloud-storage diff --git a/Debian/12/.versions.json b/Debian/12/.versions.json index c71d31b7..3aa3f644 100644 --- a/Debian/12/.versions.json +++ b/Debian/12/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "2.19", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-12T04:08:59.32901Z", - "POSTGRES_IMAGE_VERSION": "12.10-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-18T06:04:59.636847Z", + "POSTGRES_IMAGE_VERSION": "12.11-bullseye" } diff --git a/Debian/12/Dockerfile b/Debian/12/Dockerfile index 108eaef9..4d05cb1f 100644 --- a/Debian/12/Dockerfile +++ b/Debian/12/Dockerfile @@ -14,15 +14,15 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:12.10-bullseye +FROM postgres:12.11-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.10-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.11-bullseye." COPY requirements.txt / diff --git a/Debian/12/requirements.txt b/Debian/12/requirements.txt index 9eac61cb..640867c4 100644 --- a/Debian/12/requirements.txt +++ b/Debian/12/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==2.19 \ --hash=sha256:43c2cfda1a3833cdea6e58702d033723036903f27597336a149b6d29249ae9b1 \ --hash=sha256:e1dd2314bc04361549e376a73c604e6941888010183d8f29c1be1bbc6433588d # via -r requirements.in -boto3==1.23.2 \ - --hash=sha256:4408cf07340d29d7a9c8d32cf71b1c54f86b768b2145d341d2698c1e467d7d32 \ - --hash=sha256:7889c3a07171b8a43468a8644d7c95948dc9e1389c4aac2b689a428ee1a98300 -botocore==1.26.2 \ - --hash=sha256:16b9d523a19d61b0edc80ef2253f9130165bad473b1b5707027f10975a8d5467 \ - --hash=sha256:1977f2ad6b6263f4dd9e8b784e69b194988f16d6bd90c4eede15964f4eecf878 +boto3==1.23.3 \ + --hash=sha256:5f27eec9b0a43edbfb3ed5e748837b10219a972f0728fecd78f84ec3629f2092 \ + --hash=sha256:9d5ce5ae3ddd4429cf752efe7c9f39691db6c85b6b5f1cfc8861b8f23b72b67a +botocore==1.26.3 \ + --hash=sha256:869308e29c1e8a9baa3e2fc336a1293e098855e34ea77c035dc4194a96316688 \ + --hash=sha256:f83c5cd7b3e1889aabf2fcf7926ddafc41f249a29f76f37cdb9e8680ac9b5af4 # via # boto3 # s3transfer @@ -36,9 +36,9 @@ cachetools==5.1.0 \ --hash=sha256:4ebbd38701cdfd3603d1f751d851ed248ab4570929f2d8a7ce69e30c420b141c \ --hash=sha256:8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98 # via google-auth -certifi==2021.10.8 \ - --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 \ - --hash=sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569 +certifi==2022.5.18 \ + --hash=sha256:6ae10321df3e464305a46e997da41ea56c1d311fb9ff1dd4e04d6f14653ec63a \ + --hash=sha256:8d15a5a7fde18536a249c49e07e8e462b8fc13de21b3c80e8a68315dfa227c99 # via # msrest # requests @@ -126,9 +126,9 @@ cryptography==37.0.2 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.7.3 \ - --hash=sha256:17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79 \ - --hash=sha256:bb40d2d6412c77c367943b88d08323091d724deaea96892fff4a1ebd06f6e5be +google-api-core==2.8.0 \ + --hash=sha256:065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 \ + --hash=sha256:1b9f59236ce1bae9a687c1d4f22957e79a2669e53d032893f6bf0fca54f6931d # via # google-cloud-core # google-cloud-storage diff --git a/Debian/13/.versions.json b/Debian/13/.versions.json index 54a62e4f..e2b65bbf 100644 --- a/Debian/13/.versions.json +++ b/Debian/13/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "2.19", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-12T04:09:35.059271Z", - "POSTGRES_IMAGE_VERSION": "13.6-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-18T06:06:08.88286Z", + "POSTGRES_IMAGE_VERSION": "13.7-bullseye" } diff --git a/Debian/13/Dockerfile b/Debian/13/Dockerfile index ec81a455..655527c0 100644 --- a/Debian/13/Dockerfile +++ b/Debian/13/Dockerfile @@ -14,15 +14,15 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:13.6-bullseye +FROM postgres:13.7-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.6-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.7-bullseye." COPY requirements.txt / diff --git a/Debian/13/requirements.txt b/Debian/13/requirements.txt index 9eac61cb..640867c4 100644 --- a/Debian/13/requirements.txt +++ b/Debian/13/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==2.19 \ --hash=sha256:43c2cfda1a3833cdea6e58702d033723036903f27597336a149b6d29249ae9b1 \ --hash=sha256:e1dd2314bc04361549e376a73c604e6941888010183d8f29c1be1bbc6433588d # via -r requirements.in -boto3==1.23.2 \ - --hash=sha256:4408cf07340d29d7a9c8d32cf71b1c54f86b768b2145d341d2698c1e467d7d32 \ - --hash=sha256:7889c3a07171b8a43468a8644d7c95948dc9e1389c4aac2b689a428ee1a98300 -botocore==1.26.2 \ - --hash=sha256:16b9d523a19d61b0edc80ef2253f9130165bad473b1b5707027f10975a8d5467 \ - --hash=sha256:1977f2ad6b6263f4dd9e8b784e69b194988f16d6bd90c4eede15964f4eecf878 +boto3==1.23.3 \ + --hash=sha256:5f27eec9b0a43edbfb3ed5e748837b10219a972f0728fecd78f84ec3629f2092 \ + --hash=sha256:9d5ce5ae3ddd4429cf752efe7c9f39691db6c85b6b5f1cfc8861b8f23b72b67a +botocore==1.26.3 \ + --hash=sha256:869308e29c1e8a9baa3e2fc336a1293e098855e34ea77c035dc4194a96316688 \ + --hash=sha256:f83c5cd7b3e1889aabf2fcf7926ddafc41f249a29f76f37cdb9e8680ac9b5af4 # via # boto3 # s3transfer @@ -36,9 +36,9 @@ cachetools==5.1.0 \ --hash=sha256:4ebbd38701cdfd3603d1f751d851ed248ab4570929f2d8a7ce69e30c420b141c \ --hash=sha256:8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98 # via google-auth -certifi==2021.10.8 \ - --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 \ - --hash=sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569 +certifi==2022.5.18 \ + --hash=sha256:6ae10321df3e464305a46e997da41ea56c1d311fb9ff1dd4e04d6f14653ec63a \ + --hash=sha256:8d15a5a7fde18536a249c49e07e8e462b8fc13de21b3c80e8a68315dfa227c99 # via # msrest # requests @@ -126,9 +126,9 @@ cryptography==37.0.2 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.7.3 \ - --hash=sha256:17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79 \ - --hash=sha256:bb40d2d6412c77c367943b88d08323091d724deaea96892fff4a1ebd06f6e5be +google-api-core==2.8.0 \ + --hash=sha256:065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 \ + --hash=sha256:1b9f59236ce1bae9a687c1d4f22957e79a2669e53d032893f6bf0fca54f6931d # via # google-cloud-core # google-cloud-storage diff --git a/Debian/14/.versions.json b/Debian/14/.versions.json index 11264b09..a1f293bc 100644 --- a/Debian/14/.versions.json +++ b/Debian/14/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "2.19", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-12T04:10:10.932753Z", - "POSTGRES_IMAGE_VERSION": "14.2-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2022-05-18T06:07:19.076251Z", + "POSTGRES_IMAGE_VERSION": "14.3-bullseye" } diff --git a/Debian/14/Dockerfile b/Debian/14/Dockerfile index 2a0a66c0..f72138cb 100644 --- a/Debian/14/Dockerfile +++ b/Debian/14/Dockerfile @@ -14,15 +14,15 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:14.2-bullseye +FROM postgres:14.3-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.2-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.3-bullseye." COPY requirements.txt / diff --git a/Debian/14/requirements.txt b/Debian/14/requirements.txt index 9eac61cb..640867c4 100644 --- a/Debian/14/requirements.txt +++ b/Debian/14/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==2.19 \ --hash=sha256:43c2cfda1a3833cdea6e58702d033723036903f27597336a149b6d29249ae9b1 \ --hash=sha256:e1dd2314bc04361549e376a73c604e6941888010183d8f29c1be1bbc6433588d # via -r requirements.in -boto3==1.23.2 \ - --hash=sha256:4408cf07340d29d7a9c8d32cf71b1c54f86b768b2145d341d2698c1e467d7d32 \ - --hash=sha256:7889c3a07171b8a43468a8644d7c95948dc9e1389c4aac2b689a428ee1a98300 -botocore==1.26.2 \ - --hash=sha256:16b9d523a19d61b0edc80ef2253f9130165bad473b1b5707027f10975a8d5467 \ - --hash=sha256:1977f2ad6b6263f4dd9e8b784e69b194988f16d6bd90c4eede15964f4eecf878 +boto3==1.23.3 \ + --hash=sha256:5f27eec9b0a43edbfb3ed5e748837b10219a972f0728fecd78f84ec3629f2092 \ + --hash=sha256:9d5ce5ae3ddd4429cf752efe7c9f39691db6c85b6b5f1cfc8861b8f23b72b67a +botocore==1.26.3 \ + --hash=sha256:869308e29c1e8a9baa3e2fc336a1293e098855e34ea77c035dc4194a96316688 \ + --hash=sha256:f83c5cd7b3e1889aabf2fcf7926ddafc41f249a29f76f37cdb9e8680ac9b5af4 # via # boto3 # s3transfer @@ -36,9 +36,9 @@ cachetools==5.1.0 \ --hash=sha256:4ebbd38701cdfd3603d1f751d851ed248ab4570929f2d8a7ce69e30c420b141c \ --hash=sha256:8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98 # via google-auth -certifi==2021.10.8 \ - --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 \ - --hash=sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569 +certifi==2022.5.18 \ + --hash=sha256:6ae10321df3e464305a46e997da41ea56c1d311fb9ff1dd4e04d6f14653ec63a \ + --hash=sha256:8d15a5a7fde18536a249c49e07e8e462b8fc13de21b3c80e8a68315dfa227c99 # via # msrest # requests @@ -126,9 +126,9 @@ cryptography==37.0.2 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.7.3 \ - --hash=sha256:17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79 \ - --hash=sha256:bb40d2d6412c77c367943b88d08323091d724deaea96892fff4a1ebd06f6e5be +google-api-core==2.8.0 \ + --hash=sha256:065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 \ + --hash=sha256:1b9f59236ce1bae9a687c1d4f22957e79a2669e53d032893f6bf0fca54f6931d # via # google-cloud-core # google-cloud-storage diff --git a/Debian/src/requirements.txt b/Debian/src/requirements.txt index 9eac61cb..640867c4 100644 --- a/Debian/src/requirements.txt +++ b/Debian/src/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==2.19 \ --hash=sha256:43c2cfda1a3833cdea6e58702d033723036903f27597336a149b6d29249ae9b1 \ --hash=sha256:e1dd2314bc04361549e376a73c604e6941888010183d8f29c1be1bbc6433588d # via -r requirements.in -boto3==1.23.2 \ - --hash=sha256:4408cf07340d29d7a9c8d32cf71b1c54f86b768b2145d341d2698c1e467d7d32 \ - --hash=sha256:7889c3a07171b8a43468a8644d7c95948dc9e1389c4aac2b689a428ee1a98300 -botocore==1.26.2 \ - --hash=sha256:16b9d523a19d61b0edc80ef2253f9130165bad473b1b5707027f10975a8d5467 \ - --hash=sha256:1977f2ad6b6263f4dd9e8b784e69b194988f16d6bd90c4eede15964f4eecf878 +boto3==1.23.3 \ + --hash=sha256:5f27eec9b0a43edbfb3ed5e748837b10219a972f0728fecd78f84ec3629f2092 \ + --hash=sha256:9d5ce5ae3ddd4429cf752efe7c9f39691db6c85b6b5f1cfc8861b8f23b72b67a +botocore==1.26.3 \ + --hash=sha256:869308e29c1e8a9baa3e2fc336a1293e098855e34ea77c035dc4194a96316688 \ + --hash=sha256:f83c5cd7b3e1889aabf2fcf7926ddafc41f249a29f76f37cdb9e8680ac9b5af4 # via # boto3 # s3transfer @@ -36,9 +36,9 @@ cachetools==5.1.0 \ --hash=sha256:4ebbd38701cdfd3603d1f751d851ed248ab4570929f2d8a7ce69e30c420b141c \ --hash=sha256:8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98 # via google-auth -certifi==2021.10.8 \ - --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 \ - --hash=sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569 +certifi==2022.5.18 \ + --hash=sha256:6ae10321df3e464305a46e997da41ea56c1d311fb9ff1dd4e04d6f14653ec63a \ + --hash=sha256:8d15a5a7fde18536a249c49e07e8e462b8fc13de21b3c80e8a68315dfa227c99 # via # msrest # requests @@ -126,9 +126,9 @@ cryptography==37.0.2 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.7.3 \ - --hash=sha256:17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79 \ - --hash=sha256:bb40d2d6412c77c367943b88d08323091d724deaea96892fff4a1ebd06f6e5be +google-api-core==2.8.0 \ + --hash=sha256:065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 \ + --hash=sha256:1b9f59236ce1bae9a687c1d4f22957e79a2669e53d032893f6bf0fca54f6931d # via # google-cloud-core # google-cloud-storage