From 87ee51a2574f565efac1122f6e159e1765f8450a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:00:23 +0000 Subject: [PATCH 01/57] :arrow_up: Bump golang.org/x/sync from 0.6.0 to 0.7.0 in /utils Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0. - [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.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 9353769097..bc21242784 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -46,7 +46,7 @@ require ( golang.org/x/exp v0.0.0-20230905200255-921286631fa9 golang.org/x/net v0.23.0 golang.org/x/oauth2 v0.19.0 - golang.org/x/sync v0.6.0 + golang.org/x/sync v0.7.0 golang.org/x/sys v0.19.0 golang.org/x/text v0.14.0 ) diff --git a/utils/go.sum b/utils/go.sum index 199aab8583..ef6cea1498 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -290,8 +290,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ 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.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ= -golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= 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= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= From ab9c2a1b56f5189cee6499aa0bf487d74f283384 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:00:54 +0000 Subject: [PATCH 02/57] =?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/20240418130054.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130054.bugfix diff --git a/changes/20240418130054.bugfix b/changes/20240418130054.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130054.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From cd65197b8c172a637fe98044f45ffa9e4ed08c40 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:00:58 +0000 Subject: [PATCH 03/57] =?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/20240418130058.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130058.bugfix diff --git a/changes/20240418130058.bugfix b/changes/20240418130058.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130058.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From f874859fd23b30fa81ca328eb8d4988ce96dde30 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:01:23 +0000 Subject: [PATCH 04/57] =?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/20240418130123.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130123.bugfix diff --git a/changes/20240418130123.bugfix b/changes/20240418130123.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130123.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 83e2572fba6474b43d1ecccc379db691f2b9a2a3 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:01:30 +0000 Subject: [PATCH 05/57] =?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/20240418130130.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130130.bugfix diff --git a/changes/20240418130130.bugfix b/changes/20240418130130.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130130.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From ecc8a3372e954a6a5cf901577f4447b99280e331 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:01:55 +0000 Subject: [PATCH 06/57] =?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/20240418130155.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130155.bugfix diff --git a/changes/20240418130155.bugfix b/changes/20240418130155.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130155.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From f2f855adff3dffca5d371e75da991e406af484e8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:02:14 +0000 Subject: [PATCH 07/57] =?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/20240418130214.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130214.bugfix diff --git a/changes/20240418130214.bugfix b/changes/20240418130214.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130214.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 056fb9d7d499a4f222fb5c247a48fee0a716e7a0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:02:30 +0000 Subject: [PATCH 08/57] =?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/20240418130230.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130230.bugfix diff --git a/changes/20240418130230.bugfix b/changes/20240418130230.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130230.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From b15c1545c793a729de2365b84c3180931449f837 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:02:49 +0000 Subject: [PATCH 09/57] =?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/20240418130249.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130249.bugfix diff --git a/changes/20240418130249.bugfix b/changes/20240418130249.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130249.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From de3f6fc6ba23b79e430f49de49fc108e85cb76f5 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:02:59 +0000 Subject: [PATCH 10/57] =?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/20240418130259.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130259.bugfix diff --git a/changes/20240418130259.bugfix b/changes/20240418130259.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130259.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 681eac1436343f24c3886c158f507ccfb7ebf4f5 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:03:17 +0000 Subject: [PATCH 11/57] =?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/20240418130317.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130317.bugfix diff --git a/changes/20240418130317.bugfix b/changes/20240418130317.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130317.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 4c399a2fb4131235476a402b4ed74a8e9a68cf93 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:03:30 +0000 Subject: [PATCH 12/57] =?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/20240418130330.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130330.bugfix diff --git a/changes/20240418130330.bugfix b/changes/20240418130330.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130330.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 94ec5e4d5d6f5d09ba86c9e4e61875ec3007a2ae Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:03:48 +0000 Subject: [PATCH 13/57] =?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/20240418130348.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130348.bugfix diff --git a/changes/20240418130348.bugfix b/changes/20240418130348.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130348.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 3c37e9b379a3aef55fdd1d2652d2138960b5e570 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:04:00 +0000 Subject: [PATCH 14/57] =?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/20240418130400.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130400.bugfix diff --git a/changes/20240418130400.bugfix b/changes/20240418130400.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130400.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From be6c3605e5c74b5d057efea07cbfb48402e65964 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:04:17 +0000 Subject: [PATCH 15/57] =?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/20240418130417.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130417.bugfix diff --git a/changes/20240418130417.bugfix b/changes/20240418130417.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130417.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 1e36f5f65f208886d4fed34781274c6ded8ce16f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:04:30 +0000 Subject: [PATCH 16/57] =?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/20240418130430.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130430.bugfix diff --git a/changes/20240418130430.bugfix b/changes/20240418130430.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130430.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From e705036f2ca2cbcf6e7e61050e2b7fb39bf527e0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:04:45 +0000 Subject: [PATCH 17/57] =?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/20240418130445.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130445.bugfix diff --git a/changes/20240418130445.bugfix b/changes/20240418130445.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130445.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From c5422fd00b6465a115286254889a554dddc53b31 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:05:00 +0000 Subject: [PATCH 18/57] =?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/20240418130459.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130459.bugfix diff --git a/changes/20240418130459.bugfix b/changes/20240418130459.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130459.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From a6ea4aed5dc47b363aba01431d6c1310831cee4f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:05:14 +0000 Subject: [PATCH 19/57] =?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/20240418130514.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130514.bugfix diff --git a/changes/20240418130514.bugfix b/changes/20240418130514.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130514.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From b0585ba6493f2436883292a061cd6486dc5dfa60 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:05:34 +0000 Subject: [PATCH 20/57] =?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/20240418130534.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130534.bugfix diff --git a/changes/20240418130534.bugfix b/changes/20240418130534.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130534.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 7c5b6dd73f2a2af320e399931aff32bc0e1ed242 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:05:48 +0000 Subject: [PATCH 21/57] =?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/20240418130548.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130548.bugfix diff --git a/changes/20240418130548.bugfix b/changes/20240418130548.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130548.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From a61cb19c8ca9e4148881686dcf0eb9756135b663 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:06:02 +0000 Subject: [PATCH 22/57] =?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/20240418130602.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130602.bugfix diff --git a/changes/20240418130602.bugfix b/changes/20240418130602.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130602.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 7000b2c89377b8a63b671acbaef9d1dc32b98a17 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:06:20 +0000 Subject: [PATCH 23/57] =?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/20240418130620.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130620.bugfix diff --git a/changes/20240418130620.bugfix b/changes/20240418130620.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130620.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 628547af9d7f6b27c412e90a8d41c22a3b3a4563 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:06:30 +0000 Subject: [PATCH 24/57] =?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/20240418130630.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130630.bugfix diff --git a/changes/20240418130630.bugfix b/changes/20240418130630.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130630.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 67db78f997c22df8cdf27f1f92f4b9baded8fae0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:06:49 +0000 Subject: [PATCH 25/57] =?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/20240418130649.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130649.bugfix diff --git a/changes/20240418130649.bugfix b/changes/20240418130649.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130649.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 9a05f431c676f175acb877117e5830c0e5fd91e7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:07:08 +0000 Subject: [PATCH 26/57] =?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/20240418130708.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130708.bugfix diff --git a/changes/20240418130708.bugfix b/changes/20240418130708.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130708.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 1417767e21a6b9c37ed9123f85afc914b8c9ba11 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:07:21 +0000 Subject: [PATCH 27/57] =?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/20240418130721.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130721.bugfix diff --git a/changes/20240418130721.bugfix b/changes/20240418130721.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130721.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 366bb742a383944bb69d847a60e75b33f0f3af69 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:07:40 +0000 Subject: [PATCH 28/57] =?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/20240418130740.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130740.bugfix diff --git a/changes/20240418130740.bugfix b/changes/20240418130740.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130740.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 0f785449f3c0877334ff08119fae7b3cd45a5c66 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:07:53 +0000 Subject: [PATCH 29/57] =?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/20240418130753.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130753.bugfix diff --git a/changes/20240418130753.bugfix b/changes/20240418130753.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130753.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 9c1ee6992d345d7230ec31e5f95cff2c16f490dd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:08:10 +0000 Subject: [PATCH 30/57] =?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/20240418130810.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130810.bugfix diff --git a/changes/20240418130810.bugfix b/changes/20240418130810.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130810.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 12fbf8425d91eee7abe5879aa0c8154ec81d41b0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:08:26 +0000 Subject: [PATCH 31/57] =?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/20240418130826.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130826.bugfix diff --git a/changes/20240418130826.bugfix b/changes/20240418130826.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130826.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 390904b6680ec2920753ef2b0ea725a51ccd68fc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:08:42 +0000 Subject: [PATCH 32/57] =?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/20240418130842.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130842.bugfix diff --git a/changes/20240418130842.bugfix b/changes/20240418130842.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130842.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 6a904fb1abcf6f2c6f159801976f3782347e7277 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:09:02 +0000 Subject: [PATCH 33/57] =?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/20240418130901.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130901.bugfix diff --git a/changes/20240418130901.bugfix b/changes/20240418130901.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130901.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 32f9c3bc77dcaa2bb4ab46657726b80d8ace83d5 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:09:11 +0000 Subject: [PATCH 34/57] =?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/20240418130911.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130911.bugfix diff --git a/changes/20240418130911.bugfix b/changes/20240418130911.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130911.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 205af9a7dbdb86809cd3309a9f889b14c86d11fd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:09:36 +0000 Subject: [PATCH 35/57] =?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/20240418130936.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130936.bugfix diff --git a/changes/20240418130936.bugfix b/changes/20240418130936.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130936.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 6ff84f991f5197053b1319fb4e6cf16a8cf037b8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:09:46 +0000 Subject: [PATCH 36/57] =?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/20240418130946.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418130946.bugfix diff --git a/changes/20240418130946.bugfix b/changes/20240418130946.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418130946.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From b707cf5df3371002ff65888ac3bb27e4a5958442 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:10:06 +0000 Subject: [PATCH 37/57] =?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/20240418131006.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131006.bugfix diff --git a/changes/20240418131006.bugfix b/changes/20240418131006.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131006.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From ec697d8a29ab662ebc6f4d5671e5fdc1b024626e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:10:17 +0000 Subject: [PATCH 38/57] =?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/20240418131017.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131017.bugfix diff --git a/changes/20240418131017.bugfix b/changes/20240418131017.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131017.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From bd66d4a89136e0bfed5879197ef86eb139acd99d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:10:35 +0000 Subject: [PATCH 39/57] =?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/20240418131035.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131035.bugfix diff --git a/changes/20240418131035.bugfix b/changes/20240418131035.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131035.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From cb8d163fe1b699704376282f0aca7ad1d527fb7f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:10:45 +0000 Subject: [PATCH 40/57] =?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/20240418131045.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131045.bugfix diff --git a/changes/20240418131045.bugfix b/changes/20240418131045.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131045.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From a01212c60bdca7f1ff49731dd142624e71b7a7a8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:11:05 +0000 Subject: [PATCH 41/57] =?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/20240418131105.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131105.bugfix diff --git a/changes/20240418131105.bugfix b/changes/20240418131105.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131105.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 93b23b602dc272d09d7a9482481d9963fd201584 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:11:16 +0000 Subject: [PATCH 42/57] =?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/20240418131116.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131116.bugfix diff --git a/changes/20240418131116.bugfix b/changes/20240418131116.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131116.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 41318268acf0ac47313a4fc72f6f3a0726cff4ed Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:11:35 +0000 Subject: [PATCH 43/57] =?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/20240418131135.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131135.bugfix diff --git a/changes/20240418131135.bugfix b/changes/20240418131135.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131135.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 5a86507e76c4bb015eeaedde181f94da1a34e831 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:11:47 +0000 Subject: [PATCH 44/57] =?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/20240418131146.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131146.bugfix diff --git a/changes/20240418131146.bugfix b/changes/20240418131146.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131146.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From c36b3770be1b82c50d46629800d6c17c2fcb22de Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:12:05 +0000 Subject: [PATCH 45/57] =?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/20240418131205.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131205.bugfix diff --git a/changes/20240418131205.bugfix b/changes/20240418131205.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131205.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 31b64ca2295a2b530efa8a937c1dd9cd001e6f4a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:12:16 +0000 Subject: [PATCH 46/57] =?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/20240418131216.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131216.bugfix diff --git a/changes/20240418131216.bugfix b/changes/20240418131216.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131216.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 2550ea286ba8a0f10377dba48df7b1b5feeb0058 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:12:37 +0000 Subject: [PATCH 47/57] =?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/20240418131237.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131237.bugfix diff --git a/changes/20240418131237.bugfix b/changes/20240418131237.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131237.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From b888535dbf26fc80abf888e60c7685b8f882cbb9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:12:45 +0000 Subject: [PATCH 48/57] =?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/20240418131245.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131245.bugfix diff --git a/changes/20240418131245.bugfix b/changes/20240418131245.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131245.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 1a29a041ffba05d6133798bef4f1cf1e7ad99f97 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:13:09 +0000 Subject: [PATCH 49/57] =?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/20240418131309.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131309.bugfix diff --git a/changes/20240418131309.bugfix b/changes/20240418131309.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131309.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From b688a5087f3e20e05a3e25e7b84292f795eca6a0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:13:16 +0000 Subject: [PATCH 50/57] =?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/20240418131316.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131316.bugfix diff --git a/changes/20240418131316.bugfix b/changes/20240418131316.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131316.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 02fb3ff59101587dd76c8b9e7fee70645b61e53a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:13:41 +0000 Subject: [PATCH 51/57] =?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/20240418131341.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131341.bugfix diff --git a/changes/20240418131341.bugfix b/changes/20240418131341.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131341.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From f00022687c598bf3848a153f6578887bcc3e1618 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:13:50 +0000 Subject: [PATCH 52/57] =?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/20240418131350.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131350.bugfix diff --git a/changes/20240418131350.bugfix b/changes/20240418131350.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131350.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 13e302a7ebcda755650a815f98eeb3868ef3b727 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:14:12 +0000 Subject: [PATCH 53/57] =?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/20240418131412.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131412.bugfix diff --git a/changes/20240418131412.bugfix b/changes/20240418131412.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131412.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From dc065216a0d1ad5e4cee7654e51d78136c70aee6 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:14:20 +0000 Subject: [PATCH 54/57] =?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/20240418131420.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131420.bugfix diff --git a/changes/20240418131420.bugfix b/changes/20240418131420.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131420.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From a312efcd08827934c110318d0eff246d52971b8b Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:14:44 +0000 Subject: [PATCH 55/57] =?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/20240418131444.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131444.bugfix diff --git a/changes/20240418131444.bugfix b/changes/20240418131444.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131444.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From 2fed49f089fcf7aa9357fdefe2f4f3226ba4865a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:14:50 +0000 Subject: [PATCH 56/57] =?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/20240418131450.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131450.bugfix diff --git a/changes/20240418131450.bugfix b/changes/20240418131450.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131450.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0 From ea182afa02af6e566b642e6358a81cfd77bc109c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 18 Apr 2024 13:15:20 +0000 Subject: [PATCH 57/57] =?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/20240418131520.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20240418131520.bugfix diff --git a/changes/20240418131520.bugfix b/changes/20240418131520.bugfix new file mode 100644 index 0000000000..6eadc6f259 --- /dev/null +++ b/changes/20240418131520.bugfix @@ -0,0 +1 @@ +Dependency upgrade: sync-0.7.0