From 2875b3dc620b97af50a72688e1f7f24a22c1d2e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:09:29 +0000 Subject: [PATCH 1/5] [Bot] Update version to 0.10.3. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 42624f314e..56e9df10b5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.10.2 \ No newline at end of file +0.10.3 \ No newline at end of file From 54728f3f1eb4989a296ce99b3765faf370a12fc8 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:21:30 +0200 Subject: [PATCH 2/5] Update dependency "furo" to version 2024.8.6. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 674f0b7ad9..8ed6a116cc 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ breathe >= 4.35, < 4.36 -furo == 2024.7.18 +furo == 2024.8.6 myst-parser >= 3.0, < 3.1 sphinx >= 7.4, < 7.5 sphinx-copybutton >= 0.5, < 0.6 From 10e8d8b5cc9d149bc551f604ec0b3d6b9c108fd2 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:24:04 +0200 Subject: [PATCH 3/5] Update dependency "myst-parser" to version 4.0 or greater. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 8ed6a116cc..d7d7050e55 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ breathe >= 4.35, < 4.36 furo == 2024.8.6 -myst-parser >= 3.0, < 3.1 +myst-parser >= 4.0, < 4.1 sphinx >= 7.4, < 7.5 sphinx-copybutton >= 0.5, < 0.6 sphinx-favicon >= 1.0, < 1.1 From 93f53102fec5fd239feebb4aaa742fdfa08f363c Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:24:19 +0200 Subject: [PATCH 4/5] Update dependency "wheel" to version 0.44 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index ffab0f2a44..5f612e6fab 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -11,6 +11,6 @@ pylint >= 3.2, < 3.3 setuptools scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3 -wheel >= 0.43, < 0.44 +wheel >= 0.44, < 0.45 yamlfix >= 1.16, < 1.17 yapf >= 0.40, < 0.41 From 12918dc2bb096128e9cb892c6a8aa875971fe715 Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:39:05 +0000 Subject: [PATCH 5/5] [Bot] Merge bugfix into feature branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 56e9df10b5..142464bf22 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.10.3 \ No newline at end of file +0.11.0 \ No newline at end of file