From 448e6069b49517594f48f2c6ff837e3b7a527c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 08:38:54 +0000 Subject: [PATCH 1/9] Bump rexml from 3.2.5 to 3.3.6 in /slate Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.6. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- slate/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slate/Gemfile.lock b/slate/Gemfile.lock index 698249037..ad0829520 100644 --- a/slate/Gemfile.lock +++ b/slate/Gemfile.lock @@ -121,7 +121,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - rexml (3.2.5) + rexml (3.3.6) + strscan rouge (3.26.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -136,6 +137,7 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) + strscan (3.1.0) temple (0.8.2) thor (1.1.0) thread_safe (0.3.6) From 48bb8e604a8edac219771e3953760993a9f8f868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 08:38:59 +0000 Subject: [PATCH 2/9] Bump nokogiri from 1.11.3 to 1.16.5 in /slate Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- slate/Gemfile | 2 +- slate/Gemfile.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/slate/Gemfile b/slate/Gemfile index 9dda513aa..d1e0085b1 100644 --- a/slate/Gemfile +++ b/slate/Gemfile @@ -8,7 +8,7 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.11.0' +gem 'nokogiri', '~> 1.16.5' gem 'sass' gem 'webrick' gem 'middleman-livereload' # NOTE: breaks if placed inside a group! diff --git a/slate/Gemfile.lock b/slate/Gemfile.lock index 698249037..0907c6bae 100644 --- a/slate/Gemfile.lock +++ b/slate/Gemfile.lock @@ -97,12 +97,10 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.5.0) + mini_portile2 (2.8.7) minitest (5.14.4) - nokogiri (1.11.3) - mini_portile2 (~> 2.5.0) - racc (~> 1.4) - nokogiri (1.11.3-x64-mingw32) + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) @@ -113,7 +111,7 @@ GEM parallel (1.20.1) parslet (1.8.2) public_suffix (4.0.6) - racc (1.5.2) + racc (1.8.1) rack (2.2.3) rack-livereload (0.3.17) rack @@ -159,7 +157,7 @@ DEPENDENCIES middleman-livereload middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.11.0) + nokogiri (~> 1.16.5) redcarpet (~> 3.5.0) rouge (~> 3.21) sass From 2e95944d4de03af421ba6ed587e7ec2135a5c32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:00:54 +0000 Subject: [PATCH 3/9] Bump rack in /slate in the bundler group across 1 directory Bumps the bundler group with 1 update in the /slate directory: [rack](https://github.com/rack/rack). Updates `rack` from 2.2.3 to 2.2.8.1 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- slate/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slate/Gemfile.lock b/slate/Gemfile.lock index 79d3b9676..3837a03cb 100644 --- a/slate/Gemfile.lock +++ b/slate/Gemfile.lock @@ -112,7 +112,7 @@ GEM parslet (1.8.2) public_suffix (4.0.6) racc (1.8.1) - rack (2.2.3) + rack (2.2.8.1) rack-livereload (0.3.17) rack rb-fsevent (0.10.4) From 85d77aa034a55d66b3cc1e84bab4e4d6a517db70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:23:27 +0000 Subject: [PATCH 4/9] Bump the bundler group across 1 directory with 4 updates Bumps the bundler group with 4 updates in the /slate directory: [addressable](https://github.com/sporkmonger/addressable), [rack](https://github.com/rack/rack), [rexml](https://github.com/ruby/rexml) and [tzinfo](https://github.com/tzinfo/tzinfo). Updates `addressable` from 2.7.0 to 2.8.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) Updates `rack` from 2.2.8.1 to 2.2.9 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8.1...v2.2.9) Updates `rexml` from 3.3.6 to 3.3.7 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.7) Updates `tzinfo` from 1.2.9 to 1.2.10 - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.9...v1.2.10) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-type: indirect dependency-group: bundler - dependency-name: tzinfo dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- slate/Gemfile.lock | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/slate/Gemfile.lock b/slate/Gemfile.lock index 3837a03cb..0606b60d1 100644 --- a/slate/Gemfile.lock +++ b/slate/Gemfile.lock @@ -46,7 +46,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) autoprefixer-rails (9.5.1.1) execjs @@ -110,17 +110,16 @@ GEM activesupport (>= 3.1) parallel (1.20.1) parslet (1.8.2) - public_suffix (4.0.6) + public_suffix (4.0.7) racc (1.8.1) - rack (2.2.8.1) + rack (2.2.9) rack-livereload (0.3.17) rack rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - rexml (3.3.6) - strscan + rexml (3.3.7) rouge (3.26.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -135,14 +134,13 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - strscan (3.1.0) temple (0.8.2) thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) toml (0.2.0) parslet (~> 1.8.0) - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) From 44056783c4d2eaa77b57b3e83d7a35018c56bbf3 Mon Sep 17 00:00:00 2001 From: NtskwK Date: Sun, 15 Sep 2024 17:47:53 +0800 Subject: [PATCH 5/9] Update build-docs.yml --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 3926d2e6e..d9a67c48a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest env: - ruby-version: 2.7 + ruby-version: 3.0 steps: - uses: actions/checkout@v3 From f4b4612400a8df4b61dbdbc561c15715aab0c735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:50:58 +0000 Subject: [PATCH 6/9] Bump webpack in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.89.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5415557c4..0aa200c1d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "style-loader": "^0.13.1", "tween.js": "^16.6.0", "url-loader": "^0.5.7", - "webpack": "5.89.0", + "webpack": "5.94.0", "webpack-bundle-tracker": "0.4.3", "webpack-livereload-plugin": "3.0.2", "mini-css-extract-plugin": "1.6.2", From 0d72e89b66171098a2f66e0b30739fca7b40d981 Mon Sep 17 00:00:00 2001 From: NtskwK Date: Sun, 15 Sep 2024 17:54:55 +0800 Subject: [PATCH 7/9] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10900789c..13d330967 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ amqp==2.5.2 appdirs==1.4.0 APScheduler==3.2.0 -billiard==3.6.3.0 +billiard>=3.6.3.0 celery==4.4.0 coreapi>=2.3.3 Django==2.2.27 From ab71c5decc5dcf70ca495cdd527ad9ec20615280 Mon Sep 17 00:00:00 2001 From: NtskwK Date: Sun, 15 Sep 2024 18:09:25 +0800 Subject: [PATCH 8/9] Update requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13d330967..d8f0fc300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ funcsigs==1.0.2 futures==3.1.1 gunicorn==19.7.1 itypes==1.1.0 -kombu==4.6.7 Markdown==3.3.4 olefile==0.44 openapi-codec==1.1.7 From 5e22ba3569c349b666458283f5b5fcfeefe0ef72 Mon Sep 17 00:00:00 2001 From: NtskwK Date: Sun, 15 Sep 2024 18:44:52 +0800 Subject: [PATCH 9/9] Update requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8f0fc300..2aa84d11d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,6 @@ six==1.11.0 strict-rfc3339==0.7 tzlocal==1.3 uritemplate==3.0.0 -vine==1.3.0 webcolors==1.5 rio-tiler==2.1.2 rio-color==1.0.4