From dbcdf59b2edec180ea8a4c1bb776d9dc41c5201d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:49:23 +0000 Subject: [PATCH 001/141] :arrow_up: Bump golang.org/x/sync from 0.3.0 to 0.4.0 in /utils Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.4.0. - [Commits](https://github.com/golang/sync/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- utils/go.mod | 2 +- utils/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/go.mod b/utils/go.mod index 34e6637226..f7096a66ff 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -45,7 +45,7 @@ require ( golang.org/x/crypto v0.13.0 golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 golang.org/x/net v0.15.0 - golang.org/x/sync v0.3.0 + golang.org/x/sync v0.4.0 golang.org/x/text v0.13.0 ) diff --git a/utils/go.sum b/utils/go.sum index 2193c788f3..6e569b8d9b 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -498,8 +498,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= -golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ= +golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= From 24fe904aee8b06ad027a4f4ec692ecbcd7c0bc6d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:50:57 +0000 Subject: [PATCH 002/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105057.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105057.bugfix diff --git a/changes/20231006105057.bugfix b/changes/20231006105057.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105057.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 87745c43357cacef7d11ae493b06e69c3ddeafc8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:51:31 +0000 Subject: [PATCH 003/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105131.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105131.bugfix diff --git a/changes/20231006105131.bugfix b/changes/20231006105131.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105131.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From c1edac8792f609ce312b487bb57fd614fa8fc1c0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:53:31 +0000 Subject: [PATCH 004/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105331.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105331.bugfix diff --git a/changes/20231006105331.bugfix b/changes/20231006105331.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105331.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From ea567dd13924adc70c447ddd2f8ec3d2af4e29c3 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:53:46 +0000 Subject: [PATCH 005/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105346.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105346.bugfix diff --git a/changes/20231006105346.bugfix b/changes/20231006105346.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105346.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 0ebb4316be02f4b436b16ccfe9bf5581db50c7b1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:55:18 +0000 Subject: [PATCH 006/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105518.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105518.bugfix diff --git a/changes/20231006105518.bugfix b/changes/20231006105518.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105518.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e2d9067cc4e720ed8b36b1dd3bb27b7b20d5c483 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:55:58 +0000 Subject: [PATCH 007/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105558.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105558.bugfix diff --git a/changes/20231006105558.bugfix b/changes/20231006105558.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105558.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 9c741690a35f1904aef3a27893bd9177c45939ae Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:58:01 +0000 Subject: [PATCH 008/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105801.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105801.bugfix diff --git a/changes/20231006105801.bugfix b/changes/20231006105801.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105801.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 8fff8f5a79d0cb7ffc785b7a67cdb46ad9982dcf Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:58:22 +0000 Subject: [PATCH 009/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006105822.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105822.bugfix diff --git a/changes/20231006105822.bugfix b/changes/20231006105822.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006105822.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From bf87251386447b3f7510b5ea258791ab647b90d0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:00:00 +0000 Subject: [PATCH 010/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110000.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110000.bugfix diff --git a/changes/20231006110000.bugfix b/changes/20231006110000.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110000.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 370ccf608dcdcbe6da5c1645a8d9a2fe1acf184d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:00:26 +0000 Subject: [PATCH 011/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110026.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110026.bugfix diff --git a/changes/20231006110026.bugfix b/changes/20231006110026.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110026.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 60fca46cbd13a1c217605ef81183aded58479f78 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:02:30 +0000 Subject: [PATCH 012/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110230.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110230.bugfix diff --git a/changes/20231006110230.bugfix b/changes/20231006110230.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110230.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From ccdab33a2d617d9106a82a05980dc31b76ed299d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:02:48 +0000 Subject: [PATCH 013/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110248.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110248.bugfix diff --git a/changes/20231006110248.bugfix b/changes/20231006110248.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110248.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4d8665adc468b698e0bd03b87a0b726e041a4eba Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:04:06 +0000 Subject: [PATCH 014/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110406.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110406.bugfix diff --git a/changes/20231006110406.bugfix b/changes/20231006110406.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110406.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 281be685aeebece276548838f72b96e9ec142cdb Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:04:25 +0000 Subject: [PATCH 015/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110425.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110425.bugfix diff --git a/changes/20231006110425.bugfix b/changes/20231006110425.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110425.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3ec7702798d025dae94b0568603df35237d0e2fb Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:05:40 +0000 Subject: [PATCH 016/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110540.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110540.bugfix diff --git a/changes/20231006110540.bugfix b/changes/20231006110540.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110540.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 585106e2fd4787e2a3e7a7692ef71e0866956096 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:05:58 +0000 Subject: [PATCH 017/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110558.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110558.bugfix diff --git a/changes/20231006110558.bugfix b/changes/20231006110558.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110558.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 772c6c98956d8f6df5cdc846778f88c59126b7bc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:06:55 +0000 Subject: [PATCH 018/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110655.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110655.bugfix diff --git a/changes/20231006110655.bugfix b/changes/20231006110655.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110655.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 1fc5a7bf47aef7a74467747a94979ab9988cbc50 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:07:24 +0000 Subject: [PATCH 019/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110724.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110724.bugfix diff --git a/changes/20231006110724.bugfix b/changes/20231006110724.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110724.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 5cea4e646ce0833d8798b9fe2420c4330dbde710 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:07:59 +0000 Subject: [PATCH 020/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110759.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110759.bugfix diff --git a/changes/20231006110759.bugfix b/changes/20231006110759.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110759.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 1b5860a17581a8813f94170310af2125b3f67325 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:08:21 +0000 Subject: [PATCH 021/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006110821.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110821.bugfix diff --git a/changes/20231006110821.bugfix b/changes/20231006110821.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006110821.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 109d226a367eec878967d912ab987cc92cbdafbd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:10:05 +0000 Subject: [PATCH 022/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111005.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111005.bugfix diff --git a/changes/20231006111005.bugfix b/changes/20231006111005.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111005.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 5362c15a39ca7fc9adea65d4ee5fc482e0f3d00b Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:10:19 +0000 Subject: [PATCH 023/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111019.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111019.bugfix diff --git a/changes/20231006111019.bugfix b/changes/20231006111019.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111019.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b5928c9ca0b091159f3175666a98dbd00cabb40d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:10:51 +0000 Subject: [PATCH 024/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111051.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111051.bugfix diff --git a/changes/20231006111051.bugfix b/changes/20231006111051.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111051.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 81254a581b9b490916adafa801c54eee9c18534c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:11:13 +0000 Subject: [PATCH 025/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111113.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111113.bugfix diff --git a/changes/20231006111113.bugfix b/changes/20231006111113.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111113.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From d85a155354d394321d7b1dd274bb87131f15e03e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:11:43 +0000 Subject: [PATCH 026/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111143.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111143.bugfix diff --git a/changes/20231006111143.bugfix b/changes/20231006111143.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111143.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b9fcbef6a34e33fa9ce1b657eb497756bef58509 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:11:59 +0000 Subject: [PATCH 027/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111159.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111159.bugfix diff --git a/changes/20231006111159.bugfix b/changes/20231006111159.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111159.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e8c78b2011c6899590583f65c7e9f1f033a19707 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:12:22 +0000 Subject: [PATCH 028/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111222.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111222.bugfix diff --git a/changes/20231006111222.bugfix b/changes/20231006111222.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111222.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3064637fc32836dbb8721640d2d44211550aeeed Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:12:44 +0000 Subject: [PATCH 029/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111244.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111244.bugfix diff --git a/changes/20231006111244.bugfix b/changes/20231006111244.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111244.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 0edc64780c96bc5be9c91fba93f2a89914b665d0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:13:04 +0000 Subject: [PATCH 030/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111304.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111304.bugfix diff --git a/changes/20231006111304.bugfix b/changes/20231006111304.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111304.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 5046e2081620beb3bced4ac1151771df945d94b8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:13:20 +0000 Subject: [PATCH 031/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111320.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111320.bugfix diff --git a/changes/20231006111320.bugfix b/changes/20231006111320.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111320.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 79430c0dea9a2afbf233a81bbd4cabba25fad38c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:13:50 +0000 Subject: [PATCH 032/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111350.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111350.bugfix diff --git a/changes/20231006111350.bugfix b/changes/20231006111350.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111350.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4991647d7406ec66ee6c2d392d3c75b592837a2d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:14:16 +0000 Subject: [PATCH 033/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111416.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111416.bugfix diff --git a/changes/20231006111416.bugfix b/changes/20231006111416.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111416.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b04022bcf2f221ad4a198ac2771ff1845f2d3502 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:14:31 +0000 Subject: [PATCH 034/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111431.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111431.bugfix diff --git a/changes/20231006111431.bugfix b/changes/20231006111431.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111431.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 104f4575c48629bfef3ef070652410e7099f0216 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:15:13 +0000 Subject: [PATCH 035/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111513.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111513.bugfix diff --git a/changes/20231006111513.bugfix b/changes/20231006111513.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111513.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 407264260ddadbd01c33b38456c92990bf5e417f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:15:21 +0000 Subject: [PATCH 036/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111521.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111521.bugfix diff --git a/changes/20231006111521.bugfix b/changes/20231006111521.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111521.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 34680372ed13b1e2000c87dd45040828e6e60529 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:15:50 +0000 Subject: [PATCH 037/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111550.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111550.bugfix diff --git a/changes/20231006111550.bugfix b/changes/20231006111550.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111550.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From a4b84fc2f0f27fac701ee8a001a531bbfe55829f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:15:58 +0000 Subject: [PATCH 038/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111558.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111558.bugfix diff --git a/changes/20231006111558.bugfix b/changes/20231006111558.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111558.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 291709ad9e9dab28586de6b37cb6b22e424cccd8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:16:26 +0000 Subject: [PATCH 039/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111626.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111626.bugfix diff --git a/changes/20231006111626.bugfix b/changes/20231006111626.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111626.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 81d3561bc586afcde1d7153f24b36fad239f300c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:16:59 +0000 Subject: [PATCH 040/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111659.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111659.bugfix diff --git a/changes/20231006111659.bugfix b/changes/20231006111659.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111659.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 634a2785cc6ad727dbb2ce4811deb2f10d05c9d2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:17:44 +0000 Subject: [PATCH 041/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111744.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111744.bugfix diff --git a/changes/20231006111744.bugfix b/changes/20231006111744.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111744.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 6104293d9e1385c091e00430d838509a82d7c9a3 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:18:05 +0000 Subject: [PATCH 042/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111805.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111805.bugfix diff --git a/changes/20231006111805.bugfix b/changes/20231006111805.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111805.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3b74a4913fe2d5b01ce333bfa80340e6c4f71edb Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:18:24 +0000 Subject: [PATCH 043/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111824.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111824.bugfix diff --git a/changes/20231006111824.bugfix b/changes/20231006111824.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111824.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3e01656956a69078833da418f1f00d8db3bfd924 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:18:40 +0000 Subject: [PATCH 044/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111840.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111840.bugfix diff --git a/changes/20231006111840.bugfix b/changes/20231006111840.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111840.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 81b520091971f6b25896c9f7358e4f3e03afd4ae Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:19:12 +0000 Subject: [PATCH 045/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111912.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111912.bugfix diff --git a/changes/20231006111912.bugfix b/changes/20231006111912.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111912.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From bc6b1c7176301ca52a3886bf5af9260243c2bdae Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:19:18 +0000 Subject: [PATCH 046/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111918.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111918.bugfix diff --git a/changes/20231006111918.bugfix b/changes/20231006111918.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111918.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3d8adfa341866e60dac2fdca9d9689b21c2bd545 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:19:55 +0000 Subject: [PATCH 047/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006111955.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006111955.bugfix diff --git a/changes/20231006111955.bugfix b/changes/20231006111955.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006111955.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 0fa0608a9938a757360ec94946228cf9d33be955 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:20:34 +0000 Subject: [PATCH 048/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112034.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112034.bugfix diff --git a/changes/20231006112034.bugfix b/changes/20231006112034.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112034.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e43f16a564ea20cad538d93ca1945b70d21ed565 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:21:05 +0000 Subject: [PATCH 049/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112105.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112105.bugfix diff --git a/changes/20231006112105.bugfix b/changes/20231006112105.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112105.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From c98c4a37924cf56c47adca9af99887fd8c8dd713 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:21:21 +0000 Subject: [PATCH 050/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112121.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112121.bugfix diff --git a/changes/20231006112121.bugfix b/changes/20231006112121.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112121.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From d623eb3d7a723a2bc4bdad207cc7fc153e8a2d41 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:21:40 +0000 Subject: [PATCH 051/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112140.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112140.bugfix diff --git a/changes/20231006112140.bugfix b/changes/20231006112140.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112140.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b54f2184dcec6dd57f615366f88f255ab1e6580e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:22:15 +0000 Subject: [PATCH 052/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112214.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112214.bugfix diff --git a/changes/20231006112214.bugfix b/changes/20231006112214.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112214.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b22f21532e8f52d23b2de9fd1a17c601a5568927 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:22:28 +0000 Subject: [PATCH 053/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112228.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112228.bugfix diff --git a/changes/20231006112228.bugfix b/changes/20231006112228.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112228.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From be2ecd752eae580b15fd993be927d805c5431865 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:23:04 +0000 Subject: [PATCH 054/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112304.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112304.bugfix diff --git a/changes/20231006112304.bugfix b/changes/20231006112304.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112304.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 2b17d2d8aef8c1cfc2ce6b40bb7d500fa38256b8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:23:23 +0000 Subject: [PATCH 055/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112323.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112323.bugfix diff --git a/changes/20231006112323.bugfix b/changes/20231006112323.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112323.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 16585ab2f3725326525ee68240adbe8ac72bd8bd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:23:40 +0000 Subject: [PATCH 056/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112340.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112340.bugfix diff --git a/changes/20231006112340.bugfix b/changes/20231006112340.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112340.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From a37ccf19be98dbb8353f02977740ecf90cdad244 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:24:06 +0000 Subject: [PATCH 057/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112406.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112406.bugfix diff --git a/changes/20231006112406.bugfix b/changes/20231006112406.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112406.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From ac033c4bc8c27fa30a4a5cb725a4755105d5b6a7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:24:14 +0000 Subject: [PATCH 058/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112413.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112413.bugfix diff --git a/changes/20231006112413.bugfix b/changes/20231006112413.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112413.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 99147269d4a64a4112c2a75fc25b187e244d0786 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:24:54 +0000 Subject: [PATCH 059/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112454.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112454.bugfix diff --git a/changes/20231006112454.bugfix b/changes/20231006112454.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112454.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 8f43012746c0b1e6de8a2abc61754a2a91ed03ea Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:25:18 +0000 Subject: [PATCH 060/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112518.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112518.bugfix diff --git a/changes/20231006112518.bugfix b/changes/20231006112518.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112518.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 61e2666bbaddf991ab1e1f2dbeb9d5724940f020 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:25:53 +0000 Subject: [PATCH 061/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112553.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112553.bugfix diff --git a/changes/20231006112553.bugfix b/changes/20231006112553.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112553.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 5e0300611cc23ed06a32bbeae4ad0b568fb0922d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:26:05 +0000 Subject: [PATCH 062/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112605.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112605.bugfix diff --git a/changes/20231006112605.bugfix b/changes/20231006112605.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112605.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 0af013e9d8696d466dad9aaa9e4efc61918ac9f1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:26:30 +0000 Subject: [PATCH 063/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112630.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112630.bugfix diff --git a/changes/20231006112630.bugfix b/changes/20231006112630.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112630.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b030b9723f7a0babfd206c9cb014f2593b2590b5 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:26:52 +0000 Subject: [PATCH 064/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112652.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112652.bugfix diff --git a/changes/20231006112652.bugfix b/changes/20231006112652.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112652.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 53e7cc63f3dfb555c96fb31fafc6a042eb4e911d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:27:09 +0000 Subject: [PATCH 065/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112708.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112708.bugfix diff --git a/changes/20231006112708.bugfix b/changes/20231006112708.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112708.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4158e4a5ed908c91adff532d04ae7b6946c76ca9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:27:28 +0000 Subject: [PATCH 066/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112728.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112728.bugfix diff --git a/changes/20231006112728.bugfix b/changes/20231006112728.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112728.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 18ff97630f768f4079999b71af0f5ec426c2bd6e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:28:10 +0000 Subject: [PATCH 067/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112810.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112810.bugfix diff --git a/changes/20231006112810.bugfix b/changes/20231006112810.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112810.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From caa54afe3b08493bd06e5239296428bb13eb8c4a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:28:28 +0000 Subject: [PATCH 068/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112828.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112828.bugfix diff --git a/changes/20231006112828.bugfix b/changes/20231006112828.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112828.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From a34882e23817477060bda9f0a4652e675e990cfd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:28:57 +0000 Subject: [PATCH 069/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112857.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112857.bugfix diff --git a/changes/20231006112857.bugfix b/changes/20231006112857.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112857.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From ba367f0bfcd3f65c74b9d68851b145600dfa48a4 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:29:08 +0000 Subject: [PATCH 070/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112908.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112908.bugfix diff --git a/changes/20231006112908.bugfix b/changes/20231006112908.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112908.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From fa5a1798b175f24801d4696055af767eae28bf78 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:29:43 +0000 Subject: [PATCH 071/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006112943.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006112943.bugfix diff --git a/changes/20231006112943.bugfix b/changes/20231006112943.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006112943.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 591715e55c174797e8d07def67e08eb12bc27d06 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:30:20 +0000 Subject: [PATCH 072/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113019.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113019.bugfix diff --git a/changes/20231006113019.bugfix b/changes/20231006113019.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113019.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4bde0d263409c050bb2ff2f36ed860b3095c47b2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:30:23 +0000 Subject: [PATCH 073/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113023.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113023.bugfix diff --git a/changes/20231006113023.bugfix b/changes/20231006113023.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113023.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 78188267e3162048c5ba269e487ce40f5d163014 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:30:56 +0000 Subject: [PATCH 074/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113056.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113056.bugfix diff --git a/changes/20231006113056.bugfix b/changes/20231006113056.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113056.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From bde91fe64c86c94dc696da1d21c55c302feef4bd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:31:28 +0000 Subject: [PATCH 075/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113128.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113128.bugfix diff --git a/changes/20231006113128.bugfix b/changes/20231006113128.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113128.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 9f97451d1812bdd856afeb823d783540d74dfa0d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:31:52 +0000 Subject: [PATCH 076/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113152.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113152.bugfix diff --git a/changes/20231006113152.bugfix b/changes/20231006113152.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113152.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 6bffa534a4e18afc56e4df8651d4f6da6e91f91e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:32:06 +0000 Subject: [PATCH 077/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113206.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113206.bugfix diff --git a/changes/20231006113206.bugfix b/changes/20231006113206.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113206.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 867aad336ecc7517eb2c017f0eaffcdce639d35e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:32:27 +0000 Subject: [PATCH 078/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113227.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113227.bugfix diff --git a/changes/20231006113227.bugfix b/changes/20231006113227.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113227.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From fff5ffc9c7bad9970579df634a4f82d25ae8f1e6 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:32:42 +0000 Subject: [PATCH 079/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113242.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113242.bugfix diff --git a/changes/20231006113242.bugfix b/changes/20231006113242.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113242.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From f9f4fded7f534d1a9502ef5e7d64ad42f56f11d9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:33:15 +0000 Subject: [PATCH 080/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113315.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113315.bugfix diff --git a/changes/20231006113315.bugfix b/changes/20231006113315.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113315.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 45644a53816d4f82f79200a37c85c37e680817b9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:33:34 +0000 Subject: [PATCH 081/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113334.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113334.bugfix diff --git a/changes/20231006113334.bugfix b/changes/20231006113334.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113334.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b2a96389d165cad03074a64f449cb40884062268 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:34:12 +0000 Subject: [PATCH 082/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113412.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113412.bugfix diff --git a/changes/20231006113412.bugfix b/changes/20231006113412.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113412.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4c6359191e1303a6cd3de57b0b30df4412bf4e7c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:34:25 +0000 Subject: [PATCH 083/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113425.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113425.bugfix diff --git a/changes/20231006113425.bugfix b/changes/20231006113425.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113425.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From f924853febea6c44a9576e96d2843bcb169375f4 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:34:57 +0000 Subject: [PATCH 084/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113457.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113457.bugfix diff --git a/changes/20231006113457.bugfix b/changes/20231006113457.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113457.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3a617d6d7da8d59d7892c15944a042ed2f08693a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:35:13 +0000 Subject: [PATCH 085/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113513.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113513.bugfix diff --git a/changes/20231006113513.bugfix b/changes/20231006113513.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113513.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e0a898c8417093a4ac89798e712f1f9dc101a2c3 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:35:33 +0000 Subject: [PATCH 086/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113533.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113533.bugfix diff --git a/changes/20231006113533.bugfix b/changes/20231006113533.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113533.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 29dda2981db1152956fb8faaa962c9151d7fefc6 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:35:48 +0000 Subject: [PATCH 087/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113548.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113548.bugfix diff --git a/changes/20231006113548.bugfix b/changes/20231006113548.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113548.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From aeaf271f502d89b4dbe374cbe51522b72ce49fcc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:36:15 +0000 Subject: [PATCH 088/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113615.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113615.bugfix diff --git a/changes/20231006113615.bugfix b/changes/20231006113615.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113615.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4377f363808da8e00b5fbb94b8fc12908e3e789a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:36:25 +0000 Subject: [PATCH 089/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113625.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113625.bugfix diff --git a/changes/20231006113625.bugfix b/changes/20231006113625.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113625.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From cc3ede417a09276dd0c8143bc7dc15e76aed4258 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:36:52 +0000 Subject: [PATCH 090/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113652.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113652.bugfix diff --git a/changes/20231006113652.bugfix b/changes/20231006113652.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113652.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e4028804d5728f3c081ab4df14df07ca12640dac Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:37:12 +0000 Subject: [PATCH 091/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113712.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113712.bugfix diff --git a/changes/20231006113712.bugfix b/changes/20231006113712.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113712.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 76d48fe362fcd0d661950f4e411f2e91dc4e981c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:37:55 +0000 Subject: [PATCH 092/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113755.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113755.bugfix diff --git a/changes/20231006113755.bugfix b/changes/20231006113755.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113755.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3258317da9c29bfcfa786ac42b89ad25a8374187 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:38:03 +0000 Subject: [PATCH 093/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113803.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113803.bugfix diff --git a/changes/20231006113803.bugfix b/changes/20231006113803.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113803.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 9f1ba6caddf5372c8156791c1835c78b725ca016 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:38:43 +0000 Subject: [PATCH 094/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113843.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113843.bugfix diff --git a/changes/20231006113843.bugfix b/changes/20231006113843.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113843.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 29aa1d02af224cf011937c2f5ce3e262ab80ca63 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:39:02 +0000 Subject: [PATCH 095/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113902.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113902.bugfix diff --git a/changes/20231006113902.bugfix b/changes/20231006113902.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113902.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From a99daa12d6d45316e13c11d1c40e4d8eb196b881 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:39:33 +0000 Subject: [PATCH 096/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113933.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113933.bugfix diff --git a/changes/20231006113933.bugfix b/changes/20231006113933.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113933.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 741f9e0208fed756a89e3d430580fcca01512b8c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:39:39 +0000 Subject: [PATCH 097/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006113939.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006113939.bugfix diff --git a/changes/20231006113939.bugfix b/changes/20231006113939.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006113939.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From c5ae492df41f2542722b002cf8feb1c6cc915fb7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:40:15 +0000 Subject: [PATCH 098/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114015.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114015.bugfix diff --git a/changes/20231006114015.bugfix b/changes/20231006114015.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114015.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From eced22ed77cae6a64d3c594f34af75b8ffc56133 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:40:17 +0000 Subject: [PATCH 099/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114017.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114017.bugfix diff --git a/changes/20231006114017.bugfix b/changes/20231006114017.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114017.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From ce8c0277ddd9dd78e425eb288f52072ecce288db Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:40:50 +0000 Subject: [PATCH 100/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114050.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114050.bugfix diff --git a/changes/20231006114050.bugfix b/changes/20231006114050.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114050.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3c66f1e4f3bfbc33d52e25de072993724ae3fec2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:41:21 +0000 Subject: [PATCH 101/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114121.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114121.bugfix diff --git a/changes/20231006114121.bugfix b/changes/20231006114121.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114121.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 9370a044d8c8fea21aa8e05772bcf847db8f6777 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:41:38 +0000 Subject: [PATCH 102/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114138.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114138.bugfix diff --git a/changes/20231006114138.bugfix b/changes/20231006114138.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114138.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 359312d00dc01a05f3e623dfbb7e541d7dda763a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:41:56 +0000 Subject: [PATCH 103/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114156.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114156.bugfix diff --git a/changes/20231006114156.bugfix b/changes/20231006114156.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114156.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From eb9fe0267430cd42645268dee7e76d931aa1c54d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:42:21 +0000 Subject: [PATCH 104/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114221.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114221.bugfix diff --git a/changes/20231006114221.bugfix b/changes/20231006114221.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114221.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 643a3c085f0482b48331e5734102b0bcabc363c9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:42:44 +0000 Subject: [PATCH 105/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114244.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114244.bugfix diff --git a/changes/20231006114244.bugfix b/changes/20231006114244.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114244.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 7a477d4d2184f3a044b342b941481df847cc44eb Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:42:56 +0000 Subject: [PATCH 106/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114256.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114256.bugfix diff --git a/changes/20231006114256.bugfix b/changes/20231006114256.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114256.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From fbceecd1cfca24805ad52292a15e2e4a9ef29f4a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:43:29 +0000 Subject: [PATCH 107/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114329.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114329.bugfix diff --git a/changes/20231006114329.bugfix b/changes/20231006114329.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114329.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From f62bbe94689280de38002080ad16ced87ed85400 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:43:54 +0000 Subject: [PATCH 108/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114354.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114354.bugfix diff --git a/changes/20231006114354.bugfix b/changes/20231006114354.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114354.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From cbf63a50b13f4f67ca62f7f544cbf20f861cca42 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:44:06 +0000 Subject: [PATCH 109/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114406.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114406.bugfix diff --git a/changes/20231006114406.bugfix b/changes/20231006114406.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114406.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 74df21997072a39daba1ea9cb1e3fb554e9702fa Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:44:33 +0000 Subject: [PATCH 110/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114433.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114433.bugfix diff --git a/changes/20231006114433.bugfix b/changes/20231006114433.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114433.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 379b35fa0dea59fe896b21eecafdab56d5b0c96e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:44:51 +0000 Subject: [PATCH 111/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114451.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114451.bugfix diff --git a/changes/20231006114451.bugfix b/changes/20231006114451.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114451.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e758e5e1b12125f9ecc4809d6d3f43c917f0d6d0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:45:09 +0000 Subject: [PATCH 112/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114509.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114509.bugfix diff --git a/changes/20231006114509.bugfix b/changes/20231006114509.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114509.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From d5bbe337b96351aceeb7eb3ef4c867dba77e7c23 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:45:27 +0000 Subject: [PATCH 113/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114527.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114527.bugfix diff --git a/changes/20231006114527.bugfix b/changes/20231006114527.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114527.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 2ff82d8ada3c2b688a5956d784e91263c566ed52 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:45:59 +0000 Subject: [PATCH 114/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114559.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114559.bugfix diff --git a/changes/20231006114559.bugfix b/changes/20231006114559.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114559.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From c4dfe28a808c290da53c968972b80cb8f35e4ace Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:46:03 +0000 Subject: [PATCH 115/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114603.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114603.bugfix diff --git a/changes/20231006114603.bugfix b/changes/20231006114603.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114603.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 93eceebd08a7964a05654f35b517585ae4b1b6cc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:46:43 +0000 Subject: [PATCH 116/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114643.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114643.bugfix diff --git a/changes/20231006114643.bugfix b/changes/20231006114643.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114643.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 6f2b477d4f94d2182c9a3fad628fda153ac3026f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:47:06 +0000 Subject: [PATCH 117/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114706.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114706.bugfix diff --git a/changes/20231006114706.bugfix b/changes/20231006114706.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114706.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 9fbff9ccb6f88e29ddc3776ab83864d9f396d450 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:47:32 +0000 Subject: [PATCH 118/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114732.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114732.bugfix diff --git a/changes/20231006114732.bugfix b/changes/20231006114732.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114732.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From c7a390a770a039ada19ad6969ec074f405a59bfe Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:47:46 +0000 Subject: [PATCH 119/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114746.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114746.bugfix diff --git a/changes/20231006114746.bugfix b/changes/20231006114746.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114746.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b60fb325a23e07abc68a0ef9eb7618f18a5a32d8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:48:10 +0000 Subject: [PATCH 120/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114810.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114810.bugfix diff --git a/changes/20231006114810.bugfix b/changes/20231006114810.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114810.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 7808307364ed45f3469e3ed95f5b39340930d40b Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:48:25 +0000 Subject: [PATCH 121/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114825.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114825.bugfix diff --git a/changes/20231006114825.bugfix b/changes/20231006114825.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114825.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3cf04263e6fd1b17b81b02597d56c370d278180e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:48:58 +0000 Subject: [PATCH 122/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114858.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114858.bugfix diff --git a/changes/20231006114858.bugfix b/changes/20231006114858.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114858.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 5863f1a39de109e5acdbb2483169704f7df7ee4a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:49:04 +0000 Subject: [PATCH 123/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114904.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114904.bugfix diff --git a/changes/20231006114904.bugfix b/changes/20231006114904.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114904.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From c5559853d35bbb8a2ada480e21e816a40e0d177e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:49:35 +0000 Subject: [PATCH 124/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114935.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114935.bugfix diff --git a/changes/20231006114935.bugfix b/changes/20231006114935.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114935.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 217e67aa62d72ee0ca7a4a3795bbd089ccf58fb2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:49:46 +0000 Subject: [PATCH 125/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006114946.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006114946.bugfix diff --git a/changes/20231006114946.bugfix b/changes/20231006114946.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006114946.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 3844ae11eec7bd273f04b120615f31de4514e7d7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:50:15 +0000 Subject: [PATCH 126/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115015.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115015.bugfix diff --git a/changes/20231006115015.bugfix b/changes/20231006115015.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115015.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 65a691b18c2f23d6e12b90ec7c026b8166b4fbe1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:50:24 +0000 Subject: [PATCH 127/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115024.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115024.bugfix diff --git a/changes/20231006115024.bugfix b/changes/20231006115024.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115024.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 1bc618c2a2d41c7cbc18ae18f992c4e93616fa81 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:50:59 +0000 Subject: [PATCH 128/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115059.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115059.bugfix diff --git a/changes/20231006115059.bugfix b/changes/20231006115059.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115059.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e6df9204ed9a606f915785445ad2a37f5b2c9466 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:51:19 +0000 Subject: [PATCH 129/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115119.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115119.bugfix diff --git a/changes/20231006115119.bugfix b/changes/20231006115119.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115119.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 571e6203ef1bb3b6d8cc79c2a6436a8c2c4491f2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:51:44 +0000 Subject: [PATCH 130/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115143.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115143.bugfix diff --git a/changes/20231006115143.bugfix b/changes/20231006115143.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115143.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 2bb9b7c98ff0d4422900e5500aee1779ba77c25a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:51:54 +0000 Subject: [PATCH 131/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115154.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115154.bugfix diff --git a/changes/20231006115154.bugfix b/changes/20231006115154.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115154.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 884941f58585c845ba4f02f5b7fbe4ed7651b7c4 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:52:18 +0000 Subject: [PATCH 132/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115218.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115218.bugfix diff --git a/changes/20231006115218.bugfix b/changes/20231006115218.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115218.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 502abe4c8602b6ad99a3e5783da2f5931bfcc798 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:52:32 +0000 Subject: [PATCH 133/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115232.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115232.bugfix diff --git a/changes/20231006115232.bugfix b/changes/20231006115232.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115232.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From b8a295faf0d1561d55ecfe24e979d0c853400ba4 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:52:59 +0000 Subject: [PATCH 134/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115259.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115259.bugfix diff --git a/changes/20231006115259.bugfix b/changes/20231006115259.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115259.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From e28ac94e364625dd7ec7dc56bb2addd927786c77 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:53:32 +0000 Subject: [PATCH 135/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115332.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115332.bugfix diff --git a/changes/20231006115332.bugfix b/changes/20231006115332.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115332.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 75380e56c254ce061668e93c5ab15389a80865da Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:53:45 +0000 Subject: [PATCH 136/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115345.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115345.bugfix diff --git a/changes/20231006115345.bugfix b/changes/20231006115345.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115345.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 0fd12c1004bfc2e5a3f8f7e7a659df81bfa519fe Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:54:23 +0000 Subject: [PATCH 137/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115423.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115423.bugfix diff --git a/changes/20231006115423.bugfix b/changes/20231006115423.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115423.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From fe56551d38d58493f7dbd53e282e261df38ae05b Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:54:44 +0000 Subject: [PATCH 138/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115444.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115444.bugfix diff --git a/changes/20231006115444.bugfix b/changes/20231006115444.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115444.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From bb022422066cfef94155af76599f47bb34106c1f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:55:01 +0000 Subject: [PATCH 139/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115501.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115501.bugfix diff --git a/changes/20231006115501.bugfix b/changes/20231006115501.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115501.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 4e4cfa59f03640cb6ec1280a73476bd5a28dba84 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:55:40 +0000 Subject: [PATCH 140/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115540.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115540.bugfix diff --git a/changes/20231006115540.bugfix b/changes/20231006115540.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115540.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0 From 7a0edf975008812c013e695c73482a81970a5868 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:55:42 +0000 Subject: [PATCH 141/141] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231006115542.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006115542.bugfix diff --git a/changes/20231006115542.bugfix b/changes/20231006115542.bugfix new file mode 100644 index 0000000000..1829d6857f --- /dev/null +++ b/changes/20231006115542.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.4.0