From a88525891ecf487e9047d8a7938004a077dcee7f Mon Sep 17 00:00:00 2001 From: Philip Dolbel Date: Thu, 15 Dec 2022 10:33:32 +1300 Subject: [PATCH 001/267] Fix helper commands documentation --- docs/getting_started/helper_commands.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/helper_commands.rst b/docs/getting_started/helper_commands.rst index 00df49a33..404b93eaf 100644 --- a/docs/getting_started/helper_commands.rst +++ b/docs/getting_started/helper_commands.rst @@ -103,12 +103,12 @@ Running ``./dev end`` will stop any containers which are currently running, this ``exec`` ============================================================================== -Running ``./dev exec [COMMAND]`` will run the given command in the Django Docker container. -For example, to run ``ls`` in the Django Docker container, enter: +Running ``./dev exec [CONTAINER] [COMMAND]`` will run the given command in the given Docker container. +For example, to run ``./manage.py loadactivities`` in the Django Docker container, enter: .. code-block:: bash - $ ./dev exec ls + $ ./dev exec django ./manage.py loadactivities .. _help: From 026a98e56c4e4a93dea1a849f25e9a0811fbfe73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 02:01:29 +0000 Subject: [PATCH 002/267] Bump verto from 1.0.1 to 1.1.0 Bumps [verto](https://github.com/uccser/verto) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/uccser/verto/releases) - [Commits](https://github.com/uccser/verto/compare/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: verto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 45ce3ad87..fe617b6f9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ yattag==1.14.0 tinycss==0.4 # Markdown -verto==1.0.1 +verto==1.1.0 python-markdown-math==0.6 # YAML Loading From f5781088b6677f80038ce26d3d608ef23a6eebc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 02:04:13 +0000 Subject: [PATCH 003/267] Bump sass from 1.56.2 to 1.57.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.56.2 to 1.57.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.56.2...1.57.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index bac21f917..efd4afa9e 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.20", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.56.2", + "sass": "1.57.0", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.6.2" From 2aaf6738f8e6de797c65318e6ddcf393f3d5946e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 02:02:06 +0000 Subject: [PATCH 004/267] Bump sass from 1.57.0 to 1.57.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.57.0...1.57.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index efd4afa9e..6fd0048b9 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.20", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.57.0", + "sass": "1.57.1", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.6.2" From 8d85956c49eb750c18dfbf93c26af71c093fcc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 02:02:24 +0000 Subject: [PATCH 005/267] Bump browser-sync from 2.27.10 to 2.27.11 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.10 to 2.27.11. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index efd4afa9e..8c469785d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.13", "bootstrap": "4.6.1", - "browser-sync": "2.27.10", + "browser-sync": "2.27.11", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From 8330d0a61795755034c7afd5fdc65c04aaecc6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 02:02:39 +0000 Subject: [PATCH 006/267] Bump jquery from 3.6.2 to 3.6.3 in /csunplugged Bumps [jquery](https://github.com/jquery/jquery) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.2...3.6.3) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 459924527..b27209099 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -28,7 +28,7 @@ "gulp-terser": "2.1.0", "gulp": "4.0.2", "intro.js": "4.3.0", - "jquery": "3.6.2", + "jquery": "3.6.3", "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", From d3d3e55f048f49a3c324f3a60f58e96a8ff708cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 02:01:53 +0000 Subject: [PATCH 007/267] Bump actions/setup-python from 4.3.1 to 4.4.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 2372011cd..f2f8d8272 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: '3.x' - name: Install dependencies From f51fb25f56c7b354df6b9124ff32e0728fd9034e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:01:42 +0000 Subject: [PATCH 008/267] Bump yattag from 1.14.0 to 1.15.0 Bumps [yattag](https://github.com/leforestier/yattag) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/leforestier/yattag/releases) - [Commits](https://github.com/leforestier/yattag/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: yattag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index fe617b6f9..d51ccf131 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ psycopg2==2.9.5 # Resources WeasyPrint==52.4 Pillow==9.3.0 -yattag==1.14.0 +yattag==1.15.0 tinycss==0.4 # Markdown From 8a612cc53d6eb05e223c35aaa0585beb924e60ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:01:57 +0000 Subject: [PATCH 009/267] Bump pydocstyle from 6.1.1 to 6.2.0 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/PyCQA/pydocstyle/releases) - [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst) - [Commits](https://github.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index ee1330d13..a2c1eeff7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ # Check Python style flake8==4.0.1 -pydocstyle==6.1.1 +pydocstyle==6.2.0 # Coverage Tools coverage==6.5.0 From 11fdb6efc625975f0a9bf146a719c68f6541302b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:03:16 +0000 Subject: [PATCH 010/267] Bump pillow from 9.3.0 to 9.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d51ccf131..34311a402 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ psycopg2==2.9.5 # Resources WeasyPrint==52.4 -Pillow==9.3.0 +Pillow==9.4.0 yattag==1.15.0 tinycss==0.4 From 6f0a0832b6bcd0a2ae98663e9d9b29806c30e64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:01:16 +0000 Subject: [PATCH 011/267] Bump whitenoise from 6.2.0 to 6.3.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.2.0...6.3.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 34311a402..c3bbff015 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ django-bootstrap-breadcrumbs==0.9.2 # Web serving gunicorn==20.1.0 -whitenoise==6.2.0 +whitenoise==6.3.0 # Database APIs psycopg2==2.9.5 From bb8f4aaa03a51e4bdf6efa423b5e1c2b208ac058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:01:20 +0000 Subject: [PATCH 012/267] Bump pydocstyle from 6.2.0 to 6.2.2 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.2.0 to 6.2.2. - [Release notes](https://github.com/PyCQA/pydocstyle/releases) - [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst) - [Commits](https://github.com/PyCQA/pydocstyle/compare/6.2.0...6.2.2) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a2c1eeff7..dfe763c6e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ # Check Python style flake8==4.0.1 -pydocstyle==6.2.0 +pydocstyle==6.2.2 # Coverage Tools coverage==6.5.0 From 5e8e996dc29784cabeae1fb172f0bf416ffdc38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:03:00 +0000 Subject: [PATCH 013/267] Bump pydocstyle from 6.2.2 to 6.2.3 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/PyCQA/pydocstyle/releases) - [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst) - [Commits](https://github.com/PyCQA/pydocstyle/compare/6.2.2...6.2.3) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index dfe763c6e..110d5f092 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ # Check Python style flake8==4.0.1 -pydocstyle==6.2.2 +pydocstyle==6.2.3 # Coverage Tools coverage==6.5.0 From db1ad34b9cd56b2c21e276e3376c39b9ae328622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:04:38 +0000 Subject: [PATCH 014/267] Bump postcss from 8.4.20 to 8.4.21 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.21) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index b27209099..c4a98d2d8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.20", + "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", "sass": "1.57.1", From 6596ba32c07c0af7450973e2e246ea2531784e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:02:21 +0000 Subject: [PATCH 015/267] Bump verto from 1.1.0 to 1.1.1 Bumps [verto](https://github.com/uccser/verto) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/uccser/verto/releases) - [Commits](https://github.com/uccser/verto/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: verto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index c3bbff015..71a32e69a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ yattag==1.15.0 tinycss==0.4 # Markdown -verto==1.1.0 +verto==1.1.1 python-markdown-math==0.6 # YAML Loading From 79348d633f6474756f0f8fe5d50007e106e71baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 02:01:23 +0000 Subject: [PATCH 016/267] Bump actions/setup-python from 4.4.0 to 4.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index f2f8d8272..9835613a3 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.4.0 + uses: actions/setup-python@v4.5.0 with: python-version: '3.x' - name: Install dependencies From 8b2b12e1ce385ed3ba48b827daffd52eaef539c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 02:02:01 +0000 Subject: [PATCH 017/267] Bump requests from 2.28.1 to 2.28.2 Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 71a32e69a..12508d926 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -37,7 +37,7 @@ python-bidi==0.4.2 django-bidi-utils==1.0 # Plugging it in -requests==2.28.1 +requests==2.28.2 # CORS django-cors-headers==3.13.0 From e90e1633a5998fa749536eec8efd08bda685be50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:27:59 +0000 Subject: [PATCH 018/267] Bump docker/build-push-action from 3.2.0 to 3.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 9835613a3..df909f9b3 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -406,7 +406,7 @@ jobs: type=ref,event=branch,priority=2 - name: Build and push Docker image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: file: ./infrastructure/production/django/Dockerfile context: . From 1a54b8e121ab811fae4589e3f0f10191ccbf335e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:01:12 +0000 Subject: [PATCH 019/267] Bump crowdin/github-action from 1.5.2 to 1.5.3 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/1.5.2...1.5.3) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index a30e8eec4..47410b8ac 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@1.5.2 + uses: crowdin/github-action@1.5.3 with: upload_sources: false download_translations: true From 9e1f4d4d38b5147f2096eaeef312ecd692372f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:01:28 +0000 Subject: [PATCH 020/267] Bump pydocstyle from 6.2.3 to 6.3.0 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.2.3 to 6.3.0. - [Release notes](https://github.com/PyCQA/pydocstyle/releases) - [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst) - [Commits](https://github.com/PyCQA/pydocstyle/compare/6.2.3...6.3.0) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 110d5f092..8744917ac 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ # Check Python style flake8==4.0.1 -pydocstyle==6.2.3 +pydocstyle==6.3.0 # Coverage Tools coverage==6.5.0 From a2af1608eea6a41ea77ad9eccbc7d468c5b75c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:03:04 +0000 Subject: [PATCH 021/267] Bump flake8 from 4.0.1 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8744917ac..b615f8a6f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ # Test dependencies # Check Python style -flake8==4.0.1 +flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools From 1e0cbd658d3222ca17320068e881148c0a542163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:03:14 +0000 Subject: [PATCH 022/267] Bump coverage from 6.5.0 to 7.0.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8744917ac..e161393ae 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==4.0.1 pydocstyle==6.3.0 # Coverage Tools -coverage==6.5.0 +coverage==7.0.5 # Skip migration files for local testing django-test-without-migrations==0.6 From d554fae61113b67d83791bb3e7bfc9d9d35971b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 02:01:16 +0000 Subject: [PATCH 023/267] Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependency-updates.yaml b/.github/workflows/auto-merge-dependency-updates.yaml index d569427b1..25002840a 100644 --- a/.github/workflows/auto-merge-dependency-updates.yaml +++ b/.github/workflows/auto-merge-dependency-updates.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.5 + uses: dependabot/fetch-metadata@v1.3.6 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve From af0f70ee85bf7eebb545032c89537e6e9c359069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 02:01:24 +0000 Subject: [PATCH 024/267] Bump coverage from 7.0.5 to 7.1.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.5 to 7.1.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.0.5...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 4fc374ca5..3cab656a5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.0.5 +coverage==7.1.0 # Skip migration files for local testing django-test-without-migrations==0.6 From 459026945b38bd00053b2c9fe88fc839bf0eb188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 02:00:59 +0000 Subject: [PATCH 025/267] Bump crowdin/github-action from 1.5.3 to 1.6.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/1.5.3...v1.6.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 47410b8ac..b0ca22184 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@1.5.3 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false download_translations: true From 8a56433596c2fb622d4d7c5c4b14877ed21f44d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 02:03:13 +0000 Subject: [PATCH 026/267] Bump sass from 1.57.1 to 1.58.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.58.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index c4a98d2d8..09f7c47b5 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.57.1", + "sass": "1.58.0", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.6.2" From eba3ff17fce3789bfb9a3a4105a6454c9937c764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:01:30 +0000 Subject: [PATCH 027/267] Bump django-modeltranslation from 0.18.7 to 0.18.8 Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.18.7 to 0.18.8. - [Release notes](https://github.com/deschler/django-modeltranslation/releases) - [Changelog](https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md) - [Commits](https://github.com/deschler/django-modeltranslation/compare/v0.18.7...v0.18.8) --- updated-dependencies: - dependency-name: django-modeltranslation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 12508d926..5aaab5c06 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ lxml==4.9.2 cssselect==1.2.0 # I18n -django-modeltranslation==0.18.7 +django-modeltranslation==0.18.8 uniseg==0.7.2 python-bidi==0.4.2 django-bidi-utils==1.0 From d9e74fe799d55723d9be22a7d50a77c94b1e07e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:17:56 +0000 Subject: [PATCH 028/267] Bump django from 3.2.16 to 3.2.17 in /requirements Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.16...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 5aaab5c06..6dd64e328 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.16 +django==3.2.17 django-environ==0.9.0 django-bootstrap-breadcrumbs==0.9.2 From 35854aab5db6ecf3a704895f25dafb0f134377fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:01:17 +0000 Subject: [PATCH 029/267] Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 63c5f15f3..c81cfdd62 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx==4.4.0 -sphinx-rtd-theme==1.1.1 +sphinx-rtd-theme==1.2.0 From b283a700b1d4ea5c9af185b15232b55dd5dbe17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:57:05 +0000 Subject: [PATCH 030/267] Bump django-modeltranslation from 0.18.8 to 0.18.9 Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.18.8 to 0.18.9. - [Release notes](https://github.com/deschler/django-modeltranslation/releases) - [Changelog](https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md) - [Commits](https://github.com/deschler/django-modeltranslation/compare/v0.18.8...v0.18.9) --- updated-dependencies: - dependency-name: django-modeltranslation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6dd64e328..7708eecd5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ lxml==4.9.2 cssselect==1.2.0 # I18n -django-modeltranslation==0.18.8 +django-modeltranslation==0.18.9 uniseg==0.7.2 python-bidi==0.4.2 django-bidi-utils==1.0 From dd81da1f1a075c0af43ee85d76b3352810cef75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 02:57:50 +0000 Subject: [PATCH 031/267] Bump sass from 1.58.0 to 1.58.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 09f7c47b5..8b10692fb 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.58.0", + "sass": "1.58.1", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.6.2" From 0825a9982922437cf75cf1798c46b749ae6e5a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:44:59 +0000 Subject: [PATCH 032/267] Bump django from 3.2.17 to 3.2.18 in /requirements Bumps [django](https://github.com/django/django) from 3.2.17 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.17...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7708eecd5..d402bbed8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.17 +django==3.2.18 django-environ==0.9.0 django-bootstrap-breadcrumbs==0.9.2 From 002bbc9d8fc6cb6ad78c60f4bf9921845d76a643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 02:56:52 +0000 Subject: [PATCH 033/267] Bump crowdin/github-action from 1.6.0 to 1.7.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index b0ca22184..cd72f8a4f 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.7.0 with: upload_sources: false download_translations: true From acf4ecb5861452af95e9394a592ebbf93c20d9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 02:57:57 +0000 Subject: [PATCH 034/267] Bump cssnano from 5.1.14 to 5.1.15 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.14 to 5.1.15. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.14...cssnano@5.1.15) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 8b10692fb..98bdf332d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "5.1.14", + "cssnano": "5.1.15", "blockly": "7.20211209.2", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From 2607bead6faf8edb87e8e5d65809b56da1982a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 02:57:59 +0000 Subject: [PATCH 035/267] Bump yargs from 17.6.2 to 17.7.0 in /csunplugged Bumps [yargs](https://github.com/yargs/yargs) from 17.6.2 to 17.7.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.6.2...v17.7.0) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 98bdf332d..db0bc4fff 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -38,7 +38,7 @@ "sass": "1.58.1", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", - "yargs": "17.6.2" + "yargs": "17.7.0" }, "engines": { "node": ">=8" From b23f1f8f2425883f2a759830135636aa0ae6a58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 02:58:18 +0000 Subject: [PATCH 036/267] Bump sass from 1.58.1 to 1.58.2 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 98bdf332d..7e7c70955 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.58.1", + "sass": "1.58.2", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.6.2" From 7502608535f706cd887a2e5b7973dafbd1a6183b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:20:14 +0000 Subject: [PATCH 037/267] Bump sass from 1.58.2 to 1.58.3 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.58.2 to 1.58.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.58.2...1.58.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 59d1df221..f9739f457 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.58.2", + "sass": "1.58.3", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.0" From 0b2998c7307954578ae7e9e7f66ef71a3a89e5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 02:20:04 +0000 Subject: [PATCH 038/267] Bump yargs from 17.7.0 to 17.7.1 in /csunplugged Bumps [yargs](https://github.com/yargs/yargs) from 17.7.0 to 17.7.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.7.0...v17.7.1) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index f9739f457..1c336df93 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -38,7 +38,7 @@ "sass": "1.58.3", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", - "yargs": "17.7.0" + "yargs": "17.7.1" }, "engines": { "node": ">=8" From 576a3c9f95296cc80b9a4cc13d86b49fc54a9bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 02:13:39 +0000 Subject: [PATCH 039/267] Bump coverage from 7.1.0 to 7.2.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3cab656a5..1c98afdcc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.1.0 +coverage==7.2.0 # Skip migration files for local testing django-test-without-migrations==0.6 From 1e6e91e770bf01c3194720ce5be2d457ee697817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:58:21 +0000 Subject: [PATCH 040/267] Bump browser-sync from 2.27.11 to 2.27.12 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.11 to 2.27.12. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.11...v2.27.12) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 1c336df93..e868dd846 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.13", "bootstrap": "4.6.1", - "browser-sync": "2.27.11", + "browser-sync": "2.27.12", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From 8168ddf99283833f245665b2867cbc5f4d7c3895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:07:23 +0000 Subject: [PATCH 041/267] Bump coverage from 7.2.0 to 7.2.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.0...7.2.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 1c98afdcc..18f973cc6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.0 +coverage==7.2.1 # Skip migration files for local testing django-test-without-migrations==0.6 From 9417b01244a3a064569488e992f89cc2c82acd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:07:36 +0000 Subject: [PATCH 042/267] Bump whitenoise from 6.3.0 to 6.4.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.3.0...6.4.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d402bbed8..4d4f1c580 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ django-bootstrap-breadcrumbs==0.9.2 # Web serving gunicorn==20.1.0 -whitenoise==6.3.0 +whitenoise==6.4.0 # Database APIs psycopg2==2.9.5 From 28dce08a1d99b44fdb51c6c888c4c29d600ac1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:07:43 +0000 Subject: [PATCH 043/267] Bump django-cors-headers from 3.13.0 to 3.14.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/adamchainz/django-cors-headers/releases) - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.13.0...3.14.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d402bbed8..2d1168fd6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -40,4 +40,4 @@ django-bidi-utils==1.0 requests==2.28.2 # CORS -django-cors-headers==3.13.0 +django-cors-headers==3.14.0 From 3eff8d9982ecb136f3a02d6e64b37974bd261944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:58:10 +0000 Subject: [PATCH 044/267] Bump browser-sync from 2.27.12 to 2.28.1 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.12 to 2.28.1. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.1) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index e868dd846..19e5fd91c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.13", "bootstrap": "4.6.1", - "browser-sync": "2.27.12", + "browser-sync": "2.28.1", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From 1d427ed2d0f94172cb01bdf3b5e02fee58ab55e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 02:57:17 +0000 Subject: [PATCH 045/267] Bump django-environ from 0.9.0 to 0.10.0 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 4284c0b32..d773945f4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==3.2.18 -django-environ==0.9.0 +django-environ==0.10.0 django-bootstrap-breadcrumbs==0.9.2 # Web serving From d946284c7ce1fd0260c1e8a736a0a3ff191ab668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:57:35 +0000 Subject: [PATCH 046/267] Bump yattag from 1.15.0 to 1.15.1 Bumps [yattag](https://github.com/leforestier/yattag) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/leforestier/yattag/releases) - [Commits](https://github.com/leforestier/yattag/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: yattag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d773945f4..36d8fcc74 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ psycopg2==2.9.5 # Resources WeasyPrint==52.4 Pillow==9.4.0 -yattag==1.15.0 +yattag==1.15.1 tinycss==0.4 # Markdown From 3ef7115fd420969d40eab31e7b5e3010dd072367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:57:44 +0000 Subject: [PATCH 047/267] Bump tqdm from 4.64.1 to 4.65.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.65.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.65.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d773945f4..12cfc37ad 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -24,7 +24,7 @@ python-markdown-math==0.6 PyYAML==6.0 # System tools -tqdm==4.64.1 +tqdm==4.65.0 # XML Parsing lxml==4.9.2 From 1abe55e2f4af67bbf33696f490238a9593641d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:58:06 +0000 Subject: [PATCH 048/267] Bump browser-sync from 2.28.1 to 2.28.3 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.28.1 to 2.28.3. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.28.1...v2.28.3) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 19e5fd91c..51f536e99 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.13", "bootstrap": "4.6.1", - "browser-sync": "2.28.1", + "browser-sync": "2.28.3", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From f8c40abe4a39d22e8c00be6c83d70ad18c4e1ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 02:57:53 +0000 Subject: [PATCH 049/267] Bump jquery from 3.6.3 to 3.6.4 in /csunplugged Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 51f536e99..40562e04b 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -28,7 +28,7 @@ "gulp-terser": "2.1.0", "gulp": "4.0.2", "intro.js": "4.3.0", - "jquery": "3.6.3", + "jquery": "3.6.4", "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", From fb679ff1d3f6ca1352e4ec01e72cd1e3729e6534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 02:57:48 +0000 Subject: [PATCH 050/267] Bump autoprefixer from 10.4.13 to 10.4.14 in /csunplugged Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.13 to 10.4.14. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.14) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 40562e04b..d5c63d500 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.13", + "autoprefixer": "10.4.14", "bootstrap": "4.6.1", "browser-sync": "2.28.3", "browserify": "17.0.0", From a83e2475150c938a68eb73b44a44207824cef0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:58:09 +0000 Subject: [PATCH 051/267] Bump sass from 1.58.3 to 1.59.2 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.58.3 to 1.59.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.58.3...1.59.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index d5c63d500..c63361780 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.58.3", + "sass": "1.59.2", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.1" From 531193809a10cbbbbed809b4f1058362d2111b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:56:59 +0000 Subject: [PATCH 052/267] Bump crowdin/github-action from 1.7.0 to 1.7.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index cd72f8a4f..f1c84f256 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false download_translations: true From 09267f1fcba1518321e893ca9936f1185ba6af29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:57:43 +0000 Subject: [PATCH 053/267] Bump sass from 1.59.2 to 1.59.3 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.59.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.59.2...1.59.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index c63361780..8a384a296 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.59.2", + "sass": "1.59.3", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.1" From 85aa4b1a8033b1d4415facf58f554d7a11f3a996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:57:30 +0000 Subject: [PATCH 054/267] Bump coverage from 7.2.1 to 7.2.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.1...7.2.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 18f973cc6..3b5323359 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.1 +coverage==7.2.2 # Skip migration files for local testing django-test-without-migrations==0.6 From adcefb5ef09d15eaaf3200ec5a607fe89086226d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:58:22 +0000 Subject: [PATCH 055/267] Bump browser-sync from 2.28.3 to 2.29.0 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.28.3 to 2.29.0. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 8a384a296..a88e27ac9 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.14", "bootstrap": "4.6.1", - "browser-sync": "2.28.3", + "browser-sync": "2.29.0", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From f115cf37f69389767518ce120871420d1f83da9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 02:58:05 +0000 Subject: [PATCH 056/267] Bump browser-sync from 2.29.0 to 2.29.1 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.0 to 2.29.1. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a88e27ac9..f9359cba1 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.14", "bootstrap": "4.6.1", - "browser-sync": "2.29.0", + "browser-sync": "2.29.1", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From c09d6321ad8dfc64db510aaf8335c2a68efe1855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 02:57:59 +0000 Subject: [PATCH 057/267] Bump sass from 1.59.3 to 1.60.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.60.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.59.3...1.60.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index f9359cba1..aad746de3 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.59.3", + "sass": "1.60.0", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.1" From 7cd9320f56f12740f515865819a7f8b11a234c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 02:57:15 +0000 Subject: [PATCH 058/267] Bump pillow from 9.4.0 to 9.5.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...9.5.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index beb0dbce2..8ce0726b4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ psycopg2==2.9.5 # Resources WeasyPrint==52.4 -Pillow==9.4.0 +Pillow==9.5.0 yattag==1.15.1 tinycss==0.4 From 15f7deeb89772d884d804c2631786fd4532bf0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 02:57:44 +0000 Subject: [PATCH 059/267] Bump psycopg2 from 2.9.5 to 2.9.6 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8ce0726b4..a041ee160 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ gunicorn==20.1.0 whitenoise==6.4.0 # Database APIs -psycopg2==2.9.5 +psycopg2==2.9.6 # Resources WeasyPrint==52.4 From 277224249cf070db38c716ecf5ca63b5f714aa8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 02:57:19 +0000 Subject: [PATCH 060/267] Bump coverage from 7.2.2 to 7.2.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.2...7.2.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3b5323359..da9d52081 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.2 +coverage==7.2.3 # Skip migration files for local testing django-test-without-migrations==0.6 From c17009347856265de7dcef64e1fa206b34f2287a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 02:58:14 +0000 Subject: [PATCH 061/267] Bump sass from 1.60.0 to 1.61.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.61.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.60.0...1.61.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index aad746de3..9118fa56e 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.60.0", + "sass": "1.61.0", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.1" From 231a724f429b1eba89ce5effc71310aae3be4a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:58:10 +0000 Subject: [PATCH 062/267] Bump sass from 1.61.0 to 1.62.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.61.0 to 1.62.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.61.0...1.62.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 9118fa56e..55e88419d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.4.0", - "sass": "1.61.0", + "sass": "1.62.0", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.1" From 0eb5cb08160ff411e62116e7e06113884ad35cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 02:58:21 +0000 Subject: [PATCH 063/267] Bump reveal.js from 4.4.0 to 4.5.0 in /csunplugged Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 55e88419d..d3334bc02 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -34,7 +34,7 @@ "popper.js": "1.16.1", "postcss": "8.4.21", "postcss-flexbugs-fixes": "5.0.2", - "reveal.js": "4.4.0", + "reveal.js": "4.5.0", "sass": "1.62.0", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", From f6327ddbc9944bf0fe6c3a69d35e12994e8833c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 02:58:56 +0000 Subject: [PATCH 064/267] Bump postcss from 8.4.21 to 8.4.22 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.22. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.22) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index d3334bc02..5f1bcda2c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.21", + "postcss": "8.4.22", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.62.0", From 9f742708f752256862ed90d70581865723b9cff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 02:56:55 +0000 Subject: [PATCH 065/267] Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.4.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependency-updates.yaml b/.github/workflows/auto-merge-dependency-updates.yaml index 25002840a..e49020e46 100644 --- a/.github/workflows/auto-merge-dependency-updates.yaml +++ b/.github/workflows/auto-merge-dependency-updates.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.6 + uses: dependabot/fetch-metadata@v1.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve From 46e68aa37156ab7841acb8980bf165da24f654db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 02:57:50 +0000 Subject: [PATCH 066/267] Bump postcss from 8.4.22 to 8.4.23 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.22 to 8.4.23. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.22...8.4.23) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 5f1bcda2c..3b9af36cc 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.22", + "postcss": "8.4.23", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.62.0", From adebbfd53380a6ad81a4a87ada66bd3962735e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:57:00 +0000 Subject: [PATCH 067/267] Bump actions/setup-python from 4.5.0 to 4.6.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index df909f9b3..7968e6934 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: '3.x' - name: Install dependencies From 630cb666d246bdba49dcdd952caf7e1bee7ad982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 02:57:01 +0000 Subject: [PATCH 068/267] Bump crowdin/github-action from 1.7.1 to 1.8.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index f1c84f256..14a0e3852 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.7.1 + uses: crowdin/github-action@v1.8.0 with: upload_sources: false download_translations: true From 79aa1ef2ce800ac336d6988beefb2650582a5bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 02:57:53 +0000 Subject: [PATCH 069/267] Bump sass from 1.62.0 to 1.62.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.62.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 3b9af36cc..9c65a59b4 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.23", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.62.0", + "sass": "1.62.1", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.1" From 749e9a42616ae9e71db96cf1fcccbaee5b63329d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 02:57:18 +0000 Subject: [PATCH 070/267] Bump requests from 2.28.2 to 2.29.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.29.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.29.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a041ee160..e5823cc6f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -37,7 +37,7 @@ python-bidi==0.4.2 django-bidi-utils==1.0 # Plugging it in -requests==2.28.2 +requests==2.29.0 # CORS django-cors-headers==3.14.0 From 73336c38a7ccffe9ae7c1a260348b2a47579a92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 02:57:43 +0000 Subject: [PATCH 071/267] Bump yargs from 17.7.1 to 17.7.2 in /csunplugged Bumps [yargs](https://github.com/yargs/yargs) from 17.7.1 to 17.7.2. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.7.1...v17.7.2) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 9c65a59b4..725549449 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -38,7 +38,7 @@ "sass": "1.62.1", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", - "yargs": "17.7.1" + "yargs": "17.7.2" }, "engines": { "node": ">=8" From 599b588cc713df2863c90645f6b4c8934dce2e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 02:58:08 +0000 Subject: [PATCH 072/267] Bump coverage from 7.2.3 to 7.2.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index da9d52081..debf2fc62 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.3 +coverage==7.2.5 # Skip migration files for local testing django-test-without-migrations==0.6 From 3896cac8964612234785306816e401cc285c3eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:57:22 +0000 Subject: [PATCH 073/267] Bump requests from 2.29.0 to 2.30.0 Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.30.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.29.0...v2.30.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e5823cc6f..34843e0dc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -37,7 +37,7 @@ python-bidi==0.4.2 django-bidi-utils==1.0 # Plugging it in -requests==2.29.0 +requests==2.30.0 # CORS django-cors-headers==3.14.0 From d3ba430622beeab85f1180dc022c25f47569dab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:15:12 +0000 Subject: [PATCH 074/267] Bump django from 3.2.18 to 3.2.19 in /requirements Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.19. - [Commits](https://github.com/django/django/compare/3.2.18...3.2.19) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 34843e0dc..02fa14cee 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.18 +django==3.2.19 django-environ==0.10.0 django-bootstrap-breadcrumbs==0.9.2 From edb885fff23919f1a8eb25f946c1c0fde17e3cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 02:58:00 +0000 Subject: [PATCH 075/267] Bump jquery from 3.6.4 to 3.7.0 in /csunplugged Bumps [jquery](https://github.com/jquery/jquery) from 3.6.4 to 3.7.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.4...3.7.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 725549449..fe1984ce8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -28,7 +28,7 @@ "gulp-terser": "2.1.0", "gulp": "4.0.2", "intro.js": "4.3.0", - "jquery": "3.6.4", + "jquery": "3.7.0", "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", From 3c42e2ca183a2f158ff1d448222c475dc7a6ef16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 02:57:03 +0000 Subject: [PATCH 076/267] Bump crowdin/github-action from 1.8.0 to 1.8.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 14a0e3852..cb618352d 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.8.0 + uses: crowdin/github-action@v1.8.1 with: upload_sources: false download_translations: true From 78d9be42f13eaa5455700a04aca4ecfa1f157e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:57:58 +0000 Subject: [PATCH 077/267] Bump browser-sync from 2.29.1 to 2.29.3 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.1 to 2.29.3. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.3) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index fe1984ce8..f59b700a0 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.14", "bootstrap": "4.6.1", - "browser-sync": "2.29.1", + "browser-sync": "2.29.3", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From 21a686cb2f7af8609f4fd388a97b993bd3aec8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 02:57:01 +0000 Subject: [PATCH 078/267] Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependency-updates.yaml b/.github/workflows/auto-merge-dependency-updates.yaml index e49020e46..37ff98f47 100644 --- a/.github/workflows/auto-merge-dependency-updates.yaml +++ b/.github/workflows/auto-merge-dependency-updates.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.4.0 + uses: dependabot/fetch-metadata@v1.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve From ce1e0a213a7028cabc5f5bf7efb1e1d2ca2de064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 02:57:22 +0000 Subject: [PATCH 079/267] Bump requests from 2.30.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 02fa14cee..6c1dad261 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -37,7 +37,7 @@ python-bidi==0.4.2 django-bidi-utils==1.0 # Plugging it in -requests==2.30.0 +requests==2.31.0 # CORS django-cors-headers==3.14.0 From bc62e06bf54a35552455b85091a655066005b869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 02:57:44 +0000 Subject: [PATCH 080/267] Bump requests from 2.30.0 to 2.31.0 in /requirements Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 02fa14cee..6c1dad261 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -37,7 +37,7 @@ python-bidi==0.4.2 django-bidi-utils==1.0 # Plugging it in -requests==2.30.0 +requests==2.31.0 # CORS django-cors-headers==3.14.0 From 66d22c49ce15d3b5951ffd0030c8b228991b9c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 02:56:56 +0000 Subject: [PATCH 081/267] Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependency-updates.yaml b/.github/workflows/auto-merge-dependency-updates.yaml index 37ff98f47..6461335a2 100644 --- a/.github/workflows/auto-merge-dependency-updates.yaml +++ b/.github/workflows/auto-merge-dependency-updates.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.5.0 + uses: dependabot/fetch-metadata@v1.5.1 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve From de4473f3df849cbcea12c8714561e4aa9409b2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 02:57:15 +0000 Subject: [PATCH 082/267] Bump coverage from 7.2.5 to 7.2.6 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.5...7.2.6) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index debf2fc62..1fcca6c8a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.5 +coverage==7.2.6 # Skip migration files for local testing django-test-without-migrations==0.6 From 1e2277f4d67ce26052547021880b0eb5755f77da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 02:57:22 +0000 Subject: [PATCH 083/267] Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.0 to 1.2.1. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c81cfdd62..4b6eb8eff 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx==4.4.0 -sphinx-rtd-theme==1.2.0 +sphinx-rtd-theme==1.2.1 From b0f708c790bddc1b96951102a509b11d6acfe513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 02:58:12 +0000 Subject: [PATCH 084/267] Bump actions/setup-python from 4.6.0 to 4.6.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 7968e6934..6b8bac5b8 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v4.6.1 with: python-version: '3.x' - name: Install dependencies From fc03861e11a0c4b8d78cd414bca955f0f2081906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 02:57:51 +0000 Subject: [PATCH 085/267] Bump postcss from 8.4.23 to 8.4.24 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.24) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index f59b700a0..a8a66d983 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.5.2", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.23", + "postcss": "8.4.24", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.62.1", From 9844cbe9cbea1f178cf499d8b76e792f6acb35e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 02:57:16 +0000 Subject: [PATCH 086/267] Bump coverage from 7.2.6 to 7.2.7 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.6 to 7.2.7. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.6...7.2.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 1fcca6c8a..8cc02d02b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.6 +coverage==7.2.7 # Skip migration files for local testing django-test-without-migrations==0.6 From 54866bba1d4aac1aaadfde8bbbdfcf451b52b0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 02:56:57 +0000 Subject: [PATCH 087/267] Bump crowdin/github-action from 1.8.1 to 1.9.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index cb618352d..3dadfb341 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.8.1 + uses: crowdin/github-action@v1.9.0 with: upload_sources: false download_translations: true From 8b497ac30dc77df7c5248bed1efbe5ed3e64152d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 02:59:14 +0000 Subject: [PATCH 088/267] Bump multiple-select from 1.5.2 to 1.6.0 in /csunplugged Bumps [multiple-select](https://github.com/wenzhixin/multiple-select) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/wenzhixin/multiple-select/releases) - [Changelog](https://github.com/wenzhixin/multiple-select/blob/develop/CHANGELOG.md) - [Commits](https://github.com/wenzhixin/multiple-select/compare/1.5.2...1.6.0) --- updated-dependencies: - dependency-name: multiple-select dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a8a66d983..960258fa8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -29,7 +29,7 @@ "gulp": "4.0.2", "intro.js": "4.3.0", "jquery": "3.7.0", - "multiple-select": "1.5.2", + "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", "postcss": "8.4.24", From a8e977b92f094d9e9bba3c97bb1761f7591edb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 02:57:29 +0000 Subject: [PATCH 089/267] Bump django-modeltranslation from 0.18.9 to 0.18.10 Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.18.9 to 0.18.10. - [Release notes](https://github.com/deschler/django-modeltranslation/releases) - [Changelog](https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md) - [Commits](https://github.com/deschler/django-modeltranslation/compare/v0.18.9...v0.18.10) --- updated-dependencies: - dependency-name: django-modeltranslation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6c1dad261..c5545a488 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ lxml==4.9.2 cssselect==1.2.0 # I18n -django-modeltranslation==0.18.9 +django-modeltranslation==0.18.10 uniseg==0.7.2 python-bidi==0.4.2 django-bidi-utils==1.0 From 40cb429007af1c6e2821b67caee55212e17dd233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:57:12 +0000 Subject: [PATCH 090/267] Bump django-extensions from 3.2.1 to 3.2.3 Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-extensions/django-extensions/compare/3.2.1...3.2.3) --- updated-dependencies: - dependency-name: django-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index c3d9ffcd5..f94a6cdf3 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,4 +4,4 @@ # Debugging Tools django-debug-toolbar==3.8.1 -django-extensions==3.2.1 +django-extensions==3.2.3 From fae7e0111bb2cb9084ec293de69e04b6a5c458f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 02:57:06 +0000 Subject: [PATCH 091/267] Bump docker/login-action from 2.1.0 to 2.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 6b8bac5b8..a4fcda967 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -390,7 +390,7 @@ jobs: ls artifacts/at-a-distance-files-*/at-a-distance-files.tar.gz | xargs -n1 tar -xz --directory csunplugged/staticfiles/slides --file - name: Log in to the Container registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.actor }} From e484455076ebb5727913bcd21c4d0d67df2eeb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 02:57:16 +0000 Subject: [PATCH 092/267] Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.1 to 1.2.2. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4b6eb8eff..5f3b425f0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx==4.4.0 -sphinx-rtd-theme==1.2.1 +sphinx-rtd-theme==1.2.2 From 959a69e0b803b8462f41b619d068fa79be624b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 02:57:54 +0000 Subject: [PATCH 093/267] Bump sass from 1.62.1 to 1.63.2 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.62.1 to 1.63.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.62.1...1.63.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 960258fa8..23ceff890 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.24", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.62.1", + "sass": "1.63.2", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From fa13111e466b2b22a2cad400e0c5286f8e706ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 02:58:39 +0000 Subject: [PATCH 094/267] Bump sass from 1.63.2 to 1.63.3 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.63.2 to 1.63.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.63.2...1.63.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 23ceff890..584792518 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.24", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.63.2", + "sass": "1.63.3", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 809fd7629d89635bffbf594ec2768fb5ccbd23ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 02:57:03 +0000 Subject: [PATCH 095/267] Bump crowdin/github-action from 1.9.0 to 1.10.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 3dadfb341..6b5ba4b2e 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.9.0 + uses: crowdin/github-action@v1.10.0 with: upload_sources: false download_translations: true From a356a55776e95b45061c87f6290024a78d860c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 02:57:55 +0000 Subject: [PATCH 096/267] Bump sass from 1.63.3 to 1.63.4 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.63.3 to 1.63.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.63.3...1.63.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 584792518..9ac504776 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.24", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.63.3", + "sass": "1.63.4", "scratchblocks": "3.6.1", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 9ee0c4c18f5bef45f5681f3442dca7c09f0a8b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 02:57:25 +0000 Subject: [PATCH 097/267] Bump crowdin/github-action from 1.10.0 to 1.11.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 6b5ba4b2e..1c7441c71 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true From 3e56c3fdb5db86763bc69ac66e68715f4992c590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 02:57:27 +0000 Subject: [PATCH 098/267] Bump whitenoise from 6.4.0 to 6.5.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index c5545a488..bfcf2a84a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ django-bootstrap-breadcrumbs==0.9.2 # Web serving gunicorn==20.1.0 -whitenoise==6.4.0 +whitenoise==6.5.0 # Database APIs psycopg2==2.9.6 From 18fe47e5dbf4617ac305f9488f3d3db78a226832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 02:58:49 +0000 Subject: [PATCH 099/267] Bump scratchblocks from 3.6.1 to 3.6.2 in /csunplugged Bumps [scratchblocks](https://github.com/scratchblocks/scratchblocks) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/scratchblocks/scratchblocks/releases) - [Commits](https://github.com/scratchblocks/scratchblocks/compare/v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: scratchblocks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 9ac504776..6dc13f4e7 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -36,7 +36,7 @@ "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.63.4", - "scratchblocks": "3.6.1", + "scratchblocks": "3.6.2", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" }, From 2d75da046b079ef91f5510cb05665af19ddf4291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 02:57:44 +0000 Subject: [PATCH 100/267] Bump sass from 1.63.4 to 1.63.5 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.63.5. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.63.4...1.63.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 6dc13f4e7..9d6f0359f 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.24", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.63.4", + "sass": "1.63.5", "scratchblocks": "3.6.2", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 75791d7476b5de9e225f3e6884037b6fdb27081d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 02:57:44 +0000 Subject: [PATCH 101/267] Bump sass from 1.63.5 to 1.63.6 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.63.5 to 1.63.6. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.63.5...1.63.6) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 9d6f0359f..2d706b952 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.24", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.63.5", + "sass": "1.63.6", "scratchblocks": "3.6.2", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From d7a51ed45f6ecb267a65fd2015b309429d95b1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 02:57:02 +0000 Subject: [PATCH 102/267] Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependency-updates.yaml b/.github/workflows/auto-merge-dependency-updates.yaml index 6461335a2..6b40abdd2 100644 --- a/.github/workflows/auto-merge-dependency-updates.yaml +++ b/.github/workflows/auto-merge-dependency-updates.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.5.1 + uses: dependabot/fetch-metadata@v1.6.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve From c15065375d7862ed7f3b9368823a852c6d7c836b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:26:53 +0000 Subject: [PATCH 103/267] Bump django from 3.2.19 to 3.2.20 in /requirements Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20. - [Commits](https://github.com/django/django/compare/3.2.19...3.2.20) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index bfcf2a84a..a856b34ba 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.19 +django==3.2.20 django-environ==0.10.0 django-bootstrap-breadcrumbs==0.9.2 From 4ffa6a37c80fbe877d5e30c4196196d6f1101a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 02:57:57 +0000 Subject: [PATCH 104/267] Bump lxml from 4.9.2 to 4.9.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.2...lxml-4.9.3) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a856b34ba..7dd2780ec 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ PyYAML==6.0 tqdm==4.65.0 # XML Parsing -lxml==4.9.2 +lxml==4.9.3 cssselect==1.2.0 # I18n From 130f554d86f80a787ee4db9ea6977e3bfb72d73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:02:39 +0000 Subject: [PATCH 105/267] Bump postcss from 8.4.24 to 8.4.25 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.25. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.25) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 2d706b952..1c357fe4c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.24", + "postcss": "8.4.25", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.63.6", From 71c7b5aab220ec9df9b83d37829b3ac7cd729d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 02:49:18 +0000 Subject: [PATCH 106/267] Bump postcss from 8.4.25 to 8.4.26 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.26) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 1c357fe4c..aafae9b6e 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.25", + "postcss": "8.4.26", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.63.6", From c9908b27fe07d53d880430b9c9641a386a58bc7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 02:58:45 +0000 Subject: [PATCH 107/267] Bump actions/setup-python from 4.6.1 to 4.7.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index a4fcda967..23d6ad2a2 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: '3.x' - name: Install dependencies From 9c481f3d9695e840a987df2065f44e24947dace1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:59:44 +0000 Subject: [PATCH 108/267] Bump django-modeltranslation from 0.18.10 to 0.18.11 Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.18.10 to 0.18.11. - [Release notes](https://github.com/deschler/django-modeltranslation/releases) - [Changelog](https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md) - [Commits](https://github.com/deschler/django-modeltranslation/compare/v0.18.10...v0.18.11) --- updated-dependencies: - dependency-name: django-modeltranslation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7dd2780ec..3f4e8d9db 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ lxml==4.9.3 cssselect==1.2.0 # I18n -django-modeltranslation==0.18.10 +django-modeltranslation==0.18.11 uniseg==0.7.2 python-bidi==0.4.2 django-bidi-utils==1.0 From 58aef660d13e284d0da2bd90cfc60a1d291fad37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:46:34 +0000 Subject: [PATCH 109/267] Bump pyyaml from 6.0 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3f4e8d9db..433ad42e4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -21,7 +21,7 @@ verto==1.1.1 python-markdown-math==0.6 # YAML Loading -PyYAML==6.0 +PyYAML==6.0.1 # System tools tqdm==4.65.0 From 07ec7572e55f6928f7fc549848d8d40159ced7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 02:58:23 +0000 Subject: [PATCH 110/267] Bump sass from 1.63.6 to 1.64.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index aafae9b6e..d4b14d635 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.26", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.63.6", + "sass": "1.64.0", "scratchblocks": "3.6.2", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 48dbb567f76ec0857cdb962dc6dc6e95a9988f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:11:00 +0000 Subject: [PATCH 111/267] Bump sass from 1.64.0 to 1.64.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.64.0 to 1.64.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.64.0...1.64.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index d4b14d635..d5821b4af 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.26", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.64.0", + "sass": "1.64.1", "scratchblocks": "3.6.2", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From a216c98058d5e0848966a8711324dd0b58149151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:11:29 +0000 Subject: [PATCH 112/267] Bump postcss from 8.4.26 to 8.4.27 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.27. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.27) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index d4b14d635..5d190257a 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.26", + "postcss": "8.4.27", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.64.0", From 34d09dacbdc2ac6efe60db5a28e73dada82c5d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 02:35:49 +0000 Subject: [PATCH 113/267] Bump crowdin/github-action from 1.11.0 to 1.12.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 1c7441c71..5f97a8fa5 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false download_translations: true From 4463ab2f256cf1370f9091efddddee10af6d44ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 02:10:18 +0000 Subject: [PATCH 114/267] Bump scratchblocks from 3.6.2 to 3.6.3 in /csunplugged Bumps [scratchblocks](https://github.com/scratchblocks/scratchblocks) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/scratchblocks/scratchblocks/releases) - [Commits](https://github.com/scratchblocks/scratchblocks/commits) --- updated-dependencies: - dependency-name: scratchblocks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 55f0f51b7..27151ccd6 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -36,7 +36,7 @@ "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.64.1", - "scratchblocks": "3.6.2", + "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" }, From 13dc497d57adf38cb9efa062f3e99a485ceeef4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:36:00 +0000 Subject: [PATCH 115/267] Bump flake8 from 6.0.0 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8cc02d02b..6ee5d33b6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ # Test dependencies # Check Python style -flake8==6.0.0 +flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools From 2607bca9f5a519fedd145ffc4460de8853302e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 03:00:00 +0000 Subject: [PATCH 116/267] Bump sass from 1.64.1 to 1.64.2 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.64.1 to 1.64.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.64.1...1.64.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 27151ccd6..93775fb7e 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.27", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.64.1", + "sass": "1.64.2", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 8ad1e70f44b3d49372d660ae028cc0a84d9d0fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 02:10:16 +0000 Subject: [PATCH 117/267] Bump psycopg2 from 2.9.6 to 2.9.7 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 433ad42e4..8bc650807 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ gunicorn==20.1.0 whitenoise==6.5.0 # Database APIs -psycopg2==2.9.6 +psycopg2==2.9.7 # Resources WeasyPrint==52.4 From b252edf3bdfd688886130f3b36e3cc0cd62f16c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 02:22:18 +0000 Subject: [PATCH 118/267] Bump tqdm from 4.65.0 to 4.65.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.65.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.65.2) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8bc650807..4f8ea22e6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -24,7 +24,7 @@ python-markdown-math==0.6 PyYAML==6.0.1 # System tools -tqdm==4.65.0 +tqdm==4.65.2 # XML Parsing lxml==4.9.3 From bb3141d0a63bf97260e1143f1ab1fc37315c800f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 02:18:31 +0000 Subject: [PATCH 119/267] Bump tqdm from 4.65.2 to 4.66.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.2 to 4.66.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.2...v4.66.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 4f8ea22e6..358ead482 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -24,7 +24,7 @@ python-markdown-math==0.6 PyYAML==6.0.1 # System tools -tqdm==4.65.2 +tqdm==4.66.0 # XML Parsing lxml==4.9.3 From 4c67f3697fc2ee7be45925b594182cdea569905d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 02:23:04 +0000 Subject: [PATCH 120/267] Bump sass from 1.64.2 to 1.65.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.65.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.64.2...1.65.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 93775fb7e..de7dbcef7 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.27", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.64.2", + "sass": "1.65.1", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From c310b273f186bc8f439b3230324483660e489e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:50:45 +0000 Subject: [PATCH 121/267] Bump tqdm from 4.66.0 to 4.66.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.0 to 4.66.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.0...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 358ead482..1afed5e0a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -24,7 +24,7 @@ python-markdown-math==0.6 PyYAML==6.0.1 # System tools -tqdm==4.66.0 +tqdm==4.66.1 # XML Parsing lxml==4.9.3 From e813b1e65412d431cf678397381bf149fe1d3248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:02:34 +0000 Subject: [PATCH 122/267] Bump coverage from 7.2.7 to 7.3.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.3.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.7...7.3.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 6ee5d33b6..98a0991e4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.2.7 +coverage==7.3.0 # Skip migration files for local testing django-test-without-migrations==0.6 From c385e8c92db23ad93188a493261718705b289e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:47:51 +0000 Subject: [PATCH 123/267] Bump autoprefixer from 10.4.14 to 10.4.15 in /csunplugged Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index de7dbcef7..9483415b8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.14", + "autoprefixer": "10.4.15", "bootstrap": "4.6.1", "browser-sync": "2.29.3", "browserify": "17.0.0", From f9a58deaf78ff6db3d58842d7fc2e591b95733de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 02:25:21 +0000 Subject: [PATCH 124/267] Bump postcss from 8.4.27 to 8.4.28 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 9483415b8..a24a99312 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.27", + "postcss": "8.4.28", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.65.1", From 8a0e12c12aed46e4a22be1e171bc41660cf62d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 02:17:43 +0000 Subject: [PATCH 125/267] Bump sass from 1.65.1 to 1.66.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.65.1 to 1.66.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.65.1...1.66.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a24a99312..8005ec2b8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.28", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.65.1", + "sass": "1.66.0", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 0f200bf27762142d71acf8f0b4404b08e3063e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 02:23:02 +0000 Subject: [PATCH 126/267] Bump sass from 1.66.0 to 1.66.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.66.0 to 1.66.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.66.0...1.66.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 8005ec2b8..e69eafd42 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.28", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", - "sass": "1.66.0", + "sass": "1.66.1", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From d63c674e30ea4932edd33b4c7de3c55a92be4838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 02:58:20 +0000 Subject: [PATCH 127/267] Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.2 to 1.3.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5f3b425f0..f0c176bcc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx==4.4.0 -sphinx-rtd-theme==1.2.2 +sphinx-rtd-theme==1.3.0 From 2f7a6368cdbdb2c712ae301fd49081baace2ba5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 02:09:49 +0000 Subject: [PATCH 128/267] Bump jquery from 3.7.0 to 3.7.1 in /csunplugged Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index e69eafd42..c0b399c8d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -28,7 +28,7 @@ "gulp-terser": "2.1.0", "gulp": "4.0.2", "intro.js": "4.3.0", - "jquery": "3.7.0", + "jquery": "3.7.1", "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", From f34036b7df7017dcec1df6e190787f026e3a4c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 02:17:04 +0000 Subject: [PATCH 129/267] Bump intro.js from 4.3.0 to 7.2.0 in /csunplugged Bumps [intro.js](https://github.com/usablica/intro.js) from 4.3.0 to 7.2.0. - [Release notes](https://github.com/usablica/intro.js/releases) - [Changelog](https://github.com/usablica/intro.js/blob/master/tsconfig.release.json) - [Commits](https://github.com/usablica/intro.js/compare/v4.3.0...v7.2.0) --- updated-dependencies: - dependency-name: intro.js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index c0b399c8d..c4a9e44cd 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -27,7 +27,7 @@ "gulp-tap": "2.0.0", "gulp-terser": "2.1.0", "gulp": "4.0.2", - "intro.js": "4.3.0", + "intro.js": "7.2.0", "jquery": "3.7.1", "multiple-select": "1.6.0", "pixrem": "5.0.0", From 6659f458809700835684f50d873e69c93beb7691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 02:52:15 +0000 Subject: [PATCH 130/267] Bump postcss from 8.4.28 to 8.4.29 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index c0b399c8d..cd2d388f8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.28", + "postcss": "8.4.29", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.5.0", "sass": "1.66.1", From 068ba427386426d697b8240f7e4b9f1f81ab396b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 02:32:44 +0000 Subject: [PATCH 131/267] Bump django-environ from 0.10.0 to 0.11.1 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.10.0 to 0.11.1. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.1) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1afed5e0a..c88facc05 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==3.2.20 -django-environ==0.10.0 +django-environ==0.11.1 django-bootstrap-breadcrumbs==0.9.2 # Web serving From 7506760380c794ecf0ac833b42542f290bb3b680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 02:53:14 +0000 Subject: [PATCH 132/267] Bump django-environ from 0.11.1 to 0.11.2 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index c88facc05..22a6fc829 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==3.2.20 -django-environ==0.11.1 +django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 # Web serving From a9a37cf0bc7c4aba846c2d4380ca25a47cc5dd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:10:43 +0000 Subject: [PATCH 133/267] Bump coverage from 7.3.0 to 7.3.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.0...7.3.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 98a0991e4..8f9b74df4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.3.0 +coverage==7.3.1 # Skip migration files for local testing django-test-without-migrations==0.6 From 043d505cd8302e1c2c328736955cdb1766efd177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:05:07 +0000 Subject: [PATCH 134/267] Bump crowdin/github-action from 1.12.0 to 1.13.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 5f97a8fa5..70bcf34b0 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.0 with: upload_sources: false download_translations: true From 3abab6906f6f0c9b0378f80ea9f0f87af79b5a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:51:37 +0000 Subject: [PATCH 135/267] Bump reveal.js from 4.5.0 to 4.6.0 in /csunplugged Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/4.5.0...4.6.0) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index cd2d388f8..6bf11bd4e 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -34,7 +34,7 @@ "popper.js": "1.16.1", "postcss": "8.4.29", "postcss-flexbugs-fixes": "5.0.2", - "reveal.js": "4.5.0", + "reveal.js": "4.6.0", "sass": "1.66.1", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", From 4891e27d397c5afedf1bcc7e1e08bddba75182f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:08:08 +0000 Subject: [PATCH 136/267] Bump sass from 1.66.1 to 1.67.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 6bf11bd4e..90e28e024 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.29", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.0", - "sass": "1.66.1", + "sass": "1.67.0", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 62bbfa9739ccdfb61568b71a8143275e4f0e2878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:09:16 +0000 Subject: [PATCH 137/267] Bump postcss from 8.4.29 to 8.4.30 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 90e28e024..3cbc936c4 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.29", + "postcss": "8.4.30", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.0", "sass": "1.67.0", From 41c8915ba59187feb75731787d2bbba8ee2af9b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:10:59 +0000 Subject: [PATCH 138/267] Bump reveal.js from 4.6.0 to 4.6.1 in /csunplugged Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/4.6.0...4.6.1) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 3cbc936c4..0625222f7 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -34,7 +34,7 @@ "popper.js": "1.16.1", "postcss": "8.4.30", "postcss-flexbugs-fixes": "5.0.2", - "reveal.js": "4.6.0", + "reveal.js": "4.6.1", "sass": "1.67.0", "scratchblocks": "3.6.3", "vinyl-buffer": "1.0.1", From f59cee0e316256c17a7fe757187b15723bb9f933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:23:41 +0000 Subject: [PATCH 139/267] Bump crowdin/github-action from 1.13.0 to 1.13.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 70bcf34b0..f063ff471 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.13.0 + uses: crowdin/github-action@v1.13.1 with: upload_sources: false download_translations: true From 77d34b30fee7a49cb11862b9bc7a3994e571cb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 02:14:26 +0000 Subject: [PATCH 140/267] Bump scratchblocks from 3.6.3 to 3.6.4 in /csunplugged Bumps [scratchblocks](https://github.com/scratchblocks/scratchblocks) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/scratchblocks/scratchblocks/releases) - [Commits](https://github.com/scratchblocks/scratchblocks/compare/v3.6.3...v3.6.4) --- updated-dependencies: - dependency-name: scratchblocks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 0625222f7..381c4fb6c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -36,7 +36,7 @@ "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", "sass": "1.67.0", - "scratchblocks": "3.6.3", + "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" }, From 353d1643a48bfddd972890187dd54985516e1b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 02:15:36 +0000 Subject: [PATCH 141/267] Bump autoprefixer from 10.4.15 to 10.4.16 in /csunplugged Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 0625222f7..7f0674e3d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.15", + "autoprefixer": "10.4.16", "bootstrap": "4.6.1", "browser-sync": "2.29.3", "browserify": "17.0.0", From 596df355ee557010cd1160af2d895d48fd3a1c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 02:17:29 +0000 Subject: [PATCH 142/267] Bump sass from 1.67.0 to 1.68.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index eee0eb172..842fa7938 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.30", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.67.0", + "sass": "1.68.0", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 8fc64e83e567b391a5d894e4105d56cbab215b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:35:23 +0000 Subject: [PATCH 143/267] Bump psycopg2 from 2.9.7 to 2.9.8 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.8. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.8) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 22a6fc829..5efc052c2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ gunicorn==20.1.0 whitenoise==6.5.0 # Database APIs -psycopg2==2.9.7 +psycopg2==2.9.8 # Resources WeasyPrint==52.4 From 8ff19c62b11cb628f98df38d55d2d9837e90fc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:59:36 +0000 Subject: [PATCH 144/267] Bump postcss from 8.4.30 to 8.4.31 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 842fa7938..3c573f6b6 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.6.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.30", + "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", "sass": "1.68.0", From afe86977c5afe625fdd0e25f81725fb73a1f2290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:09:30 +0000 Subject: [PATCH 145/267] Bump coverage from 7.3.1 to 7.3.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.1...7.3.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8f9b74df4..a2b949dcd 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.3.1 +coverage==7.3.2 # Skip migration files for local testing django-test-without-migrations==0.6 From a05a16dcad9d5695c5ea815350ae14a97909652d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:32:17 +0000 Subject: [PATCH 146/267] Bump actions/setup-python from 4.7.0 to 4.7.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 23d6ad2a2..cdc423952 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: '3.x' - name: Install dependencies From 1c378a8291b241bed8c27a06bfc4e58bc5958095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:54:17 +0000 Subject: [PATCH 147/267] Bump psycopg2 from 2.9.8 to 2.9.9 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.8 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...2.9.9) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 5efc052c2..95cbdb5fe 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ gunicorn==20.1.0 whitenoise==6.5.0 # Database APIs -psycopg2==2.9.8 +psycopg2==2.9.9 # Resources WeasyPrint==52.4 From a257958537cd43960108cd1f86d0922f54970f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 02:03:55 +0000 Subject: [PATCH 148/267] Bump sass from 1.68.0 to 1.69.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.68.0...1.69.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 3c573f6b6..df4b63d45 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.68.0", + "sass": "1.69.0", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From a2a839d4be0394ff97d5c02cf57b6049f614b40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:12:02 +0000 Subject: [PATCH 149/267] Bump sass from 1.69.0 to 1.69.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.0...1.69.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index df4b63d45..612a9e932 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.0", + "sass": "1.69.1", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From bc36130e8b48ffebcc650e439547e7771d55f31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:22:37 +0000 Subject: [PATCH 150/267] Bump sass from 1.69.1 to 1.69.2 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.1 to 1.69.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.1...1.69.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 612a9e932..0fd69e040 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.1", + "sass": "1.69.2", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 746ad2f4d3bc19ec0c7a5ac710de2f28a10adf90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 02:20:34 +0000 Subject: [PATCH 151/267] Bump whitenoise from 6.5.0 to 6.6.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.6.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 95cbdb5fe..db04ca162 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ django-bootstrap-breadcrumbs==0.9.2 # Web serving gunicorn==20.1.0 -whitenoise==6.5.0 +whitenoise==6.6.0 # Database APIs psycopg2==2.9.9 From 7a9c39dd46d20169020ec6ffb92dab9febcab7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 02:48:30 +0000 Subject: [PATCH 152/267] Bump sass from 1.69.2 to 1.69.3 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.2 to 1.69.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.2...1.69.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 0fd69e040..ab445e25b 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.2", + "sass": "1.69.3", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From ff2f0bbab487416f835817fdb18d5fa8803a7913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:52:59 +0000 Subject: [PATCH 153/267] Bump sass from 1.69.3 to 1.69.4 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.69.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index ab445e25b..059a3caf0 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.3", + "sass": "1.69.4", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From fae3c1e1cee1a6ff7a95d2c830ebbd30a3c0e59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:07:32 +0000 Subject: [PATCH 154/267] Bump crowdin/github-action from 1.13.1 to 1.14.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index f063ff471..584348349 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true From dbda2e8f346da863d00a665c3962ab97561b270b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:16:32 +0000 Subject: [PATCH 155/267] Bump sass from 1.69.4 to 1.69.5 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 059a3caf0..74b8b1181 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.31", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.4", + "sass": "1.69.5", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 41b90dde82ca53fee3cf8457a12163bd2e9f6b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:43:28 +0000 Subject: [PATCH 156/267] Bump yattag from 1.15.1 to 1.15.2 Bumps [yattag](https://github.com/leforestier/yattag) from 1.15.1 to 1.15.2. - [Commits](https://github.com/leforestier/yattag/compare/v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: yattag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db04ca162..45afc19f9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ psycopg2==2.9.9 # Resources WeasyPrint==52.4 Pillow==9.5.0 -yattag==1.15.1 +yattag==1.15.2 tinycss==0.4 # Markdown From 3ce3ce1b732dce5fbf911bab8bfc8f89d9eaa927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:13:09 +0000 Subject: [PATCH 157/267] Bump django from 3.2.20 to 3.2.23 in /requirements Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23. - [Commits](https://github.com/django/django/compare/3.2.20...3.2.23) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 45afc19f9..fc80aa293 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.20 +django==3.2.23 django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 From d1d58807911a761ce3b1a782c4418bb95798e762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 02:21:55 +0000 Subject: [PATCH 158/267] Bump crowdin/github-action from 1.14.0 to 1.14.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 584348349..a7beec51c 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true From e9b8578ab4a990c7d203bff5af51f7f8f0c1538b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:07:34 +0000 Subject: [PATCH 159/267] Bump crowdin/github-action from 1.14.1 to 1.15.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.14.1 to 1.15.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.14.1...v1.15.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index a7beec51c..002134d78 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.14.1 + uses: crowdin/github-action@v1.15.1 with: upload_sources: false download_translations: true From 1e968cb4dc9922d2392e109308070e09524480d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 02:17:34 +0000 Subject: [PATCH 160/267] Bump crowdin/github-action from 1.15.1 to 1.15.2 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 002134d78..6304fb2c4 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.15.1 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false download_translations: true From 8bc1135f40903aa96ca65721ebbde1df6b1002d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 02:03:54 +0000 Subject: [PATCH 161/267] Bump multiple-select from 1.6.0 to 1.7.0 in /csunplugged Bumps [multiple-select](https://github.com/wenzhixin/multiple-select) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/wenzhixin/multiple-select/releases) - [Changelog](https://github.com/wenzhixin/multiple-select/blob/develop/CHANGELOG.md) - [Commits](https://github.com/wenzhixin/multiple-select/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: multiple-select dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 74b8b1181..b39ea569b 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -29,7 +29,7 @@ "gulp": "4.0.2", "intro.js": "4.3.0", "jquery": "3.7.1", - "multiple-select": "1.6.0", + "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", "postcss": "8.4.31", From 7224ffc3307ec1242531ab1c60a4045f42ad71c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:42:40 +0000 Subject: [PATCH 162/267] Bump postcss from 8.4.31 to 8.4.32 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index b39ea569b..da5e9332d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.31", + "postcss": "8.4.32", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", "sass": "1.69.5", From 796c428dc9128f0cbc7b3d2e2c39ba5e19262167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 02:42:01 +0000 Subject: [PATCH 163/267] Bump actions/setup-python from 4.7.1 to 4.8.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index cdc423952..ba31aa9e0 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: '3.x' - name: Install dependencies From a2194a19b2413984aa93788989f0256e8262f2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:19:38 +0000 Subject: [PATCH 164/267] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index ba31aa9e0..998ee24c9 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -167,7 +167,7 @@ jobs: run: tar czf static-files.tar.gz --directory csunplugged/staticfiles/ . - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: static-files path: static-files.tar.gz @@ -219,7 +219,7 @@ jobs: run: tar czf resource-thumbnails.tar.gz --directory csunplugged/build/img/resources/ . - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: resource-thumbnails path: resource-thumbnails.tar.gz @@ -284,7 +284,7 @@ jobs: run: tar czf at-a-distance-files.tar.gz --directory csunplugged/build/slides/ . - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: at-a-distance-files-${{ matrix.language }} path: at-a-distance-files.tar.gz @@ -347,7 +347,7 @@ jobs: run: tar czf resources.tar.gz --directory csunplugged/build/resources/ . - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: resources-${{ matrix.language }} path: resources.tar.gz From b00094939764455a73a4d696486c8c0a10110d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:51:16 +0000 Subject: [PATCH 165/267] Bump coverage from 7.3.2 to 7.3.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.2...7.3.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a2b949dcd..27e33b337 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.3.2 +coverage==7.3.3 # Skip migration files for local testing django-test-without-migrations==0.6 From 4ce7925d12f88f63fa937476582990dd1666cde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 02:25:17 +0000 Subject: [PATCH 166/267] Bump lxml from 4.9.3 to 4.9.4 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.3 to 4.9.4. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.3...lxml-4.9.4) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index fc80aa293..d9bf18d59 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ PyYAML==6.0.1 tqdm==4.66.1 # XML Parsing -lxml==4.9.3 +lxml==4.9.4 cssselect==1.2.0 # I18n From c9ba78cd9e450dd7f9497674796ca017fad4640e Mon Sep 17 00:00:00 2001 From: jhn27 Date: Wed, 20 Dec 2023 16:35:54 +1300 Subject: [PATCH 167/267] fix: style test failing, do not compare types, for exact checks use is --- csunplugged/tests/helpers.py | 4 ++-- csunplugged/utils/bool_to_yes_no.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/csunplugged/tests/helpers.py b/csunplugged/tests/helpers.py index f73da42a6..cc095c7f9 100644 --- a/csunplugged/tests/helpers.py +++ b/csunplugged/tests/helpers.py @@ -36,9 +36,9 @@ def bool_to_yes_no(value, error_on_invalid=False): Raises: ValueError if value isn't "yes" or "no". """ - if type(value) == bool and value: + if type(value) is bool and value: return "yes" - elif type(value) == bool: + elif type(value) is bool: return "no" elif error_on_invalid: raise ValueError("Expected True or False.") diff --git a/csunplugged/utils/bool_to_yes_no.py b/csunplugged/utils/bool_to_yes_no.py index 7ee7ff8b0..9ec863f3d 100644 --- a/csunplugged/utils/bool_to_yes_no.py +++ b/csunplugged/utils/bool_to_yes_no.py @@ -16,9 +16,9 @@ def bool_to_yes_no(value, error_on_invalid=False): Raises: ValueError if value isn't "yes" or "no". """ - if type(value) == bool and value: + if type(value) is bool and value: return "yes" - elif type(value) == bool: + elif type(value) is bool: return "no" elif error_on_invalid: raise ValueError("Expected True or False.") From 2c13152b37006ba052e9cd3e3c8fe38df5da0db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 03:59:39 +0000 Subject: [PATCH 168/267] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 2 +- .github/workflows/test-and-deploy.yaml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 6304fb2c4..d4e0e6bac 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Upload or update source files to Crowdin uses: crowdin/github-action@v1.15.2 diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index ba31aa9e0..b17824de4 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Docker network run: docker network create uccser-development-stack # Required for the node service @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Docker network run: docker network create uccser-development-stack # Required for the node service @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run general tests run: ./dev ci test_general - name: Create coverage file @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run resource tests run: ./dev ci test_resources - name: Create coverage file @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run management tests run: ./dev ci test_management - name: Create coverage file @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run style tests run: ./dev ci style @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v4.8.0 with: @@ -145,7 +145,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Docker network run: docker network create uccser-development-stack @@ -191,7 +191,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Docker network run: docker network create uccser-development-stack @@ -250,7 +250,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Docker network run: docker network create uccser-development-stack @@ -319,7 +319,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Docker network run: docker network create uccser-development-stack @@ -368,7 +368,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download all workflow run artifacts uses: actions/download-artifact@v3 From 6477777c3d8f4f43e0be9390904312533e21e41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:06:18 +0000 Subject: [PATCH 169/267] Bump actions/setup-python from 4.8.0 to 5.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index b17824de4..1d3dc6bf6 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4.8.0 + uses: actions/setup-python@v5.0.0 with: python-version: '3.x' - name: Install dependencies From 437128f08a01c1ebf919bd243b199f9c2441aa8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:06:21 +0000 Subject: [PATCH 170/267] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index b17824de4..269e163ec 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -371,7 +371,7 @@ jobs: uses: actions/checkout@v4 - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts/ From d12ebd2ab080fd8670d6ef9c0f9035b684d1e405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:23:09 +0000 Subject: [PATCH 171/267] Bump sphinx from 4.4.0 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f0c176bcc..c625976ab 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==4.4.0 +sphinx==7.2.6 sphinx-rtd-theme==1.3.0 From 5cb451075793782d2fad69be811f0ac663ed8498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:34:56 +0000 Subject: [PATCH 172/267] Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.3.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c625976ab..d5476d841 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx==7.2.6 -sphinx-rtd-theme==1.3.0 +sphinx-rtd-theme==2.0.0 From e335114219159ea7b1be7dc61f24e1539eec6870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:55:56 +0000 Subject: [PATCH 173/267] Bump docker/login-action from 2.2.0 to 3.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 7b8bffbe1..57708ec25 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -390,7 +390,7 @@ jobs: ls artifacts/at-a-distance-files-*/at-a-distance-files.tar.gz | xargs -n1 tar -xz --directory csunplugged/staticfiles/slides --file - name: Log in to the Container registry - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }} From 5366674e00bd73712f1e24cc394c50a8481c23bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:14:11 +0000 Subject: [PATCH 174/267] Bump docker/metadata-action from 4 to 5 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 57708ec25..678e58080 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -398,7 +398,7 @@ jobs: - name: Setup Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | From 5ce8f1156a8f7844dda7138b36e43805c55610ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:20:39 +0000 Subject: [PATCH 175/267] Bump docker/build-push-action from 3.3.0 to 5.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v5.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 678e58080..3bc805c13 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -406,7 +406,7 @@ jobs: type=ref,event=branch,priority=2 - name: Build and push Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v5.1.0 with: file: ./infrastructure/production/django/Dockerfile context: . From 1d017fa56437637301a1211cc0ab5db67df4947c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:56:57 +0000 Subject: [PATCH 176/267] Bump cssnano from 5.1.15 to 6.0.2 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.15 to 6.0.2. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.15...cssnano@6.0.2) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index da5e9332d..99b0176a3 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "5.1.15", + "cssnano": "6.0.2", "blockly": "7.20211209.2", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From ab98738fde4daa9340be4e556aa1dcf74c7cfa1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:14:20 +0000 Subject: [PATCH 177/267] Bump gunicorn from 20.1.0 to 21.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d9bf18d59..87881e38d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 # Web serving -gunicorn==20.1.0 +gunicorn==21.2.0 whitenoise==6.6.0 # Database APIs From f21c900eaa359bf19f95a490933b9a776f8835d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:23:39 +0000 Subject: [PATCH 178/267] Bump django-debug-toolbar from 3.8.1 to 4.2.0 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.8.1 to 4.2.0. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/3.8.1...4.2) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index f94a6cdf3..ef69af188 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -3,5 +3,5 @@ -r test.txt # Debugging Tools -django-debug-toolbar==3.8.1 +django-debug-toolbar==4.2.0 django-extensions==3.2.3 From e97a26e98bad08537876bd44625ac75c7b7aacee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:33:51 +0000 Subject: [PATCH 179/267] Bump django-cors-headers from 3.14.0 to 4.3.1 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.3.1. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.14.0...4.3.1) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 87881e38d..e8648322b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -40,4 +40,4 @@ django-bidi-utils==1.0 requests==2.31.0 # CORS -django-cors-headers==3.14.0 +django-cors-headers==4.3.1 From cc2d32a16829e146e63e44552ed587203d7ea7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:41:33 +0000 Subject: [PATCH 180/267] Bump pypdf2 from 2.12.1 to 3.0.1 Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 2.12.1 to 3.0.1. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/PyPDF2/commits) --- updated-dependencies: - dependency-name: pypdf2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 27e33b337..b13101ea3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,4 +11,4 @@ coverage==7.3.3 django-test-without-migrations==0.6 # PDF file checking -PyPDF2==2.12.1 +PyPDF2==3.0.1 From b88825b01e70aab215a80a8eef83d28cc6179da7 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 11:20:04 +1300 Subject: [PATCH 181/267] update depricated PyPDF2 calls --- .../management/test_makeresources_command.py | 54 +++++++++---------- .../utils/test_BaseResourceGenerator.py | 18 +++---- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/csunplugged/tests/resources/management/test_makeresources_command.py b/csunplugged/tests/resources/management/test_makeresources_command.py index 92a9bf217..5880f5df6 100644 --- a/csunplugged/tests/resources/management/test_makeresources_command.py +++ b/csunplugged/tests/resources/management/test_makeresources_command.py @@ -4,7 +4,7 @@ from django.core import management from django.test import tag, override_settings from tests.resources.ResourcesTestDataGenerator import ResourcesTestDataGenerator -from PyPDF2 import PdfFileReader +from PyPDF2 import PdfReader import os.path import shutil from resources.models import Resource @@ -41,11 +41,11 @@ def test_makeresources_command_single_resource(self): ) management.call_command("makeresources") filepath = os.path.join(RESOURCE_PATH, self.language, resource.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) filepath = os.path.join(RESOURCE_PATH, self.language, resource.slug, "Resource 1 (letter).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) def test_makeresources_command_multiple_resources(self): resource_1 = self.test_data.create_resource( @@ -62,17 +62,17 @@ def test_makeresources_command_multiple_resources(self): ) management.call_command("makeresources") filepath = os.path.join(RESOURCE_PATH, self.language, resource_1.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) filepath = os.path.join(RESOURCE_PATH, self.language, resource_1.slug, "Resource 1 (letter).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) filepath = os.path.join(RESOURCE_PATH, self.language, resource_2.slug, "Resource 2 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) filepath = os.path.join(RESOURCE_PATH, self.language, resource_2.slug, "Resource 2 (letter).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) def test_makeresources_command_single_resource_with_copies(self): resource = self.test_data.create_resource( @@ -84,8 +84,8 @@ def test_makeresources_command_single_resource_with_copies(self): ) management.call_command("makeresources") filepath = os.path.join(RESOURCE_PATH, self.language, resource.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 20) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 20) def test_makeresources_command_valid_parameter(self): resource = self.test_data.create_resource( @@ -97,8 +97,8 @@ def test_makeresources_command_valid_parameter(self): ) management.call_command("makeresources", "--resource", "resource1") filepath = os.path.join(RESOURCE_PATH, self.language, resource.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 20) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 20) def test_makeresources_command_invalid_parameter(self): self.test_data.create_resource( @@ -122,8 +122,8 @@ def test_makeresources_command_single_resource_existing_folder(self): ) management.call_command("makeresources", "--resource", "resource1") filepath = os.path.join(RESOURCE_PATH, self.language, resource.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 20) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 20) def test_makeresources_command_resource_generator_has_non_enum_options(self): self.test_data.create_resource( @@ -146,11 +146,11 @@ def test_makeresources_command_all_languages(self): management.call_command("makeresources") for language_code, _ in MULTIPLE_LANGUAGES: filepath = os.path.join(RESOURCE_PATH, language_code, resource.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) filepath = os.path.join(RESOURCE_PATH, language_code, resource.slug, "Resource 1 (letter).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) @override_settings(LANGUAGES=SINGLE_LANGUAGE) def test_makeresources_command_single_language(self): @@ -163,11 +163,11 @@ def test_makeresources_command_single_language(self): management.call_command("makeresources", "--resource", resource.slug, "--language", LANGUAGE1) # Check language 1 exists filepath = os.path.join(RESOURCE_PATH, LANGUAGE1, resource.slug, "Resource 1 (a4).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) filepath = os.path.join(RESOURCE_PATH, LANGUAGE1, resource.slug, "Resource 1 (letter).pdf") - pdf = PdfFileReader(open(filepath, "rb")) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(open(filepath, "rb")) + self.assertEqual(len(pdf.pages), 1) # Check language 2 does not exist filepath = os.path.join(RESOURCE_PATH, LANGUAGE2, resource.slug, "Resource 1 (a4).pdf") self.assertFalse(os.path.exists(filepath)) diff --git a/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py b/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py index c52f42416..efbf457fd 100644 --- a/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py +++ b/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py @@ -9,7 +9,7 @@ from resources.utils.BaseResourceGenerator import BaseResourceGenerator from resources.utils.resource_parameters import ResourceParameter, EnumResourceParameter from io import BytesIO -from PyPDF2 import PdfFileReader +from PyPDF2 import PdfReader @tag("resource") @@ -22,14 +22,14 @@ def __init__(self, *args, **kwargs): def test_pdf_single_page(self): generator = BareResourceGenerator() (pdf_file, filename) = generator.pdf("Test") - pdf = PdfFileReader(BytesIO(pdf_file)) - self.assertEqual(pdf.getNumPages(), 1) + pdf = PdfReader(BytesIO(pdf_file)) + self.assertEqual(len(pdf.pages), 1) def test_pdf_single_page_copies(self): generator = BareResourceGeneratorWithCopies(QueryDict("paper_size=a4&copies=8")) (pdf_file, filename) = generator.pdf("Test") - pdf = PdfFileReader(BytesIO(pdf_file)) - self.assertEqual(pdf.getNumPages(), 8) + pdf = PdfReader(BytesIO(pdf_file)) + self.assertEqual(len(pdf.pages), 8) def test_pdf_multiple_pages(self): generator = BareResourceGenerator() @@ -40,8 +40,8 @@ def test_pdf_multiple_pages(self): ] ) (pdf_file, filename) = generator.pdf("Test") - pdf = PdfFileReader(BytesIO(pdf_file)) - self.assertEqual(pdf.getNumPages(), 2) + pdf = PdfReader(BytesIO(pdf_file)) + self.assertEqual(len(pdf.pages), 2) def test_pdf_multiple_pages_copies(self): generator = BareResourceGeneratorWithCopies(QueryDict("paper_size=a4&copies=8")) @@ -52,8 +52,8 @@ def test_pdf_multiple_pages_copies(self): ] ) (pdf_file, filename) = generator.pdf("Test") - pdf = PdfFileReader(BytesIO(pdf_file)) - self.assertEqual(pdf.getNumPages(), 16) + pdf = PdfReader(BytesIO(pdf_file)) + self.assertEqual(len(pdf.pages), 16) def test_generate_thumbnail_valid_single_page(self): generator = BareResourceGenerator() From 9b8e6070046c5fac153f3ccc20d578b262647bfb Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 11:54:08 +1300 Subject: [PATCH 182/267] add argument to keep TS happy --- csunplugged/static/js/plugging-it-in-walkthrough.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/static/js/plugging-it-in-walkthrough.js b/csunplugged/static/js/plugging-it-in-walkthrough.js index aa63aff06..335e4c435 100644 --- a/csunplugged/static/js/plugging-it-in-walkthrough.js +++ b/csunplugged/static/js/plugging-it-in-walkthrough.js @@ -156,7 +156,7 @@ $(document).ready(function () { } $("#introjs-walkthrough").click(function() { - intro.start().onbeforechange(function() { + intro.start().onbeforechange(function(_) { currentElement = $(this._introItems[this._currentStep].element); node = currentElement.prop('nodeName'); // When looking at a full row of the table, force it to scroll to the far left From 684c9f6d92845a489b95702b4853bb2eecebb58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:11:58 +0000 Subject: [PATCH 183/267] Bump blockly from 7.20211209.2 to 10.3.0 in /csunplugged Bumps [blockly](https://github.com/google/blockly) from 7.20211209.2 to 10.3.0. - [Release notes](https://github.com/google/blockly/releases) - [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md) - [Commits](https://github.com/google/blockly/compare/7.20211209.2...blockly-v10.3.0) --- updated-dependencies: - dependency-name: blockly dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 36c47fa6b..8948b1cc4 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -12,7 +12,7 @@ "child_process": "1.0.2", "codemirror": "5.65.6", "cssnano": "6.0.2", - "blockly": "7.20211209.2", + "blockly": "10.3.0", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", "gulp-concat": "2.6.1", From eea6bfc2d85c1b1c7791c39443237ad02881e9fe Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 14:16:36 +1300 Subject: [PATCH 184/267] migrate to blockly 10 api changes --- .../static/js/custom-blockly-blocks.js | 230 +++++++++--------- csunplugged/static/js/jobe-editor.js | 8 +- 2 files changed, 119 insertions(+), 119 deletions(-) diff --git a/csunplugged/static/js/custom-blockly-blocks.js b/csunplugged/static/js/custom-blockly-blocks.js index 8978a0cfd..89a55960b 100644 --- a/csunplugged/static/js/custom-blockly-blocks.js +++ b/csunplugged/static/js/custom-blockly-blocks.js @@ -1,4 +1,4 @@ -function setupBlockly(Blockly) { +function setupBlockly(Blockly, pythonGenerator) { // Custom block definitions that were created to look and act like Scratch blocks Blockly.defineBlocksWithJsonArray([ @@ -716,47 +716,47 @@ Blockly.defineBlocksWithJsonArray([ ]); // Python code generator for Values boolean block -Blockly.Python['values_boolean'] = function(block) { +pythonGenerator.forBlock['values_boolean'] = function(block) { var dropdown_value = block.getFieldValue('VALUE'); var code = (dropdown_value == 'TRUE') ? 'True' : 'False'; - return [code, Blockly.Python.ORDER_ATOMIC]; + return [code, pythonGenerator.ORDER_ATOMIC]; }; // Python code generator for Values number block -Blockly.Python['values_number'] = function(block) { +pythonGenerator.forBlock['values_number'] = function(block) { var code = Number(block.getFieldValue('NUM')); var order; if (code == Infinity) { code = 'float("inf")'; - order = Blockly.Python.ORDER_FUNCTION_CALL; + order = pythonGenerator.ORDER_FUNCTION_CALL; } else if (code == -Infinity) { code = '-float("inf")'; - order = Blockly.Python.ORDER_UNARY_SIGN; + order = pythonGenerator.ORDER_UNARY_SIGN; } else { - order = code < 0 ? Blockly.Python.ORDER_UNARY_SIGN : - Blockly.Python.ORDER_ATOMIC; + order = code < 0 ? pythonGenerator.ORDER_UNARY_SIGN : + pythonGenerator.ORDER_ATOMIC; } return [code, order]; }; // Python code generator for Values string block -Blockly.Python['values_string'] = function(block) { - var code = Blockly.Python.quote_(block.getFieldValue('TEXT')); - return [code, Blockly.Python.ORDER_ATOMIC]; +pythonGenerator.forBlock['values_string'] = function(block) { + var code = pythonGenerator.quote_(block.getFieldValue('TEXT')); + return [code, pythonGenerator.ORDER_ATOMIC]; }; // Python code generator for Operators length of block -Blockly.Python['operators_length_of'] = function(block) { +pythonGenerator.forBlock['operators_length_of'] = function(block) { // Is the string null or array empty? - var text = Blockly.Python.valueToCode(block, 'VALUE', Blockly.Python.ORDER_NONE) || '\'\''; - return ['len(' + text + ')', Blockly.Python.ORDER_FUNCTION_CALL]; + var text = pythonGenerator.valueToCode(block, 'VALUE', pythonGenerator.ORDER_NONE) || '\'\''; + return ['len(' + text + ')', pythonGenerator.ORDER_FUNCTION_CALL]; }; // Python code generator for Operators equality block -Blockly.Python['operators_equality'] = function(block) { - var order = Blockly.Python.ORDER_RELATIONAL; - var value_a = Blockly.Python.valueToCode(block, 'A', order) || '0'; - var value_b = Blockly.Python.valueToCode(block, 'B', order) || '0'; +pythonGenerator.forBlock['operators_equality'] = function(block) { + var order = pythonGenerator.ORDER_RELATIONAL; + var value_a = pythonGenerator.valueToCode(block, 'A', order) || '0'; + var value_b = pythonGenerator.valueToCode(block, 'B', order) || '0'; if (!value_a && !value_b) { value_a = '0'; value_b = '0'; @@ -766,10 +766,10 @@ Blockly.Python['operators_equality'] = function(block) { }; // Python code generator for Operators less than block -Blockly.Python['operators_less_than'] = function(block) { - var order = Blockly.Python.ORDER_RELATIONAL; - var value_a = Blockly.Python.valueToCode(block, 'A', order); - var value_b = Blockly.Python.valueToCode(block, 'B', order); +pythonGenerator.forBlock['operators_less_than'] = function(block) { + var order = pythonGenerator.ORDER_RELATIONAL; + var value_a = pythonGenerator.valueToCode(block, 'A', order); + var value_b = pythonGenerator.valueToCode(block, 'B', order); if (!value_a && !value_b) { value_a = '0'; value_b = '0'; @@ -779,10 +779,10 @@ Blockly.Python['operators_less_than'] = function(block) { }; // Python code generator for Operators greater than block -Blockly.Python['operators_greater_than'] = function(block) { - var order = Blockly.Python.ORDER_RELATIONAL; - var value_a = Blockly.Python.valueToCode(block, 'A', order); - var value_b = Blockly.Python.valueToCode(block, 'B', order); +pythonGenerator.forBlock['operators_greater_than'] = function(block) { + var order = pythonGenerator.ORDER_RELATIONAL; + var value_a = pythonGenerator.valueToCode(block, 'A', order); + var value_b = pythonGenerator.valueToCode(block, 'B', order); if (!value_a && !value_b) { value_a = '0'; value_b = '0'; @@ -792,19 +792,19 @@ Blockly.Python['operators_greater_than'] = function(block) { }; // Python code generator for Operators single operand block -Blockly.Python['operators_single'] = function(block) { +pythonGenerator.forBlock['operators_single'] = function(block) { // Math operators with single operand. var operator = block.getFieldValue('OP'); var code; var arg; - Blockly.Python.definitions_['import_math'] = 'import math'; + pythonGenerator.definitions_['import_math'] = 'import math'; if (operator == 'SIN' || operator == 'COS' || operator == 'TAN') { - arg = Blockly.Python.valueToCode(block, 'NUM', - Blockly.Python.ORDER_MULTIPLICATIVE) || '0'; + arg = pythonGenerator.valueToCode(block, 'NUM', + pythonGenerator.ORDER_MULTIPLICATIVE) || '0'; } else { - arg = Blockly.Python.valueToCode(block, 'NUM', - Blockly.Python.ORDER_NONE) || '0'; + arg = pythonGenerator.valueToCode(block, 'NUM', + pythonGenerator.ORDER_NONE) || '0'; } // First, handle cases which generate values that don't need parentheses @@ -845,7 +845,7 @@ Blockly.Python['operators_single'] = function(block) { break; } if (code) { - return [code, Blockly.Python.ORDER_FUNCTION_CALL]; + return [code, pythonGenerator.ORDER_FUNCTION_CALL]; } // Second, handle cases which generate values that may need parentheses // wrapping the code. @@ -862,47 +862,47 @@ Blockly.Python['operators_single'] = function(block) { default: throw Error('Unknown math operator: ' + operator); } - return [code, Blockly.Python.ORDER_MULTIPLICATIVE]; + return [code, pythonGenerator.ORDER_MULTIPLICATIVE]; }; // Python code generator for Operators logical NOT block -Blockly.Python['operators_not'] = function(block) { - var value_argument = Blockly.Python.valueToCode(block, 'argument', Blockly.Python.ORDER_LOGICAL_NOT) || 'True'; +pythonGenerator.forBlock['operators_not'] = function(block) { + var value_argument = pythonGenerator.valueToCode(block, 'argument', pythonGenerator.ORDER_LOGICAL_NOT) || 'True'; var code = 'not ' + value_argument; - return [code, Blockly.Python.ORDER_LOGICAL_NOT]; + return [code, pythonGenerator.ORDER_LOGICAL_NOT]; }; // Python code generator for Operators pick random int block -Blockly.Python['operators_random_int'] = function(block) { - Blockly.Python.definitions_['import_random'] = 'import random'; - var value_a = Blockly.Python.valueToCode(block, 'a', Blockly.Python.ORDER_NONE) || '0'; - var value_b = Blockly.Python.valueToCode(block, 'b', Blockly.Python.ORDER_NONE) || '0'; +pythonGenerator.forBlock['operators_random_int'] = function(block) { + pythonGenerator.definitions_['import_random'] = 'import random'; + var value_a = pythonGenerator.valueToCode(block, 'a', pythonGenerator.ORDER_NONE) || '0'; + var value_b = pythonGenerator.valueToCode(block, 'b', pythonGenerator.ORDER_NONE) || '0'; var code = 'random.randint(' + value_a + ', ' + value_b + ')'; - return [code, Blockly.Python.ORDER_FUNCTION_CALL]; + return [code, pythonGenerator.ORDER_FUNCTION_CALL]; }; // Python code generator for Controls repeat until block -Blockly.Python['controls_repeat_until'] = function(block) { - var value_condition = Blockly.Python.valueToCode(block, 'condition', Blockly.Python.ORDER_ATOMIC) || 'False'; - var statements_body = Blockly.Python.statementToCode(block, 'body') || ' pass'; +pythonGenerator.forBlock['controls_repeat_until'] = function(block) { + var value_condition = pythonGenerator.valueToCode(block, 'condition', pythonGenerator.ORDER_ATOMIC) || 'False'; + var statements_body = pythonGenerator.statementToCode(block, 'body') || ' pass'; var code = 'while not ' + value_condition + ':\n' + statements_body + '\n'; return code; }; // Python code generator for Controls repeat block -Blockly.Python['controls_repeat_num_times'] = function(block) { - var value_num = Blockly.Python.valueToCode(block, 'num', Blockly.Python.ORDER_ATOMIC) || '0'; - var statements_body = Blockly.Python.statementToCode(block, 'body') || ' pass'; +pythonGenerator.forBlock['controls_repeat_num_times'] = function(block) { + var value_num = pythonGenerator.valueToCode(block, 'num', pythonGenerator.ORDER_ATOMIC) || '0'; + var statements_body = pythonGenerator.statementToCode(block, 'body') || ' pass'; var code = 'for count in range(' + value_num + '):\n' + statements_body + '\n'; return code; }; // Python code generator for Controls, if, then, else block -Blockly.Python['controls_if_then_else'] = function(block) { - var value_condition = Blockly.Python.valueToCode(block, 'condition', Blockly.Python.ORDER_ATOMIC) || "False"; - var statements_body_1 = Blockly.Python.statementToCode(block, 'body_1'); - var statements_body_2 = Blockly.Python.statementToCode(block, 'body_2'); +pythonGenerator.forBlock['controls_if_then_else'] = function(block) { + var value_condition = pythonGenerator.valueToCode(block, 'condition', pythonGenerator.ORDER_ATOMIC) || "False"; + var statements_body_1 = pythonGenerator.statementToCode(block, 'body_1'); + var statements_body_2 = pythonGenerator.statementToCode(block, 'body_2'); if (statements_body_1 === "") { statements_body_1 = ' pass\n'; // 2 spaces for indentation in Python @@ -916,9 +916,9 @@ Blockly.Python['controls_if_then_else'] = function(block) { }; // Python code generator for Controls if, then block -Blockly.Python['controls_if_then'] = function(block) { - var value_condition = Blockly.Python.valueToCode(block, 'condition', Blockly.Python.ORDER_ATOMIC) || "False"; - var statements_body = Blockly.Python.statementToCode(block, 'body'); +pythonGenerator.forBlock['controls_if_then'] = function(block) { + var value_condition = pythonGenerator.valueToCode(block, 'condition', pythonGenerator.ORDER_ATOMIC) || "False"; + var statements_body = pythonGenerator.statementToCode(block, 'body'); if (statements_body === "") { statements_body = ' pass\n'; @@ -929,49 +929,49 @@ Blockly.Python['controls_if_then'] = function(block) { }; // Python code generator for Looks say block -Blockly.Python['looks_say'] = function(block) { - var value_value = Blockly.Python.valueToCode(block, 'value', Blockly.Python.ORDER_ATOMIC) || '\'\''; +pythonGenerator.forBlock['looks_say'] = function(block) { + var value_value = pythonGenerator.valueToCode(block, 'value', pythonGenerator.ORDER_ATOMIC) || '\'\''; var code = 'print(' + value_value + ')\n'; return code; }; // Python code generator for Operators round up block -Blockly.Python['operators_round'] = function(block) { - var value_a = Blockly.Python.valueToCode(block, 'a', Blockly.Python.ORDER_ATOMIC) || '0'; +pythonGenerator.forBlock['operators_round'] = function(block) { + var value_a = pythonGenerator.valueToCode(block, 'a', pythonGenerator.ORDER_ATOMIC) || '0'; var code = 'round(' + value_a + ')'; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators logical OR block -Blockly.Python['operators_or'] = function(block) { - var value_a = Blockly.Python.valueToCode(block, 'a', Blockly.Python.ORDER_ATOMIC) || 'False'; - var value_b = Blockly.Python.valueToCode(block, 'b', Blockly.Python.ORDER_ATOMIC) || 'False'; +pythonGenerator.forBlock['operators_or'] = function(block) { + var value_a = pythonGenerator.valueToCode(block, 'a', pythonGenerator.ORDER_ATOMIC) || 'False'; + var value_b = pythonGenerator.valueToCode(block, 'b', pythonGenerator.ORDER_ATOMIC) || 'False'; var code = value_a + ' or ' + value_b; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators logical AND block -Blockly.Python['operators_and'] = function(block) { - var value_a = Blockly.Python.valueToCode(block, 'a', Blockly.Python.ORDER_ATOMIC) || 'False'; - var value_b = Blockly.Python.valueToCode(block, 'b', Blockly.Python.ORDER_ATOMIC) || 'False'; +pythonGenerator.forBlock['operators_and'] = function(block) { + var value_a = pythonGenerator.valueToCode(block, 'a', pythonGenerator.ORDER_ATOMIC) || 'False'; + var value_b = pythonGenerator.valueToCode(block, 'b', pythonGenerator.ORDER_ATOMIC) || 'False'; var code = value_a + ' and ' + value_b; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Controls stop block -Blockly.Python['controls_stop'] = function(block) { +pythonGenerator.forBlock['controls_stop'] = function(block) { var code = 'break\n'; return code; }; // Python code generator for Sensing ask and wait number block -Blockly.Python['sensing_ask_and_wait_number'] = function(block) { - var functionName = Blockly.Python.provideFunction_( +pythonGenerator.forBlock['sensing_ask_and_wait_number'] = function(block) { + var functionName = pythonGenerator.provideFunction_( 'text_prompt', - ['def ' + Blockly.Python.FUNCTION_NAME_PLACEHOLDER_ + '(msg):', + ['def ' + pythonGenerator.FUNCTION_NAME_PLACEHOLDER_ + '(msg):', ' try:', ' user_input = raw_input(msg)', ' except NameError:', @@ -983,51 +983,51 @@ Blockly.Python['sensing_ask_and_wait_number'] = function(block) { ' return int(user_input)']); if (block.getField('question')) { // Internal message. - var msg = Blockly.Python.quote_(block.getFieldValue('question')); + var msg = pythonGenerator.quote_(block.getFieldValue('question')); } else { // External message. - var msg = Blockly.Python.valueToCode(block, 'question', Blockly.Python.ORDER_NONE) || '\'\''; + var msg = pythonGenerator.valueToCode(block, 'question', pythonGenerator.ORDER_NONE) || '\'\''; } msg = '""' // Replaces user input parameters to be blank so it matches the expected output var code = functionName + '(' + msg + ')'; - return [code, Blockly.Python.ORDER_FUNCTION_CALL]; + return [code, pythonGenerator.ORDER_FUNCTION_CALL]; }; // Python code generator for Sensing ask and wait text block -Blockly.Python['sensing_ask_and_wait_text'] = function(block) { - var functionName = Blockly.Python.provideFunction_( +pythonGenerator.forBlock['sensing_ask_and_wait_text'] = function(block) { + var functionName = pythonGenerator.provideFunction_( 'text_prompt', - ['def ' + Blockly.Python.FUNCTION_NAME_PLACEHOLDER_ + '(msg):', + ['def ' + pythonGenerator.FUNCTION_NAME_PLACEHOLDER_ + '(msg):', ' try:', ' return raw_input(msg)', ' except NameError:', ' return input(msg)']); if (block.getField('question')) { // Internal message. - var msg = Blockly.Python.quote_(block.getFieldValue('question')); + var msg = pythonGenerator.quote_(block.getFieldValue('question')); } else { // External message. - var msg = Blockly.Python.valueToCode(block, 'question', Blockly.Python.ORDER_NONE) || '\'\''; + var msg = pythonGenerator.valueToCode(block, 'question', pythonGenerator.ORDER_NONE) || '\'\''; } msg = '""' // Replaces user input parameters to be blank so it matches the expected output var code = functionName + '(' + msg + ')'; - return [code, Blockly.Python.ORDER_FUNCTION_CALL]; + return [code, pythonGenerator.ORDER_FUNCTION_CALL]; }; // Python code generator for Operators contains block -Blockly.Python['operators_string_contains'] = function(block) { - var value_word = Blockly.Python.valueToCode(block, 'word', Blockly.Python.ORDER_ATOMIC) || '\'\''; - var value_subword = Blockly.Python.valueToCode(block, 'subword', Blockly.Python.ORDER_ATOMIC) || '\'\''; +pythonGenerator.forBlock['operators_string_contains'] = function(block) { + var value_word = pythonGenerator.valueToCode(block, 'word', pythonGenerator.ORDER_ATOMIC) || '\'\''; + var value_subword = pythonGenerator.valueToCode(block, 'subword', pythonGenerator.ORDER_ATOMIC) || '\'\''; var code = value_subword + " in " + value_word; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators letter of block -Blockly.Python['operators_letter_of'] = function(block) { - var value_index = Blockly.Python.valueToCode(block, 'index', Blockly.Python.ORDER_ATOMIC); - var value_word = Blockly.Python.valueToCode(block, 'word', Blockly.Python.ORDER_ATOMIC) || '\'\''; +pythonGenerator.forBlock['operators_letter_of'] = function(block) { + var value_index = pythonGenerator.valueToCode(block, 'index', pythonGenerator.ORDER_ATOMIC); + var value_word = pythonGenerator.valueToCode(block, 'word', pythonGenerator.ORDER_ATOMIC) || '\'\''; value_index = parseInt(value_index) if (value_index) { // subtract 1 since index starts from 0 in Python @@ -1037,63 +1037,63 @@ Blockly.Python['operators_letter_of'] = function(block) { value_index = 0 } var code = value_word + "[" + value_index + "]"; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators join/concatenate string block -Blockly.Python['operators_join_string'] = function(block) { - var value_a = Blockly.Python.valueToCode(block, 'a', Blockly.Python.ORDER_ATOMIC) || '\'\''; - var value_b = Blockly.Python.valueToCode(block, 'b', Blockly.Python.ORDER_ATOMIC) || '\'\''; +pythonGenerator.forBlock['operators_join_string'] = function(block) { + var value_a = pythonGenerator.valueToCode(block, 'a', pythonGenerator.ORDER_ATOMIC) || '\'\''; + var value_b = pythonGenerator.valueToCode(block, 'b', pythonGenerator.ORDER_ATOMIC) || '\'\''; var code = 'str(' + value_a + ') + str(' + value_b + ')'; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators modulo block -Blockly.Python['operators_modulo'] = function(block) { - var value_a = Blockly.Python.valueToCode(block, 'a', Blockly.Python.ORDER_ATOMIC); - var value_n = Blockly.Python.valueToCode(block, 'n', Blockly.Python.ORDER_ATOMIC); +pythonGenerator.forBlock['operators_modulo'] = function(block) { + var value_a = pythonGenerator.valueToCode(block, 'a', pythonGenerator.ORDER_ATOMIC); + var value_n = pythonGenerator.valueToCode(block, 'n', pythonGenerator.ORDER_ATOMIC); if (!value_a && !value_n) { value_a = '0'; value_n = '1'; } var code = value_a + ' % ' + value_n; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators multiply block -Blockly.Python['operators_multiply'] = function(block) { - var value_x = Blockly.Python.valueToCode(block, 'x', Blockly.Python.ORDER_ATOMIC) || '0'; - var value_y = Blockly.Python.valueToCode(block, 'y', Blockly.Python.ORDER_ATOMIC) || '0'; +pythonGenerator.forBlock['operators_multiply'] = function(block) { + var value_x = pythonGenerator.valueToCode(block, 'x', pythonGenerator.ORDER_ATOMIC) || '0'; + var value_y = pythonGenerator.valueToCode(block, 'y', pythonGenerator.ORDER_ATOMIC) || '0'; var code = value_x + ' * ' + value_y; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators divide block -Blockly.Python['operators_divide'] = function(block) { - var value_x = Blockly.Python.valueToCode(block, 'x', Blockly.Python.ORDER_ATOMIC) || '0'; - var value_y = Blockly.Python.valueToCode(block, 'y', Blockly.Python.ORDER_ATOMIC) || '0'; - var functionName = Blockly.Python.provideFunction_( +pythonGenerator.forBlock['operators_divide'] = function(block) { + var value_x = pythonGenerator.valueToCode(block, 'x', pythonGenerator.ORDER_ATOMIC) || '0'; + var value_y = pythonGenerator.valueToCode(block, 'y', pythonGenerator.ORDER_ATOMIC) || '0'; + var functionName = pythonGenerator.provideFunction_( 'divideNumber', - ['def ' + Blockly.Python.FUNCTION_NAME_PLACEHOLDER_ + '(x, y):', + ['def ' + pythonGenerator.FUNCTION_NAME_PLACEHOLDER_ + '(x, y):', ' return int(x/y) if (x/y).is_integer() else (x/y)']); var code = functionName + '(' + value_x + ', ' + value_y + ')'; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators add block -Blockly.Python['operators_add'] = function(block) { - var value_x = Blockly.Python.valueToCode(block, 'x', Blockly.Python.ORDER_ATOMIC) || '0'; - var value_y = Blockly.Python.valueToCode(block, 'y', Blockly.Python.ORDER_ATOMIC) || '0'; +pythonGenerator.forBlock['operators_add'] = function(block) { + var value_x = pythonGenerator.valueToCode(block, 'x', pythonGenerator.ORDER_ATOMIC) || '0'; + var value_y = pythonGenerator.valueToCode(block, 'y', pythonGenerator.ORDER_ATOMIC) || '0'; var code = value_x + ' + ' + value_y; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; // Python code generator for Operators subtract blocks -Blockly.Python['operators_subtract'] = function(block) { - var value_x = Blockly.Python.valueToCode(block, 'x', Blockly.Python.ORDER_ATOMIC) || '0'; - var value_y = Blockly.Python.valueToCode(block, 'y', Blockly.Python.ORDER_ATOMIC) || '0'; +pythonGenerator.forBlock['operators_subtract'] = function(block) { + var value_x = pythonGenerator.valueToCode(block, 'x', pythonGenerator.ORDER_ATOMIC) || '0'; + var value_y = pythonGenerator.valueToCode(block, 'y', pythonGenerator.ORDER_ATOMIC) || '0'; var code = value_x + ' - ' + value_y; - return [code, Blockly.Python.ORDER_NONE]; + return [code, pythonGenerator.ORDER_NONE]; }; } diff --git a/csunplugged/static/js/jobe-editor.js b/csunplugged/static/js/jobe-editor.js index d9279c79d..f1f73b88c 100644 --- a/csunplugged/static/js/jobe-editor.js +++ b/csunplugged/static/js/jobe-editor.js @@ -9,8 +9,8 @@ require("codemirror/mode/python/python.js"); // Blockly editor imports const Blockly = require('blockly'); +const { pythonGenerator } = require('blockly/python'); const setupBlockly = require("./custom-blockly-blocks.js"); -require('blockly/python'); // Has to be global as other functions use these variables @@ -110,7 +110,7 @@ if (programming_lang == "python") { }); // Add the custom Scratch-like Blockly blocks - setupBlockly(Blockly); + setupBlockly(Blockly, pythonGenerator); // TODO: Implement continuous toolbox when using ES6 syntax. // https://google.github.io/blockly-samples/plugins/continuous-toolbox/README.html @@ -150,7 +150,7 @@ if (programming_lang == "python") { if (previous_block_based_submission) { // Decodes the previous_block_based_submission as it contains unwanted HTML entities // The decoded string is then converted into XML - var xml_node = Blockly.Xml.textToDom(utils.decodeHTMLEntities(previous_block_based_submission)); + var xml_node = Blockly.utils.xml.textToDom(utils.decodeHTMLEntities(previous_block_based_submission)); // Outputs the XML to the workspace Blockly.Xml.domToWorkspace(xml_node, workspace); @@ -173,7 +173,7 @@ function sendCodeToJobe() { code = myCodeMirror.getValue().replace(/(input\("[^"]+"\)|input\('[^']+'\)|input\([^)]+\))/mg, 'input()'); } else { // Uses the Python code generators to convert blocks into Python code - code = Blockly['Python'].workspaceToCode(workspace); + code = pythonGenerator.workspaceToCode(workspace); } From 2bb8554dd9e0e21f9de9575db2cf14caa2a3f4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 02:08:57 +0000 Subject: [PATCH 185/267] Bump coverage from 7.3.3 to 7.3.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.3 to 7.3.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.3...7.3.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index b13101ea3..a2d799598 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.3.3 +coverage==7.3.4 # Skip migration files for local testing django-test-without-migrations==0.6 From 537c265fab1dd35c2cbb555196b1e02f03581291 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 15:15:47 +1300 Subject: [PATCH 186/267] switch to pypdf from discontinued pypdf2 (which was merged into pypdf) --- .../tests/resources/management/test_makeresources_command.py | 2 +- csunplugged/tests/resources/utils/test_BaseResourceGenerator.py | 2 +- requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csunplugged/tests/resources/management/test_makeresources_command.py b/csunplugged/tests/resources/management/test_makeresources_command.py index 5880f5df6..6a179035b 100644 --- a/csunplugged/tests/resources/management/test_makeresources_command.py +++ b/csunplugged/tests/resources/management/test_makeresources_command.py @@ -4,7 +4,7 @@ from django.core import management from django.test import tag, override_settings from tests.resources.ResourcesTestDataGenerator import ResourcesTestDataGenerator -from PyPDF2 import PdfReader +from pypdf import PdfReader import os.path import shutil from resources.models import Resource diff --git a/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py b/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py index efbf457fd..1efefe5f3 100644 --- a/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py +++ b/csunplugged/tests/resources/utils/test_BaseResourceGenerator.py @@ -9,7 +9,7 @@ from resources.utils.BaseResourceGenerator import BaseResourceGenerator from resources.utils.resource_parameters import ResourceParameter, EnumResourceParameter from io import BytesIO -from PyPDF2 import PdfReader +from pypdf import PdfReader @tag("resource") diff --git a/requirements/test.txt b/requirements/test.txt index b13101ea3..d95250845 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,4 +11,4 @@ coverage==7.3.3 django-test-without-migrations==0.6 # PDF file checking -PyPDF2==3.0.1 +pypdf==3.17.3 From 35b37320ddb97af90ff9795a7955fc5295408761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 02:32:36 +0000 Subject: [PATCH 187/267] Bump gulp-filter from 7.0.0 to 9.0.1 in /csunplugged Bumps [gulp-filter](https://github.com/sindresorhus/gulp-filter) from 7.0.0 to 9.0.1. - [Release notes](https://github.com/sindresorhus/gulp-filter/releases) - [Commits](https://github.com/sindresorhus/gulp-filter/compare/v7.0.0...v9.0.1) --- updated-dependencies: - dependency-name: gulp-filter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 8948b1cc4..f61925bb9 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -18,7 +18,7 @@ "gulp-concat": "2.6.1", "gulp-dependents": "1.2.5", "gulp-error-handle": "1.0.1", - "gulp-filter": "7.0.0", + "gulp-filter": "9.0.1", "gulp-if": "3.0.0", "gulp-imagemin": "7.1.0", "gulp-postcss": "9.0.1", From 1c704c21c849d6ad5bbd0c7d6a14e0acab60dbab Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 15:33:44 +1300 Subject: [PATCH 188/267] use latest node LTS version --- infrastructure/local/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/local/node/Dockerfile b/infrastructure/local/node/Dockerfile index 572fbe1d6..883356951 100644 --- a/infrastructure/local/node/Dockerfile +++ b/infrastructure/local/node/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.17.0-buster +FROM node:20-buster ARG DOCKER_UID=1000 RUN usermod -u $DOCKER_UID node From 4ca5c4eed83d8c0a91d593b131d00532b520bae6 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 15:38:20 +1300 Subject: [PATCH 189/267] switch to es module --- csunplugged/gulpfile.js | 245 ---------------------------------------- 1 file changed, 245 deletions(-) delete mode 100644 csunplugged/gulpfile.js diff --git a/csunplugged/gulpfile.js b/csunplugged/gulpfile.js deleted file mode 100644 index b97941896..000000000 --- a/csunplugged/gulpfile.js +++ /dev/null @@ -1,245 +0,0 @@ -//////////////////////////////// -// Setup -//////////////////////////////// - -// Gulp and package -const { src, dest, parallel, series, watch, lastRun } = require('gulp') -const pjson = require('./package.json') - -// Plugins -const autoprefixer = require('autoprefixer') -const browserify = require('browserify') -const browserSync = require('browser-sync').create() -const buffer = require('vinyl-buffer'); -const c = require('ansi-colors') -const concat = require('gulp-concat') -const cssnano = require('cssnano') -const dependents = require('gulp-dependents') -const errorHandler = require('gulp-error-handle') -const filter = require('gulp-filter') -const gulpif = require('gulp-if'); -const { hideBin } = require('yargs/helpers') -const imagemin = require('gulp-imagemin') -const log = require('fancy-log') -const pixrem = require('pixrem') -const postcss = require('gulp-postcss') -const postcssFlexbugFixes = require('postcss-flexbugs-fixes') -const reload = browserSync.reload -const sass = require('gulp-sass')(require('sass')); -const sourcemaps = require('gulp-sourcemaps') -const spawn = require('child_process').spawn -const tap = require('gulp-tap') -const terser = require('gulp-terser') -const yargs = require('yargs/yargs') - -// Arguments -const argv = yargs(hideBin(process.argv)).argv -const PRODUCTION = !!argv.production; - -// Relative paths function -function pathsConfig(appName) { - this.app = `./${pjson.name}` - const vendorsRoot = 'node_modules' - const staticSourceRoot = 'static' - const staticOutputRoot = 'build' - - return { - app: this.app, - // Source files - bootstrap_source: `${vendorsRoot}/bootstrap/scss`, - css_source: `${staticSourceRoot}/css`, - scss_source: `${staticSourceRoot}/scss`, - js_source: `${staticSourceRoot}/js`, - images_source: `${staticSourceRoot}/img`, - files_source: `${staticSourceRoot}/files`, - fonts_source: `${staticSourceRoot}/fonts`, - vendor_js_source: [ - `${vendorsRoot}/jquery/dist/jquery.js`, - `${vendorsRoot}/popper.js/dist/umd/popper.js`, - `${vendorsRoot}/bootstrap/dist/js/bootstrap.js`, - `${vendorsRoot}/details-element-polyfill/dist/details-element-polyfill.js`, - `${vendorsRoot}/scratchblocks/build/scratchblocks.min.js`, - `${vendorsRoot}/multiple-select/dist/multiple-select-es.js`, - ], - // Output files - css_output: `${staticOutputRoot}/css`, - images_output: `${staticOutputRoot}/img`, - js_output: `${staticOutputRoot}/js`, - files_output: `${staticOutputRoot}/files`, - fonts_output: `${staticOutputRoot}/fonts`, - } -} - -var paths = pathsConfig() - -function catchError(error) { - log.error( - c.bgRed('Error:'), - c.red(error) - ); - this.emit('end'); -} - -//////////////////////////////// -// Config -//////////////////////////////// - -// CSS/SCSS -const processCss = [ - autoprefixer(), // adds vendor prefixes - pixrem(), // add fallbacks for rem units - postcssFlexbugFixes(), // adds flexbox fixes -] -const printProcessCss = [ - pixrem(), // add fallbacks for rem units -] -const minifyCss = [ - cssnano({ preset: 'default' }) // minify result -] - -// JS - -const js_files_skip_optimisation = [ - // Optimise all files - '**', - // But skip the following files - // For example: '!static/js/vendor/**/*.js' -]; - -//////////////////////////////// -// Tasks -//////////////////////////////// - -// Styles autoprefixing and minification -function css() { - return src(`${paths.css_source}/**/*.css`) - .pipe(errorHandler(catchError)) - .pipe(sourcemaps.init()) - .pipe(postcss(processCss)) - .pipe(sourcemaps.write()) - .pipe(gulpif(PRODUCTION, postcss(minifyCss))) // Minifies the result - .pipe(dest(paths.css_output)) -} - -function scss() { - function postcss_callback(file) { - if (file.basename.endsWith('.print.css')) { - return { plugins: printProcessCss } - } else { - return { plugins: processCss } - } - } - return src(`${paths.scss_source}/**/*.scss`, { since: lastRun(scss) }) - .pipe(errorHandler(catchError)) - .pipe(dependents()) - .pipe(sourcemaps.init()) - .pipe(sass({ - includePaths: [ - paths.bootstrap_source, - paths.scss_source - ], - sourceComments: !PRODUCTION, - }).on('error', sass.logError)) - .pipe(postcss(postcss_callback)) - .pipe(sourcemaps.write()) - .pipe(gulpif(PRODUCTION, postcss(minifyCss))) // Minifies the result - .pipe(dest(paths.css_output)) -} - -// Javascript -function js() { - const js_filter = filter(js_files_skip_optimisation, { restore: true }) - return src([ - `${paths.js_source}/**/*.js`, - `!${paths.js_source}/modules/**/*.js` - ], { since: lastRun(js) }) - .pipe(errorHandler(catchError)) - .pipe(sourcemaps.init()) - .pipe(js_filter) - .pipe(tap(function (file) { - file.contents = browserify(file.path, { debug: true }).bundle().on('error', catchError); - })) - .pipe(buffer()) - .pipe(gulpif(PRODUCTION, terser({ keep_fnames: true }))) - .pipe(js_filter.restore) - .pipe(sourcemaps.write()) - .pipe(dest(paths.js_output)) -} - -// Vendor Javascript (always minified) -function vendorJs() { - return src(paths.vendor_js_source) - .pipe(errorHandler(catchError)) - .pipe(concat('vendors.js')) - .pipe(terser()) - .pipe(dest(paths.js_output)) -} - -// Image compression -function img() { - return src(`${paths.images_source}/**/*`) - .pipe(gulpif(PRODUCTION, imagemin())) // Compresses PNG, JPEG, GIF and SVG images - .pipe(dest(paths.images_output)) -} - -// Downloadable files -function files() { - return src(`${paths.files_source}/**/*`) - .pipe(dest(paths.files_output)) -} - -// Custom fonts files -function fonts() { - return src(`${paths.fonts_source}/**/*`) - .pipe(dest(paths.fonts_output)) -} - -// Browser sync server for live reload -// TODO: Not yet working -// function initBrowserSync() { -// browserSync.init({ -// // https://www.browsersync.io/docs/options/#option-proxy -// proxy: { -// target: 'cs-unplugged.localhost:8000', -// proxyReq: [ -// function (proxyReq, req) { -// // Assign proxy "host" header same as current request at Browsersync server -// proxyReq.setHeader('Host', req.headers.host) -// } -// ] -// }, -// // https://www.browsersync.io/docs/options/#option-open -// // Disable as it doesn't work from inside a container -// open: false -// } -// ) -// } - -// Watch -function watchPaths() { - watch([`${paths.js_source}/**/*.js`], js).on("change", reload) - watch([`${paths.css_source}/**/*.css`], css).on("change", reload) - watch([`${paths.scss_source}/**/*.scss`], scss).on("change", reload) - watch([`${paths.images_source}/**/*`], img).on("change", reload) -} - -// Generate all assets -const generateAssets = parallel( - css, - scss, - js, - vendorJs, - img, - files, - fonts -) - -// Set up dev environment -const dev = parallel( - // initBrowserSync, - watchPaths -) -// TODO: Look at cleaning build folder -exports["generate-assets"] = generateAssets -exports["dev"] = dev -exports.default = series(generateAssets, dev) From bee03b2d6a5b456171cab5d840f155fbf498cdf1 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 15:39:04 +1300 Subject: [PATCH 190/267] switch to es module --- csunplugged/gulpfile.mjs | 246 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 csunplugged/gulpfile.mjs diff --git a/csunplugged/gulpfile.mjs b/csunplugged/gulpfile.mjs new file mode 100644 index 000000000..150852ed4 --- /dev/null +++ b/csunplugged/gulpfile.mjs @@ -0,0 +1,246 @@ +//////////////////////////////// +// Setup +//////////////////////////////// + +// Gulp and package +import { src, dest, parallel, series, watch, lastRun } from 'gulp' +import { name } from './package.json' + +// Plugins +import autoprefixer from 'autoprefixer' +import browserify from 'browserify' +const browserSync = require('browser-sync').create() +import buffer from 'vinyl-buffer' +import { bgRed, red } from 'ansi-colors' +import concat from 'gulp-concat' +import cssnano from 'cssnano' +import dependents from 'gulp-dependents' +import errorHandler from 'gulp-error-handle' +import filter from 'gulp-filter' +import gulpif from 'gulp-if' +import { hideBin } from 'yargs/helpers' +import imagemin from 'gulp-imagemin' +import { error as _error } from 'fancy-log' +import pixrem from 'pixrem' +import postcss from 'gulp-postcss' +import postcssFlexbugFixes from 'postcss-flexbugs-fixes' +const reload = browserSync.reload +const sass = require('gulp-sass')(require('sass')); +import { init, write } from 'gulp-sourcemaps' +import { spawn } from 'child_process' +import tap from 'gulp-tap' +import terser from 'gulp-terser' +import yargs from 'yargs/yargs' + +// Arguments +const argv = yargs(hideBin(process.argv)).argv +const PRODUCTION = !!argv.production; + +// Relative paths function +function pathsConfig(appName) { + this.app = `./${name}` + const vendorsRoot = 'node_modules' + const staticSourceRoot = 'static' + const staticOutputRoot = 'build' + + return { + app: this.app, + // Source files + bootstrap_source: `${vendorsRoot}/bootstrap/scss`, + css_source: `${staticSourceRoot}/css`, + scss_source: `${staticSourceRoot}/scss`, + js_source: `${staticSourceRoot}/js`, + images_source: `${staticSourceRoot}/img`, + files_source: `${staticSourceRoot}/files`, + fonts_source: `${staticSourceRoot}/fonts`, + vendor_js_source: [ + `${vendorsRoot}/jquery/dist/jquery.js`, + `${vendorsRoot}/popper.js/dist/umd/popper.js`, + `${vendorsRoot}/bootstrap/dist/js/bootstrap.js`, + `${vendorsRoot}/details-element-polyfill/dist/details-element-polyfill.js`, + `${vendorsRoot}/scratchblocks/build/scratchblocks.min.js`, + `${vendorsRoot}/multiple-select/dist/multiple-select-es.js`, + ], + // Output files + css_output: `${staticOutputRoot}/css`, + images_output: `${staticOutputRoot}/img`, + js_output: `${staticOutputRoot}/js`, + files_output: `${staticOutputRoot}/files`, + fonts_output: `${staticOutputRoot}/fonts`, + } +} + +var paths = pathsConfig() + +function catchError(error) { + _error( + bgRed('Error:'), + red(error) + ); + this.emit('end'); +} + +//////////////////////////////// +// Config +//////////////////////////////// + +// CSS/SCSS +const processCss = [ + autoprefixer(), // adds vendor prefixes + pixrem(), // add fallbacks for rem units + postcssFlexbugFixes(), // adds flexbox fixes +] +const printProcessCss = [ + pixrem(), // add fallbacks for rem units +] +const minifyCss = [ + cssnano({ preset: 'default' }) // minify result +] + +// JS + +const js_files_skip_optimisation = [ + // Optimise all files + '**', + // But skip the following files + // For example: '!static/js/vendor/**/*.js' +]; + +//////////////////////////////// +// Tasks +//////////////////////////////// + +// Styles autoprefixing and minification +function css() { + return src(`${paths.css_source}/**/*.css`) + .pipe(errorHandler(catchError)) + .pipe(init()) + .pipe(postcss(processCss)) + .pipe(write()) + .pipe(gulpif(PRODUCTION, postcss(minifyCss))) // Minifies the result + .pipe(dest(paths.css_output)) +} + +function scss() { + function postcss_callback(file) { + if (file.basename.endsWith('.print.css')) { + return { plugins: printProcessCss } + } else { + return { plugins: processCss } + } + } + return src(`${paths.scss_source}/**/*.scss`, { since: lastRun(scss) }) + .pipe(errorHandler(catchError)) + .pipe(dependents()) + .pipe(init()) + .pipe(sass({ + includePaths: [ + paths.bootstrap_source, + paths.scss_source + ], + sourceComments: !PRODUCTION, + }).on('error', sass.logError)) + .pipe(postcss(postcss_callback)) + .pipe(write()) + .pipe(gulpif(PRODUCTION, postcss(minifyCss))) // Minifies the result + .pipe(dest(paths.css_output)) +} + +// Javascript +function js() { + const js_filter = filter(js_files_skip_optimisation, { restore: true }) + return src([ + `${paths.js_source}/**/*.js`, + `!${paths.js_source}/modules/**/*.js` + ], { since: lastRun(js) }) + .pipe(errorHandler(catchError)) + .pipe(init()) + .pipe(js_filter) + .pipe(tap(function (file) { + file.contents = browserify(file.path, { debug: true }).bundle().on('error', catchError); + })) + .pipe(buffer()) + .pipe(gulpif(PRODUCTION, terser({ keep_fnames: true }))) + .pipe(js_filter.restore) + .pipe(write()) + .pipe(dest(paths.js_output)) +} + +// Vendor Javascript (always minified) +function vendorJs() { + return src(paths.vendor_js_source) + .pipe(errorHandler(catchError)) + .pipe(concat('vendors.js')) + .pipe(terser()) + .pipe(dest(paths.js_output)) +} + +// Image compression +function img() { + return src(`${paths.images_source}/**/*`) + .pipe(gulpif(PRODUCTION, imagemin())) // Compresses PNG, JPEG, GIF and SVG images + .pipe(dest(paths.images_output)) +} + +// Downloadable files +function files() { + return src(`${paths.files_source}/**/*`) + .pipe(dest(paths.files_output)) +} + +// Custom fonts files +function fonts() { + return src(`${paths.fonts_source}/**/*`) + .pipe(dest(paths.fonts_output)) +} + +// Browser sync server for live reload +// TODO: Not yet working +// function initBrowserSync() { +// browserSync.init({ +// // https://www.browsersync.io/docs/options/#option-proxy +// proxy: { +// target: 'cs-unplugged.localhost:8000', +// proxyReq: [ +// function (proxyReq, req) { +// // Assign proxy "host" header same as current request at Browsersync server +// proxyReq.setHeader('Host', req.headers.host) +// } +// ] +// }, +// // https://www.browsersync.io/docs/options/#option-open +// // Disable as it doesn't work from inside a container +// open: false +// } +// ) +// } + +// Watch +function watchPaths() { + watch([`${paths.js_source}/**/*.js`], js).on("change", reload) + watch([`${paths.css_source}/**/*.css`], css).on("change", reload) + watch([`${paths.scss_source}/**/*.scss`], scss).on("change", reload) + watch([`${paths.images_source}/**/*`], img).on("change", reload) +} + +// Generate all assets +const generateAssets = parallel( + css, + scss, + js, + vendorJs, + img, + files, + fonts +) + +// Set up dev environment +const dev = parallel( + // initBrowserSync, + watchPaths +) +// TODO: Look at cleaning build folder +exports["generate-assets"] = generateAssets +exports["dev"] = dev +const _default = series(generateAssets, dev) +export { _default as default } From f56ca57d65d54509028c1b124071f02d7eefc6b0 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 16:33:03 +1300 Subject: [PATCH 191/267] move over to esmodule for gulpfile --- csunplugged/gulpfile.mjs | 33 +++++++++++++++++++-------------- docker-compose.local.yml | 2 +- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/csunplugged/gulpfile.mjs b/csunplugged/gulpfile.mjs index 150852ed4..af8bc734e 100644 --- a/csunplugged/gulpfile.mjs +++ b/csunplugged/gulpfile.mjs @@ -3,15 +3,20 @@ //////////////////////////////// // Gulp and package -import { src, dest, parallel, series, watch, lastRun } from 'gulp' -import { name } from './package.json' +import gulp from "gulp"; +const { src, dest, parallel, series, watch, lastRun } = gulp; + +// Package +import { readFile } from "node:fs/promises"; +const pjson = JSON.parse(await readFile('./package.json')) // Plugins import autoprefixer from 'autoprefixer' import browserify from 'browserify' -const browserSync = require('browser-sync').create() +import browserSync from 'browser-sync' import buffer from 'vinyl-buffer' -import { bgRed, red } from 'ansi-colors' +import c from 'ansi-colors' +const { bgRed, red } = c; import concat from 'gulp-concat' import cssnano from 'cssnano' import dependents from 'gulp-dependents' @@ -24,9 +29,12 @@ import { error as _error } from 'fancy-log' import pixrem from 'pixrem' import postcss from 'gulp-postcss' import postcssFlexbugFixes from 'postcss-flexbugs-fixes' -const reload = browserSync.reload -const sass = require('gulp-sass')(require('sass')); -import { init, write } from 'gulp-sourcemaps' +const { reload } = browserSync.create(); +import * as dartSass from 'sass'; +import gulpSass from 'gulp-sass'; +const sass = gulpSass(dartSass); +import sourcemaps from 'gulp-sourcemaps' +const { init, write } = sourcemaps import { spawn } from 'child_process' import tap from 'gulp-tap' import terser from 'gulp-terser' @@ -38,13 +46,12 @@ const PRODUCTION = !!argv.production; // Relative paths function function pathsConfig(appName) { - this.app = `./${name}` const vendorsRoot = 'node_modules' const staticSourceRoot = 'static' const staticOutputRoot = 'build' return { - app: this.app, + app: `./${pjson.name}`, // Source files bootstrap_source: `${vendorsRoot}/bootstrap/scss`, css_source: `${staticSourceRoot}/css`, @@ -224,7 +231,7 @@ function watchPaths() { } // Generate all assets -const generateAssets = parallel( +export const generateAssets = parallel( css, scss, js, @@ -233,6 +240,7 @@ const generateAssets = parallel( files, fonts ) +generateAssets.displayName = "generate-assets"; // Set up dev environment const dev = parallel( @@ -240,7 +248,4 @@ const dev = parallel( watchPaths ) // TODO: Look at cleaning build folder -exports["generate-assets"] = generateAssets -exports["dev"] = dev -const _default = series(generateAssets, dev) -export { _default as default } +export default series(generateAssets, dev); diff --git a/docker-compose.local.yml b/docker-compose.local.yml index 2737832a5..8967a83c9 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -37,7 +37,7 @@ services: volumes: # https://burnedikt.com/dockerized-node-development-and-mounting-node-volumes/#exclude-node_modules-from-the-mount - ./csunplugged/package.json:/app/package.json:z - - ./csunplugged/gulpfile.js:/app/gulpfile.js:z + - ./csunplugged/gulpfile.mjs:/app/gulpfile.mjs:z - ./csunplugged/static:/app/static:z - ./csunplugged/build:/app/build:z command: npm run dev From da665053b0a665037147437c6de6d5333bfbe026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 03:40:13 +0000 Subject: [PATCH 192/267] Bump gulp-imagemin from 7.1.0 to 9.0.0 in /csunplugged Bumps [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/sindresorhus/gulp-imagemin/releases) - [Commits](https://github.com/sindresorhus/gulp-imagemin/compare/v7.1.0...v9.0.0) --- updated-dependencies: - dependency-name: gulp-imagemin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index f61925bb9..e02a4d738 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -20,7 +20,7 @@ "gulp-error-handle": "1.0.1", "gulp-filter": "9.0.1", "gulp-if": "3.0.0", - "gulp-imagemin": "7.1.0", + "gulp-imagemin": "9.0.0", "gulp-postcss": "9.0.1", "gulp-sass": "5.1.0", "gulp-sourcemaps": "3.0.0", From f1428070210f80a0bf3417e8bf0b53cc61f28686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:43:24 +0000 Subject: [PATCH 193/267] Bump pypdf from 3.17.3 to 3.17.4 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.3 to 3.17.4. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/3.17.3...3.17.4) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3810acca3..d92679228 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,4 +11,4 @@ coverage==7.3.4 django-test-without-migrations==0.6 # PDF file checking -pypdf==3.17.3 +pypdf==3.17.4 From b19e39126b32c9ed1a1936764859117bb9f51e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 02:08:47 +0000 Subject: [PATCH 194/267] Bump coverage from 7.3.4 to 7.4.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.4...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index d92679228..7bc4458b8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==6.1.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.3.4 +coverage==7.4.0 # Skip migration files for local testing django-test-without-migrations==0.6 From cf35d394b8472c5c79acbe2915976e2e0914b90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 02:10:34 +0000 Subject: [PATCH 195/267] Bump browser-sync from 2.29.3 to 3.0.2 in /csunplugged Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.3 to 3.0.2. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.3...v3.0.2) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index e02a4d738..41c44070c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -7,7 +7,7 @@ "ansi-colors": "4.1.3", "autoprefixer": "10.4.16", "bootstrap": "4.6.1", - "browser-sync": "2.29.3", + "browser-sync": "3.0.2", "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", From e8863f23bf56b847b626e591c464b5919e7b57ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:25:17 +0000 Subject: [PATCH 196/267] Bump sass from 1.69.5 to 1.69.6 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.69.6. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.6) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index e02a4d738..6e61f5ad0 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.32", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.5", + "sass": "1.69.6", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From cbc95b4cb61d26b49bb69156d160a77eaf5e062c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 02:20:42 +0000 Subject: [PATCH 197/267] Bump sass from 1.69.6 to 1.69.7 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.6 to 1.69.7. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.6...1.69.7) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 6e61f5ad0..bb78485ed 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.32", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", - "sass": "1.69.6", + "sass": "1.69.7", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From a5a6016bf0683691e0976e3468bb4f938834448f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 02:41:48 +0000 Subject: [PATCH 198/267] Bump cssnano from 6.0.2 to 6.0.3 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.2...cssnano@6.0.3) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index bb78485ed..62659fa75 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "6.0.2", + "cssnano": "6.0.3", "blockly": "10.3.0", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From 0009dbc923b0f3ae8a8f3b62d3a34b373e206d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 02:04:28 +0000 Subject: [PATCH 199/267] Bump crowdin/github-action from 1.15.2 to 1.16.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.15.2 to 1.16.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index d4e0e6bac..199175761 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.15.2 + uses: crowdin/github-action@v1.16.0 with: upload_sources: false download_translations: true From 9590119d14c2693ead27c355165cf5b8f2e05c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 02:38:01 +0000 Subject: [PATCH 200/267] Bump postcss from 8.4.32 to 8.4.33 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.32...8.4.33) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 62659fa75..52fe8dc61 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.32", + "postcss": "8.4.33", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "4.6.1", "sass": "1.69.7", From c93948140c58c1ba1f59ba3dd09af2e14349900e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 02:39:37 +0000 Subject: [PATCH 201/267] Bump reveal.js from 4.6.1 to 5.0.4 in /csunplugged Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 4.6.1 to 5.0.4. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/4.6.1...5.0.4) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 52fe8dc61..68b5fdf4a 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -34,7 +34,7 @@ "popper.js": "1.16.1", "postcss": "8.4.33", "postcss-flexbugs-fixes": "5.0.2", - "reveal.js": "4.6.1", + "reveal.js": "5.0.4", "sass": "1.69.7", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", From 60e08eecc38c90a90565094e955869e793541dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 02:56:38 +0000 Subject: [PATCH 202/267] Bump flake8 from 6.1.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 7bc4458b8..cfbde235e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ # Test dependencies # Check Python style -flake8==6.1.0 +flake8==7.0.0 pydocstyle==6.3.0 # Coverage Tools From c5737d9ce006a32c82ed11267fc9a89b1030fe82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 02:57:26 +0000 Subject: [PATCH 203/267] Bump lxml from 4.9.4 to 5.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.1.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.4...lxml-5.1.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e8648322b..16dddac94 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ PyYAML==6.0.1 tqdm==4.66.1 # XML Parsing -lxml==4.9.4 +lxml==5.1.0 cssselect==1.2.0 # I18n From 99e29d670f35cd04d9996e8f42d8626c86600796 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 11 Jan 2024 16:02:34 +1300 Subject: [PATCH 204/267] disable scrollview on small screens --- .../templates/at_a_distance/components/reveal-initialize.html | 1 + 1 file changed, 1 insertion(+) diff --git a/csunplugged/templates/at_a_distance/components/reveal-initialize.html b/csunplugged/templates/at_a_distance/components/reveal-initialize.html index 300dafcbe..37b57513d 100644 --- a/csunplugged/templates/at_a_distance/components/reveal-initialize.html +++ b/csunplugged/templates/at_a_distance/components/reveal-initialize.html @@ -11,6 +11,7 @@ hashOneBasedIndex: true, progress: false, slideNumber: {{ slide_number|default:'true' }}, + scrollActivationWidth: null, fragments: {{ fragments|default:'true' }}, transition: 'none', backgroundTransition: 'fade', From b1c4f7251fa851403f9bb502450008afb8ccdb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:32:42 +0000 Subject: [PATCH 205/267] Bump gulp-postcss from 9.0.1 to 9.1.0 in /csunplugged Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/postcss/gulp-postcss/releases) - [Commits](https://github.com/postcss/gulp-postcss/compare/9.0.1...9.1.0) --- updated-dependencies: - dependency-name: gulp-postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 7652beb31..cbbaf704d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -21,7 +21,7 @@ "gulp-filter": "9.0.1", "gulp-if": "3.0.0", "gulp-imagemin": "9.0.0", - "gulp-postcss": "9.0.1", + "gulp-postcss": "9.1.0", "gulp-sass": "5.1.0", "gulp-sourcemaps": "3.0.0", "gulp-tap": "2.0.0", From 7e7399e956ac3b518048a845b3e4b03fceecd6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:01:32 +0000 Subject: [PATCH 206/267] Bump autoprefixer from 10.4.16 to 10.4.17 in /csunplugged Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.16 to 10.4.17. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index cbbaf704d..9280eda8d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.16", + "autoprefixer": "10.4.17", "bootstrap": "4.6.1", "browser-sync": "3.0.2", "browserify": "17.0.0", From 3128f6c6d88a681023d58d71a8fb3a2a6a840af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:01:50 +0000 Subject: [PATCH 207/267] Bump blockly from 10.3.0 to 10.3.1 in /csunplugged Bumps [blockly](https://github.com/google/blockly) from 10.3.0 to 10.3.1. - [Release notes](https://github.com/google/blockly/releases) - [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md) - [Commits](https://github.com/google/blockly/compare/blockly-v10.3.0...blockly-v10.3.1) --- updated-dependencies: - dependency-name: blockly dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index cbbaf704d..45f128d2c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -12,7 +12,7 @@ "child_process": "1.0.2", "codemirror": "5.65.6", "cssnano": "6.0.3", - "blockly": "10.3.0", + "blockly": "10.3.1", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", "gulp-concat": "2.6.1", From d948f0d41d2328ef3090d5fdea10686d14bfe9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 02:53:46 +0000 Subject: [PATCH 208/267] Bump sass from 1.69.7 to 1.70.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.70.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.7...1.70.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 75cb8473e..a11bb361a 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.33", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.4", - "sass": "1.69.7", + "sass": "1.70.0", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 08aeae3b34ebe5ac882f5c960dc6b34cf8bd2857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:55:51 +0000 Subject: [PATCH 209/267] Bump crowdin/github-action from 1.16.0 to 1.16.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 199175761..3c2429998 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true From 3395c2127d99a703853e5aa5dd04e7f187824908 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Tue, 23 Jan 2024 15:23:02 +1300 Subject: [PATCH 210/267] fix django 4.0 translation compatibility --- csunplugged/at_a_distance/models.py | 2 +- csunplugged/at_home/models.py | 2 +- csunplugged/classic/models.py | 2 +- csunplugged/general/models.py | 2 +- .../generators/BarcodeChecksumPosterResourceGenerator.py | 2 +- .../resources/generators/BinaryCardsResourceGenerator.py | 2 +- .../resources/generators/BinaryCardsSmallResourceGenerator.py | 2 +- .../resources/generators/BinaryToAlphabetResourceGenerator.py | 2 +- .../resources/generators/BinaryWindowsResourceGenerator.py | 2 +- csunplugged/resources/generators/JobBadgesResourceGenerator.py | 2 +- .../resources/generators/LeftRightCardsResourceGenerator.py | 2 +- .../resources/generators/ModuloClockResourceGenerator.py | 2 +- csunplugged/resources/generators/NumberHuntResourceGenerator.py | 2 +- .../resources/generators/ParityCardsResourceGenerator.py | 2 +- csunplugged/resources/generators/PianoKeysResourceGenerator.py | 2 +- .../resources/generators/PixelPainterResourceGenerator.py | 2 +- .../resources/generators/RunLengthEncodingResourceGenerator.py | 2 +- .../resources/generators/SearchingCardsResourceGenerator.py | 2 +- .../generators/SortingNetworkCardsResourceGenerator.py | 2 +- .../resources/generators/SortingNetworkResourceGenerator.py | 2 +- .../resources/generators/TrainStationsResourceGenerator.py | 2 +- .../resources/generators/TreasureIslandResourceGenerator.py | 2 +- csunplugged/resources/models.py | 2 +- csunplugged/resources/utils/BaseResourceGenerator.py | 2 +- csunplugged/topics/models.py | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/csunplugged/at_a_distance/models.py b/csunplugged/at_a_distance/models.py index 4a83b61a5..2b94f2f0b 100644 --- a/csunplugged/at_a_distance/models.py +++ b/csunplugged/at_a_distance/models.py @@ -4,7 +4,7 @@ from django.urls import reverse from django.db import models from django.utils.translation import get_language -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from utils.TranslatableModel import TranslatableModel from at_a_distance.settings import AT_A_DISTANCE_SLIDES_TEMPLATE_BASE_PATH diff --git a/csunplugged/at_home/models.py b/csunplugged/at_home/models.py index 7bd5b11d8..57675d25b 100644 --- a/csunplugged/at_home/models.py +++ b/csunplugged/at_home/models.py @@ -2,7 +2,7 @@ from django.urls import reverse from django.db import models -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from utils.TranslatableModel import TranslatableModel from django.contrib.postgres.search import SearchVectorField from django.contrib.postgres.indexes import GinIndex diff --git a/csunplugged/classic/models.py b/csunplugged/classic/models.py index 3ae393dc1..d39117633 100644 --- a/csunplugged/classic/models.py +++ b/csunplugged/classic/models.py @@ -1,7 +1,7 @@ """Models for the classic application.""" from django.db import models -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.contrib.postgres.search import SearchVectorField from django.contrib.postgres.indexes import GinIndex diff --git a/csunplugged/general/models.py b/csunplugged/general/models.py index 946244070..f89200412 100644 --- a/csunplugged/general/models.py +++ b/csunplugged/general/models.py @@ -2,7 +2,7 @@ from django.db import models from django.urls import reverse -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.contrib.postgres.search import SearchVectorField from django.contrib.postgres.indexes import GinIndex from search.utils import get_template_text diff --git a/csunplugged/resources/generators/BarcodeChecksumPosterResourceGenerator.py b/csunplugged/resources/generators/BarcodeChecksumPosterResourceGenerator.py index ac624e344..64f27f920 100644 --- a/csunplugged/resources/generators/BarcodeChecksumPosterResourceGenerator.py +++ b/csunplugged/resources/generators/BarcodeChecksumPosterResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw from resources.utils.BaseResourceGenerator import BaseResourceGenerator from utils.TextBoxDrawer import TextBoxDrawer -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter BARCODE_LENGTH_VALUES = { diff --git a/csunplugged/resources/generators/BinaryCardsResourceGenerator.py b/csunplugged/resources/generators/BinaryCardsResourceGenerator.py index d992deb3a..d87b96d1a 100644 --- a/csunplugged/resources/generators/BinaryCardsResourceGenerator.py +++ b/csunplugged/resources/generators/BinaryCardsResourceGenerator.py @@ -3,7 +3,7 @@ import os.path from PIL import Image, ImageDraw, ImageFont from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import BoolResourceParameter BASE_IMAGE_PATH = "static/img/resources/binary-cards/" diff --git a/csunplugged/resources/generators/BinaryCardsSmallResourceGenerator.py b/csunplugged/resources/generators/BinaryCardsSmallResourceGenerator.py index 23bb7c123..5b9e4bef5 100644 --- a/csunplugged/resources/generators/BinaryCardsSmallResourceGenerator.py +++ b/csunplugged/resources/generators/BinaryCardsSmallResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw, ImageFont import os.path from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter, BoolResourceParameter diff --git a/csunplugged/resources/generators/BinaryToAlphabetResourceGenerator.py b/csunplugged/resources/generators/BinaryToAlphabetResourceGenerator.py index 2a71bba52..21b9ae175 100644 --- a/csunplugged/resources/generators/BinaryToAlphabetResourceGenerator.py +++ b/csunplugged/resources/generators/BinaryToAlphabetResourceGenerator.py @@ -1,7 +1,7 @@ """Class for Binary to Alphabet resource generator.""" from yattag import Doc -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.utils.translation import get_language from resources.utils.BaseResourceGenerator import BaseResourceGenerator from resources.utils.resource_parameters import EnumResourceParameter diff --git a/csunplugged/resources/generators/BinaryWindowsResourceGenerator.py b/csunplugged/resources/generators/BinaryWindowsResourceGenerator.py index 94f5bacae..3ab03080b 100644 --- a/csunplugged/resources/generators/BinaryWindowsResourceGenerator.py +++ b/csunplugged/resources/generators/BinaryWindowsResourceGenerator.py @@ -3,7 +3,7 @@ import os.path from PIL import Image, ImageDraw, ImageFont from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter, BoolResourceParameter BASE_IMAGE_PATH = "static/img/resources/binary-windows/" diff --git a/csunplugged/resources/generators/JobBadgesResourceGenerator.py b/csunplugged/resources/generators/JobBadgesResourceGenerator.py index 6e322df66..d2c2eb4b6 100644 --- a/csunplugged/resources/generators/JobBadgesResourceGenerator.py +++ b/csunplugged/resources/generators/JobBadgesResourceGenerator.py @@ -2,7 +2,7 @@ from PIL import Image, ImageDraw from utils.TextBoxDrawer import TextBox, TextBoxDrawer -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.BaseResourceGenerator import BaseResourceGenerator from resources.utils.coords import calculate_box_vertices diff --git a/csunplugged/resources/generators/LeftRightCardsResourceGenerator.py b/csunplugged/resources/generators/LeftRightCardsResourceGenerator.py index 819f330d4..bd449c783 100644 --- a/csunplugged/resources/generators/LeftRightCardsResourceGenerator.py +++ b/csunplugged/resources/generators/LeftRightCardsResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw from math import pi from utils.TextBoxDrawer import TextBoxDrawer, TextBox -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.BaseResourceGenerator import BaseResourceGenerator from resources.utils.coords import calculate_box_vertices diff --git a/csunplugged/resources/generators/ModuloClockResourceGenerator.py b/csunplugged/resources/generators/ModuloClockResourceGenerator.py index 8ffea91c9..d99d87125 100644 --- a/csunplugged/resources/generators/ModuloClockResourceGenerator.py +++ b/csunplugged/resources/generators/ModuloClockResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw, ImageFont from math import pi, sin, cos from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter MODULO_NUMBER_VALUES = { diff --git a/csunplugged/resources/generators/NumberHuntResourceGenerator.py b/csunplugged/resources/generators/NumberHuntResourceGenerator.py index 70f37f716..0365772c6 100644 --- a/csunplugged/resources/generators/NumberHuntResourceGenerator.py +++ b/csunplugged/resources/generators/NumberHuntResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw from random import sample from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from utils.TextBoxDrawer import TextBoxDrawer, TextBox from resources.utils.resource_parameters import EnumResourceParameter from resources.utils.coords import calculate_box_vertices diff --git a/csunplugged/resources/generators/ParityCardsResourceGenerator.py b/csunplugged/resources/generators/ParityCardsResourceGenerator.py index c7ca0dd4e..5ddb39073 100644 --- a/csunplugged/resources/generators/ParityCardsResourceGenerator.py +++ b/csunplugged/resources/generators/ParityCardsResourceGenerator.py @@ -2,7 +2,7 @@ from PIL import Image, ImageDraw from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter CARDS_COLUMNS = 4 diff --git a/csunplugged/resources/generators/PianoKeysResourceGenerator.py b/csunplugged/resources/generators/PianoKeysResourceGenerator.py index 3bfea4206..28e8b11b3 100644 --- a/csunplugged/resources/generators/PianoKeysResourceGenerator.py +++ b/csunplugged/resources/generators/PianoKeysResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw from utils.str_to_bool import str_to_bool from utils.TextBoxDrawer import TextBoxDrawer, TextBox -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.BaseResourceGenerator import BaseResourceGenerator from resources.utils.resource_parameters import EnumResourceParameter diff --git a/csunplugged/resources/generators/PixelPainterResourceGenerator.py b/csunplugged/resources/generators/PixelPainterResourceGenerator.py index 13b0e7bfa..3b92a341c 100644 --- a/csunplugged/resources/generators/PixelPainterResourceGenerator.py +++ b/csunplugged/resources/generators/PixelPainterResourceGenerator.py @@ -5,7 +5,7 @@ from yattag import Doc import string from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter METHOD_VALUES = { diff --git a/csunplugged/resources/generators/RunLengthEncodingResourceGenerator.py b/csunplugged/resources/generators/RunLengthEncodingResourceGenerator.py index e7c1d6a64..d3ac816d9 100644 --- a/csunplugged/resources/generators/RunLengthEncodingResourceGenerator.py +++ b/csunplugged/resources/generators/RunLengthEncodingResourceGenerator.py @@ -3,7 +3,7 @@ from yattag import Doc from PIL import Image from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter WORKSHEET_OPTIONS = { diff --git a/csunplugged/resources/generators/SearchingCardsResourceGenerator.py b/csunplugged/resources/generators/SearchingCardsResourceGenerator.py index 74f0ab082..fa0bb7657 100644 --- a/csunplugged/resources/generators/SearchingCardsResourceGenerator.py +++ b/csunplugged/resources/generators/SearchingCardsResourceGenerator.py @@ -5,7 +5,7 @@ from PIL import Image, ImageDraw, ImageFont from yattag import Doc from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter, BoolResourceParameter IMAGE_PATH = "static/img/resources/searching-cards/{}-cards-{}.png" X_BASE_COORD = 1803 diff --git a/csunplugged/resources/generators/SortingNetworkCardsResourceGenerator.py b/csunplugged/resources/generators/SortingNetworkCardsResourceGenerator.py index d33835505..b2b100ab5 100644 --- a/csunplugged/resources/generators/SortingNetworkCardsResourceGenerator.py +++ b/csunplugged/resources/generators/SortingNetworkCardsResourceGenerator.py @@ -4,7 +4,7 @@ from random import sample from PIL import Image, ImageDraw, ImageFont from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter IMAGE_SIZE_X = 2000 diff --git a/csunplugged/resources/generators/SortingNetworkResourceGenerator.py b/csunplugged/resources/generators/SortingNetworkResourceGenerator.py index c70dc0794..f8dc65853 100644 --- a/csunplugged/resources/generators/SortingNetworkResourceGenerator.py +++ b/csunplugged/resources/generators/SortingNetworkResourceGenerator.py @@ -3,7 +3,7 @@ from PIL import Image, ImageDraw, ImageFont from random import sample from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter PREFILLED_VALUES_VALUES = { diff --git a/csunplugged/resources/generators/TrainStationsResourceGenerator.py b/csunplugged/resources/generators/TrainStationsResourceGenerator.py index af5fd65b6..c0f92c0f9 100644 --- a/csunplugged/resources/generators/TrainStationsResourceGenerator.py +++ b/csunplugged/resources/generators/TrainStationsResourceGenerator.py @@ -2,7 +2,7 @@ from PIL import Image from resources.utils.BaseResourceGenerator import BaseResourceGenerator -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import EnumResourceParameter TRACKS_VALUES = { diff --git a/csunplugged/resources/generators/TreasureIslandResourceGenerator.py b/csunplugged/resources/generators/TreasureIslandResourceGenerator.py index fb978dcd3..adec2acd4 100644 --- a/csunplugged/resources/generators/TreasureIslandResourceGenerator.py +++ b/csunplugged/resources/generators/TreasureIslandResourceGenerator.py @@ -1,6 +1,6 @@ """Class for Treasure Island resource generator.""" -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from PIL import Image, ImageDraw from utils.TextBoxDrawer import TextBoxDrawer, TextBox from resources.utils.BaseResourceGenerator import BaseResourceGenerator diff --git a/csunplugged/resources/models.py b/csunplugged/resources/models.py index 271789ac1..cdad27792 100644 --- a/csunplugged/resources/models.py +++ b/csunplugged/resources/models.py @@ -1,7 +1,7 @@ """Models for the resources application.""" from django.db import models -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.urls import reverse from utils.TranslatableModel import TranslatableModel from django.contrib.postgres.search import SearchVectorField diff --git a/csunplugged/resources/utils/BaseResourceGenerator.py b/csunplugged/resources/utils/BaseResourceGenerator.py index 1d1f19a22..baaefddec 100644 --- a/csunplugged/resources/utils/BaseResourceGenerator.py +++ b/csunplugged/resources/utils/BaseResourceGenerator.py @@ -7,7 +7,7 @@ from utils.errors.MoreThanOneThumbnailPageFoundError import MoreThanOneThumbnailPageFoundError from django.conf import settings from django.template.loader import render_to_string -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from resources.utils.resource_parameters import ( EnumResourceParameter, TextResourceParameter, diff --git a/csunplugged/topics/models.py b/csunplugged/topics/models.py index c77b56d6e..5f02b6fc0 100644 --- a/csunplugged/topics/models.py +++ b/csunplugged/topics/models.py @@ -2,7 +2,7 @@ from django.urls import reverse from django.db import models -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.contrib.postgres.fields import IntegerRangeField from resources.models import Resource from utils.TranslatableModel import TranslatableModel From e90bd4f57c4735209c2be9254f7bc4135ca56e90 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Tue, 23 Jan 2024 15:23:43 +1300 Subject: [PATCH 211/267] django 4 bootstrap-bread-crumbs compatibility --- csunplugged/config/settings/base.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/csunplugged/config/settings/base.py b/csunplugged/config/settings/base.py index 1cd219991..35d72ae5e 100644 --- a/csunplugged/config/settings/base.py +++ b/csunplugged/config/settings/base.py @@ -14,6 +14,10 @@ import logging.config import django.conf.locale +# django-bootstrap-breadcrumbs compatibility: smart_text changed to smart_str. +from django.utils.encoding import smart_str +django.utils.encoding.smart_text = smart_str + # cs-unplugged/csunplugged/config/settings/base.py - 3 = csunplugged/ ROOT_DIR = environ.Path(__file__) - 3 From e0b34856180d51c6b2499ece1c988d5fb2aee15d Mon Sep 17 00:00:00 2001 From: jhn27 Date: Tue, 23 Jan 2024 15:25:01 +1300 Subject: [PATCH 212/267] regex path support django 4.0 compatibility --- csunplugged/plugging_it_in/urls.py | 13 ++++++------- requirements/base.txt | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/csunplugged/plugging_it_in/urls.py b/csunplugged/plugging_it_in/urls.py index 878c2d6ba..9611418ed 100644 --- a/csunplugged/plugging_it_in/urls.py +++ b/csunplugged/plugging_it_in/urls.py @@ -1,13 +1,12 @@ """URL routing for the plugging_it_in application.""" -from django.urls import path -from django.conf.urls import url +from django.urls import path, re_path from . import views app_name = "plugging_it_in" urlpatterns = [ - url( + re_path( r"^$", views.IndexView.as_view(), name="index" @@ -22,22 +21,22 @@ views.BlockBasedAndScratchView.as_view(), name="block_based_vs_scratch" ), - url( + re_path( r"^(?P[-\w]+)/(?P[-\w]+)/$", views.ProgrammingChallengeListView.as_view(), name="lesson" ), - url( + re_path( r"^(?P[-\w]+)/(?P[-\w]+)/(?P[-\w]+)/(?P[-\w]+)/$", views.ProgrammingChallengeView.as_view(), name="programming_challenge" ), - url( + re_path( r"^jobe_proxy$", views.JobeProxyView.as_view(), name="jobe_proxy" ), - url( + re_path( r"^save_attempt$", views.SaveAttemptView.as_view(), name="save_attempt" diff --git a/requirements/base.txt b/requirements/base.txt index 16dddac94..019f89fcb 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.23 +django==4.2.9 django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 From 64a25d70ee8046426d49f30009a8660a26e4b057 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Tue, 23 Jan 2024 16:25:01 +1300 Subject: [PATCH 213/267] django 4 test compatibility --- .../loaders/test_lessons_loader.py | 3 ++- .../loaders/test_classic_pages_loader.py | 8 ++++++- .../loaders/test_general_pages_loader.py | 5 +++++ .../test_programming_challenge_list_view.py | 3 ++- .../views/test_programming_challenge_view.py | 6 ++++-- .../resources/loaders/test_resource_loader.py | 5 +++++ .../tests/resources/views/test_index_view.py | 6 ++++-- .../topics/loaders/test_age_groups_loader.py | 21 ++++++++++++------- .../test_classroom_resources_loader.py | 4 ++++ .../loaders/test_curriculum_areas_loader.py | 11 +++++++++- .../test_curriculum_integrations_loader.py | 21 +++++++++++++------ .../loaders/test_glossary_terms_loader.py | 7 +++++-- .../loaders/test_learning_outcomes_loader.py | 18 ++++++++++------ .../topics/loaders/test_lessons_loader.py | 20 +++++++++++++++--- .../test_programming_challenges_loader.py | 18 ++++++++++------ ...programming_challenges_structure_loader.py | 18 ++++++++++------ .../tests/topics/loaders/test_topic_loader.py | 3 ++- .../tests/topics/models/test_lesson.py | 9 ++++++-- .../models/test_programming_challenge.py | 3 ++- ...st_programming_challenge_implementation.py | 3 ++- .../test_all_curriculum_integration_view.py | 9 +++++--- .../views/test_curriculum_integration_view.py | 6 ++++-- .../tests/topics/views/test_glossary_view.py | 12 ++++++++--- .../tests/topics/views/test_index_view.py | 6 ++++-- .../tests/topics/views/test_lesson_view.py | 9 +++++--- .../views/test_programming_challenge_list.py | 3 ++- .../views/test_programming_challenge_view.py | 18 +++++++++++----- .../test_TranslatableModel.py | 3 +++ requirements/base.txt | 2 +- 29 files changed, 191 insertions(+), 69 deletions(-) diff --git a/csunplugged/tests/at_a_distance/loaders/test_lessons_loader.py b/csunplugged/tests/at_a_distance/loaders/test_lessons_loader.py index 2601d4e59..d3d3a56e6 100644 --- a/csunplugged/tests/at_a_distance/loaders/test_lessons_loader.py +++ b/csunplugged/tests/at_a_distance/loaders/test_lessons_loader.py @@ -30,7 +30,8 @@ def test_basic_lesson_loader_configuration(self): lesson_loader.load() self.assertQuerysetEqual( Lesson.objects.all(), - [""] + [""], + transform=repr ) def test_lesson_loader_slug_set_correctly(self): diff --git a/csunplugged/tests/classic/loaders/test_classic_pages_loader.py b/csunplugged/tests/classic/loaders/test_classic_pages_loader.py index 268ddcb4d..42b325be4 100644 --- a/csunplugged/tests/classic/loaders/test_classic_pages_loader.py +++ b/csunplugged/tests/classic/loaders/test_classic_pages_loader.py @@ -24,7 +24,8 @@ def test_basic_classic_page_loader_config(self): self.assertEqual(1, len(pages)) self.assertQuerysetEqual( pages, - [""] + [""], + transform=repr ) def test_classic_page_loader_missing_configuration_file(self): @@ -81,6 +82,7 @@ def test_classic_page_loader_multiple_configuration(self): "", "", ], + transform=repr ) def test_classic_page_loader_insert_middle(self): @@ -101,6 +103,7 @@ def test_classic_page_loader_insert_middle(self): "", "", ], + transform=repr ) # Now try adding an element in the middle of this collection @@ -122,6 +125,7 @@ def test_classic_page_loader_insert_middle(self): "", "", ], + transform=repr ) def test_classic_page_loader_remove_end(self): @@ -142,6 +146,7 @@ def test_classic_page_loader_remove_end(self): "", "", ], + transform=repr ) # Remove from end of list @@ -161,4 +166,5 @@ def test_classic_page_loader_remove_end(self): "", "", ], + transform=repr ) diff --git a/csunplugged/tests/general/loaders/test_general_pages_loader.py b/csunplugged/tests/general/loaders/test_general_pages_loader.py index af285d2d2..4428303e7 100644 --- a/csunplugged/tests/general/loaders/test_general_pages_loader.py +++ b/csunplugged/tests/general/loaders/test_general_pages_loader.py @@ -142,6 +142,7 @@ def test_general_page_loader_multiple_configuration(self): "", "", ], + transform=repr ) def test_general_page_loader_multiple_configuration_insert_middle(self): @@ -161,6 +162,7 @@ def test_general_page_loader_multiple_configuration_insert_middle(self): "", "", ], + transform=repr, ) config_file = "insert-middle.yaml" @@ -180,6 +182,7 @@ def test_general_page_loader_multiple_configuration_insert_middle(self): "", "", ], + transform=repr, ) def test_general_page_loader_multiple_configuration_remove_end(self): @@ -199,6 +202,7 @@ def test_general_page_loader_multiple_configuration_remove_end(self): "", "", ], + transform=repr, ) config_file = "remove-end.yaml" @@ -216,4 +220,5 @@ def test_general_page_loader_multiple_configuration_remove_end(self): "", "", ], + transform=repr, ) diff --git a/csunplugged/tests/plugging_it_in/views/test_programming_challenge_list_view.py b/csunplugged/tests/plugging_it_in/views/test_programming_challenge_list_view.py index 2edfc27e9..9a0619dc6 100644 --- a/csunplugged/tests/plugging_it_in/views/test_programming_challenge_list_view.py +++ b/csunplugged/tests/plugging_it_in/views/test_programming_challenge_list_view.py @@ -198,5 +198,6 @@ def test_programming_challenge_list_challenges_context(self): response.context["programming_challenges"], [ "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/plugging_it_in/views/test_programming_challenge_view.py b/csunplugged/tests/plugging_it_in/views/test_programming_challenge_view.py index 5f76b6271..9be6c15d0 100644 --- a/csunplugged/tests/plugging_it_in/views/test_programming_challenge_view.py +++ b/csunplugged/tests/plugging_it_in/views/test_programming_challenge_view.py @@ -182,7 +182,8 @@ def test_programming_challenge_view_programming_challenges_context(self): # Should only return the first challenge with the python language self.assertQuerysetEqual( response.context["programming_challenges"], - [""] + [""], + transform=repr, ) def test_programming_challenge_view_programming_challenges_json_context(self): @@ -249,7 +250,8 @@ def test_programming_challenge_view_test_cases_context(self): response.context["test_cases"], [ f"", - ] + ], + transform=repr, ) def test_programming_challenge_view_test_cases_json_context(self): diff --git a/csunplugged/tests/resources/loaders/test_resource_loader.py b/csunplugged/tests/resources/loaders/test_resource_loader.py index cbd44d76d..349624d62 100644 --- a/csunplugged/tests/resources/loaders/test_resource_loader.py +++ b/csunplugged/tests/resources/loaders/test_resource_loader.py @@ -110,6 +110,7 @@ def test_resource_loader_multiple_configuration(self): "", ], ordered=False, + transform=repr, ) def test_resource_loader_translation(self): @@ -136,6 +137,7 @@ def test_resource_loader_insert_middle(self): "", ], ordered=False, + transform=repr, ) config_file = "insert-middle.yaml" @@ -149,6 +151,7 @@ def test_resource_loader_insert_middle(self): "", ], ordered=False, + transform=repr, ) def test_resource_loader_delete_end(self): @@ -162,6 +165,7 @@ def test_resource_loader_delete_end(self): "", ], ordered=False, + transform=repr, ) config_file = "delete-end.yaml" @@ -173,4 +177,5 @@ def test_resource_loader_delete_end(self): "", ], ordered=False, + transform=repr, ) diff --git a/csunplugged/tests/resources/views/test_index_view.py b/csunplugged/tests/resources/views/test_index_view.py index ea126c6ce..76ca24acd 100644 --- a/csunplugged/tests/resources/views/test_index_view.py +++ b/csunplugged/tests/resources/views/test_index_view.py @@ -31,7 +31,8 @@ def test_resources_index_with_one_resource(self): self.assertEqual(HTTPStatus.OK, response.status_code) self.assertQuerysetEqual( response.context["all_resources"], - [""] + [""], + transform=repr, ) self.assertEqual( response.context["all_resources"][0].thumbnail, @@ -59,5 +60,6 @@ def test_resources_index_with_multiple_resources(self): [ "", "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_age_groups_loader.py b/csunplugged/tests/topics/loaders/test_age_groups_loader.py index 613659517..c34898bd2 100644 --- a/csunplugged/tests/topics/loaders/test_age_groups_loader.py +++ b/csunplugged/tests/topics/loaders/test_age_groups_loader.py @@ -27,7 +27,8 @@ def test_age_groups_loader_basic_config(self): group_loader.load() self.assertQuerysetEqual( AgeGroup.objects.all(), - [""] + [""], + transform=repr, ) def test_age_groups_loader_missing_configuration_file(self): @@ -122,7 +123,8 @@ def test_age_groups_loader_multiple_configuration(self): "", "", "", - ] + ], + transform=repr, ) def test_age_groups_loader_missing_translation(self): @@ -152,7 +154,8 @@ def test_age_groups_same_slugs(self): group_loader.load() self.assertQuerysetEqual( AgeGroup.objects.filter(slug="8-10"), - [""] + [""], + transform=repr, ) def test_age_groups_insert_middle(self): @@ -165,7 +168,8 @@ def test_age_groups_insert_middle(self): "", "", "", - ] + ], + transform=repr, ) config_file = "insert-middle.yaml" @@ -178,7 +182,8 @@ def test_age_groups_insert_middle(self): "", "", "", - ] + ], + transform=repr, ) def test_age_groups_remove_end(self): @@ -191,7 +196,8 @@ def test_age_groups_remove_end(self): "", "", "", - ] + ], + transform=repr, ) config_file = "remove-end.yaml" @@ -202,5 +208,6 @@ def test_age_groups_remove_end(self): [ "", "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_classroom_resources_loader.py b/csunplugged/tests/topics/loaders/test_classroom_resources_loader.py index 7b36412a4..6422d4b96 100644 --- a/csunplugged/tests/topics/loaders/test_classroom_resources_loader.py +++ b/csunplugged/tests/topics/loaders/test_classroom_resources_loader.py @@ -76,6 +76,7 @@ def test_insert_middle(self): '', '' ], + transform=repr, ) self.assertEqual(2, len(cr_objects)) @@ -95,6 +96,7 @@ def test_insert_middle(self): '', '' ], + transform=repr, ) def test_delete_end(self): @@ -110,6 +112,7 @@ def test_delete_end(self): '', '' ], + transform=repr, ) self.assertEqual(2, len(cr_objects)) @@ -127,4 +130,5 @@ def test_delete_end(self): [ '', ], + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_curriculum_areas_loader.py b/csunplugged/tests/topics/loaders/test_curriculum_areas_loader.py index 5f1a3b396..2d624d93c 100644 --- a/csunplugged/tests/topics/loaders/test_curriculum_areas_loader.py +++ b/csunplugged/tests/topics/loaders/test_curriculum_areas_loader.py @@ -24,7 +24,8 @@ def test_basic_curriculum_areas_loader_config(self): area_loader.load() self.assertQuerysetEqual( CurriculumArea.objects.all(), - [""] + [""], + transform=repr, ) def test_curriculum_areas_loader_missing_configuration_file(self): @@ -123,6 +124,7 @@ def test_curriculum_areas_loader_correct_children_value(self): "", ], ordered=False, + transform=repr, ) parent = CurriculumArea.objects.get(slug="maths") self.assertQuerysetEqual( @@ -132,6 +134,7 @@ def test_curriculum_areas_loader_correct_children_value(self): "", ], ordered=False, + transform=repr, ) def test_curriculum_areas_loader_missing_children_value(self): @@ -141,6 +144,7 @@ def test_curriculum_areas_loader_missing_children_value(self): self.assertQuerysetEqual( CurriculumArea.objects.all(), [""], + transform=repr, ) def test_curriculum_areas_loader_empty_children_value(self): @@ -217,6 +221,7 @@ def test_curriculum_areas_loader_multiple_configuration(self): "", ], ordered=False, + transform=repr, ) def test_curriculum_areas_loader_translation(self): @@ -259,6 +264,7 @@ def test_insert_middle(self): "", ], ordered=False, + transform=repr, ) config_file = "insert-middle.yaml" @@ -279,6 +285,7 @@ def test_insert_middle(self): "", ], ordered=False, + transform=repr, ) def test_delete_end(self): @@ -298,6 +305,7 @@ def test_delete_end(self): "", ], ordered=False, + transform=repr, ) config_file = "delete-end.yaml" @@ -316,4 +324,5 @@ def test_delete_end(self): "", ], ordered=False, + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_curriculum_integrations_loader.py b/csunplugged/tests/topics/loaders/test_curriculum_integrations_loader.py index 57794a0ab..1f4d084d3 100644 --- a/csunplugged/tests/topics/loaders/test_curriculum_integrations_loader.py +++ b/csunplugged/tests/topics/loaders/test_curriculum_integrations_loader.py @@ -38,7 +38,8 @@ def test_translation(self): ci_objects = CurriculumIntegration.objects.all() self.assertQuerysetEqual( ci_objects, - [""] + [""], + transform=repr, ) def test_missing_data(self): @@ -117,7 +118,8 @@ def test_prerequisite_lessons(self): ci_objects = CurriculumIntegration.objects.all() self.assertQuerysetEqual( ci_objects, - [""] + [""], + transform=repr, ) integration = CurriculumIntegration.objects.get(slug="integration-1") self.assertQuerysetEqual( @@ -127,6 +129,7 @@ def test_prerequisite_lessons(self): "", ], ordered=False, + transform=repr, ) self.assertEqual(1, len(ci_objects)) @@ -141,7 +144,8 @@ def test_prerequisite_lessons_translation(self): ci_objects = CurriculumIntegration.objects.all() self.assertQuerysetEqual( ci_objects, - [""] + [""], + transform=repr, ) integration = CurriculumIntegration.objects.get(slug="translation") self.assertQuerysetEqual( @@ -151,6 +155,7 @@ def test_prerequisite_lessons_translation(self): "", ], ordered=False, + transform=repr, ) self.assertEqual(1, len(ci_objects)) ci = ci_objects[0] @@ -170,12 +175,14 @@ def test_prerequisite_lessons_blank(self): ci_objects = CurriculumIntegration.objects.all() self.assertQuerysetEqual( ci_objects, - [""] + [""], + transform=repr, ) integration = CurriculumIntegration.objects.get(slug="integration-1") self.assertQuerysetEqual( integration.prerequisite_lessons.all(), [], + transform=repr, ) def test_prerequisite_lessons_invalid_lesson(self): @@ -213,7 +220,8 @@ def test_insert_middle(self): [ "", "", - ] + ], + transform=repr, ) def test_delete_start(self): @@ -236,7 +244,8 @@ def test_delete_start(self): list(ci_objects), [ "", - ] + ], + transform=repr, ) def test_duplicate_numbers(self): diff --git a/csunplugged/tests/topics/loaders/test_glossary_terms_loader.py b/csunplugged/tests/topics/loaders/test_glossary_terms_loader.py index 4217e5110..19c552135 100644 --- a/csunplugged/tests/topics/loaders/test_glossary_terms_loader.py +++ b/csunplugged/tests/topics/loaders/test_glossary_terms_loader.py @@ -24,7 +24,8 @@ def test_basic_config(self): glossary_objects = GlossaryTerm.objects.all() self.assertQuerysetEqual( glossary_objects, - [""] + [""], + transform=repr, ) def test_multiple_files(self): @@ -39,6 +40,7 @@ def test_multiple_files(self): "", "" ], + transform=repr, ) def test_invalid_files(self): @@ -48,7 +50,8 @@ def test_invalid_files(self): glossary_objects = GlossaryTerm.objects.all() self.assertQuerysetEqual( glossary_objects, - [""] + [""], + transform=repr, ) def test_translation(self): diff --git a/csunplugged/tests/topics/loaders/test_learning_outcomes_loader.py b/csunplugged/tests/topics/loaders/test_learning_outcomes_loader.py index 41134067d..57bd7a8d6 100644 --- a/csunplugged/tests/topics/loaders/test_learning_outcomes_loader.py +++ b/csunplugged/tests/topics/loaders/test_learning_outcomes_loader.py @@ -27,7 +27,8 @@ def test_basic_config(self): lo_objects = LearningOutcome.objects.all() self.assertQuerysetEqual( lo_objects, - [""] + [""], + transform=repr, ) def test_missing_configuration_file(self): @@ -74,7 +75,8 @@ def test_curriculum_areas(self): [ "", "", - ] + ], + transform=repr, ) def test_curriculum_areas_undefined(self): @@ -132,7 +134,8 @@ def test_insert_start(self): lo_objects = LearningOutcome.objects.all() self.assertQuerysetEqual( lo_objects, - [""] + [""], + transform=repr, ) config_file = "insert-start.yaml" @@ -144,7 +147,8 @@ def test_insert_start(self): [ "", "", - ] + ], + transform=repr, ) def test_delete_start(self): @@ -158,7 +162,8 @@ def test_delete_start(self): [ "", "", - ] + ], + transform=repr, ) config_file = "basic-config.yaml" @@ -167,5 +172,6 @@ def test_delete_start(self): lo_objects = LearningOutcome.objects.all() self.assertQuerysetEqual( lo_objects, - [""] + [""], + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_lessons_loader.py b/csunplugged/tests/topics/loaders/test_lessons_loader.py index bb1bdd744..2909349ba 100644 --- a/csunplugged/tests/topics/loaders/test_lessons_loader.py +++ b/csunplugged/tests/topics/loaders/test_lessons_loader.py @@ -38,7 +38,8 @@ def test_basic_lesson_loader_configuration(self): self.assertQuerysetEqual( Lesson.objects.all(), - [""] + [""], + transform=repr, ) def test_lesson_loader_topic_set_correctly(self): @@ -185,7 +186,8 @@ def test_lesson_loader_duration_set_correctly(self): self.assertQuerysetEqual( Lesson.objects.all(), - [""] + [""], + transform=repr, ) self.assertEquals( Lesson.objects.get(slug="lesson-1").duration, @@ -263,6 +265,7 @@ def test_lesson_loader_optional_programming_challenges_set_correctly(self): "", ], ordered=False, + transform=repr, ) def test_lesson_loader_optional_programming_challenges_empty(self): @@ -306,6 +309,7 @@ def test_lesson_loader_optional_programming_challenges_set_correctly_when_omitte self.assertQuerysetEqual( Lesson.objects.get(slug="lesson-1").programming_challenges.all(), [], + transform=repr, ) def test_lesson_loader_valid_programming_challenges_description(self): @@ -357,6 +361,7 @@ def test_lesson_loader_optional_learning_outcomes_set_correctly(self): "", ], ordered=False, + transform=repr, ) def test_lesson_loader_optional_learning_outcomes_invalid(self): @@ -406,6 +411,7 @@ def test_lesson_loader_optional_learning_outcomes_set_correctly_when_omitted(sel self.assertQuerysetEqual( Lesson.objects.get(slug="lesson-1").learning_outcomes.all(), [], + transform=repr, ) def test_lesson_loader_optional_classroom_resources_set_correctly(self): @@ -428,6 +434,7 @@ def test_lesson_loader_optional_classroom_resources_set_correctly(self): "", ], ordered=False, + transform=repr, ) def test_lesson_loader_optional_classroom_resources_invalid(self): @@ -475,6 +482,7 @@ def test_lesson_loader_optional_classroom_resources_set_correctly_when_omitted(s self.assertQuerysetEqual( Lesson.objects.get(slug="lesson-1").classroom_resources.all(), [], + transform=repr, ) def test_lesson_loader_multiple_lessons(self): @@ -496,6 +504,7 @@ def test_lesson_loader_multiple_lessons(self): "", ], ordered=False, + transform=repr, ) def test_lessons_loader_missing_configuration_file(self): @@ -565,6 +574,7 @@ def test_lesson_loader_optional_generated_resources_set_correctly(self): "", "", ], + transform=repr, ) def test_lesson_loader_optional_generated_resources_empty(self): @@ -770,7 +780,8 @@ def test_lessons_loader_insert_start(self): "", "", "", - ] + ], + transform=repr, ) config_file = "insert-start.yaml" @@ -790,6 +801,7 @@ def test_lessons_loader_insert_start(self): "", "", ], + transform=repr, ) def test_lessons_loader_delete_start(self): @@ -812,6 +824,7 @@ def test_lessons_loader_delete_start(self): "", ], ordered=False, + transform=repr, ) config_file = "multiple-lessons.yaml" @@ -831,4 +844,5 @@ def test_lessons_loader_delete_start(self): "", ], ordered=False, + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_programming_challenges_loader.py b/csunplugged/tests/topics/loaders/test_programming_challenges_loader.py index 1d1a44991..2630f8dfe 100644 --- a/csunplugged/tests/topics/loaders/test_programming_challenges_loader.py +++ b/csunplugged/tests/topics/loaders/test_programming_challenges_loader.py @@ -28,7 +28,8 @@ def test_basic_config(self): pc_objects = ProgrammingChallenge.objects.all() self.assertQuerysetEqual( pc_objects, - [""] + [""], + transform=repr, ) def test_missing_translation_is_listed_unavailable(self): @@ -309,7 +310,8 @@ def test_valid_learning_outcomes(self): [ "", "", - ] + ], + transform=repr, ) def test_insert_start(self): @@ -326,7 +328,8 @@ def test_insert_start(self): list(pc_objects), [ "", - ] + ], + transform=repr, ) config_file = "multiple-challenges.yaml" @@ -341,7 +344,8 @@ def test_insert_start(self): "", "", ], - ordered=False + ordered=False, + transform=repr, ) def test_remove_start(self): @@ -360,7 +364,8 @@ def test_remove_start(self): "", "", ], - ordered=False + ordered=False, + transform=repr, ) config_file = "basic-config-1.yaml" @@ -373,5 +378,6 @@ def test_remove_start(self): list(pc_objects), [ "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/loaders/test_programming_challenges_structure_loader.py b/csunplugged/tests/topics/loaders/test_programming_challenges_structure_loader.py index 2056ca202..3b70a36a1 100644 --- a/csunplugged/tests/topics/loaders/test_programming_challenges_structure_loader.py +++ b/csunplugged/tests/topics/loaders/test_programming_challenges_structure_loader.py @@ -25,11 +25,13 @@ def test_basic_config(self): pel_objects = ProgrammingChallengeLanguage.objects.all() self.assertQuerysetEqual( ped_objects, - [""] + [""], + transform=repr, ) self.assertQuerysetEqual( pel_objects, - [""] + [""], + transform=repr, ) def test_missing_languages(self): @@ -148,12 +150,14 @@ def test_insert_start(self): self.assertQuerysetEqual( ped_objects, ["", ""], - ordered=False + ordered=False, + transform=repr, ) self.assertQuerysetEqual( pel_objects, ["", ""], - ordered=False + ordered=False, + transform=repr, ) def test_remove_start(self): @@ -170,12 +174,14 @@ def test_remove_start(self): self.assertQuerysetEqual( ped_objects, [""], - ordered=False + ordered=False, + transform=repr, ) self.assertQuerysetEqual( pel_objects, [""], - ordered=False + ordered=False, + transform=repr, ) def test_duplicate_language_numbers(self): diff --git a/csunplugged/tests/topics/loaders/test_topic_loader.py b/csunplugged/tests/topics/loaders/test_topic_loader.py index 24daec112..289c9f6ea 100644 --- a/csunplugged/tests/topics/loaders/test_topic_loader.py +++ b/csunplugged/tests/topics/loaders/test_topic_loader.py @@ -37,7 +37,8 @@ def test_basic_topic_loader_configuration(self): temp_topic.delete() self.assertQuerysetEqual( Topic.objects.all(), - [""] + [""], + transform=repr, ) self.assertSetEqual(set(["en"]), set(Topic.objects.get(slug="topic-1").languages)) diff --git a/csunplugged/tests/topics/models/test_lesson.py b/csunplugged/tests/topics/models/test_lesson.py index e8768f7af..17955cde0 100644 --- a/csunplugged/tests/topics/models/test_lesson.py +++ b/csunplugged/tests/topics/models/test_lesson.py @@ -105,7 +105,11 @@ def test_get_programming_exercises_without_filter(self): non_filtered_challenges = lesson.retrieve_related_programming_challenges() # One challenge should be returned in the non filtered set - self.assertQuerysetEqual(non_filtered_challenges, [str(challenge.__repr__())]) + self.assertQuerysetEqual( + non_filtered_challenges, + [''], + transform=repr, + ) def test_get_available_languages(self): topic = self.test_data.create_topic(1) @@ -155,5 +159,6 @@ def test_get_available_languages(self): # One distinct language should be returned self.assertQuerysetEqual( available_languages, - [str(language1.__repr__())] + [''], + transform=repr, ) diff --git a/csunplugged/tests/topics/models/test_programming_challenge.py b/csunplugged/tests/topics/models/test_programming_challenge.py index e2ef4cef7..82a56d26a 100644 --- a/csunplugged/tests/topics/models/test_programming_challenge.py +++ b/csunplugged/tests/topics/models/test_programming_challenge.py @@ -60,5 +60,6 @@ def test_programming_challenge_related_test_cases(self): ProgrammingChallenge.objects.get(slug="challenge-1").related_test_cases(), [ f"", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/models/test_programming_challenge_implementation.py b/csunplugged/tests/topics/models/test_programming_challenge_implementation.py index e0a0d5c0c..bab715360 100644 --- a/csunplugged/tests/topics/models/test_programming_challenge_implementation.py +++ b/csunplugged/tests/topics/models/test_programming_challenge_implementation.py @@ -74,5 +74,6 @@ def test_implementation_order(self): "", "", "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/views/test_all_curriculum_integration_view.py b/csunplugged/tests/topics/views/test_all_curriculum_integration_view.py index 40a666494..b12358d95 100644 --- a/csunplugged/tests/topics/views/test_all_curriculum_integration_view.py +++ b/csunplugged/tests/topics/views/test_all_curriculum_integration_view.py @@ -27,7 +27,8 @@ def test_all_curriculum_integration_view_with_one_integration(self): self.assertEqual(len(response.context["curriculum_integrations"]), 1) self.assertQuerysetEqual( response.context["curriculum_integrations"], - [""] + [""], + transform=repr, ) def test_all_curriculum_integration_view_with_multiple_integration(self): @@ -46,7 +47,8 @@ def test_all_curriculum_integration_view_with_multiple_integration(self): "", "", "", - ] + ], + transform=repr, ) def test_all_curriculum_integration_view_order(self): @@ -72,5 +74,6 @@ def test_all_curriculum_integration_view_order(self): "", "", "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/views/test_curriculum_integration_view.py b/csunplugged/tests/topics/views/test_curriculum_integration_view.py index 2e4773f52..73b27cffd 100644 --- a/csunplugged/tests/topics/views/test_curriculum_integration_view.py +++ b/csunplugged/tests/topics/views/test_curriculum_integration_view.py @@ -82,7 +82,8 @@ def test_curriculum_integration_view_curriculum_areas_context(self): [ "", "", - ] + ], + transform=repr, ) def test_curriculum_integration_view_prerequisite_lessons_context(self): @@ -118,5 +119,6 @@ def test_curriculum_integration_view_prerequisite_lessons_context(self): [ "", "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/views/test_glossary_view.py b/csunplugged/tests/topics/views/test_glossary_view.py index 9304d261d..4ae10c320 100644 --- a/csunplugged/tests/topics/views/test_glossary_view.py +++ b/csunplugged/tests/topics/views/test_glossary_view.py @@ -31,7 +31,8 @@ def test_glossary_with_one_definition(self): self.assertEqual(len(response.context["glossary_terms"]), 1) self.assertQuerysetEqual( response.context["glossary_terms"], - [""] + [""], + transform=repr, ) def test_glossary_with_two_definitions(self): @@ -56,7 +57,11 @@ def test_glossary_with_two_definitions(self): self.assertEqual(len(response.context["glossary_terms"]), 2) self.assertQuerysetEqual( response.context["glossary_terms"], - ["", ""] + [ + "", + "" + ], + transform=repr, ) def test_glossary_order(self): @@ -92,7 +97,8 @@ def test_glossary_order(self): "", "", "" - ] + ], + transform=repr, ) def test_glossary_json_with_one_definition(self): diff --git a/csunplugged/tests/topics/views/test_index_view.py b/csunplugged/tests/topics/views/test_index_view.py index 11d1b0fd8..2f54567c2 100644 --- a/csunplugged/tests/topics/views/test_index_view.py +++ b/csunplugged/tests/topics/views/test_index_view.py @@ -29,7 +29,8 @@ def test_index_with_one_topic(self): self.assertEqual(HTTPStatus.OK, response.status_code) self.assertQuerysetEqual( response.context["topics"], - [""] + [""], + transform=repr ) def test_index_with_multiple_topics(self): @@ -51,7 +52,8 @@ def test_index_with_multiple_topics(self): self.assertEqual(HTTPStatus.OK, response.status_code) self.assertQuerysetEqual( response.context["topics"], - ["", ""] + ["", ""], + transform=repr ) def test_index_topic_single_age_group_context(self): diff --git a/csunplugged/tests/topics/views/test_lesson_view.py b/csunplugged/tests/topics/views/test_lesson_view.py index 8d42ab801..98f26908b 100644 --- a/csunplugged/tests/topics/views/test_lesson_view.py +++ b/csunplugged/tests/topics/views/test_lesson_view.py @@ -181,7 +181,8 @@ def test_lesson_view_ages_context_learning_outcome_single(self): response = self.client.get(url) self.assertQuerysetEqual( response.context["learning_outcomes"], - [""] + [""], + transform=repr, ) def test_lesson_view_ages_context_learning_outcome_multiple(self): @@ -211,7 +212,8 @@ def test_lesson_view_ages_context_learning_outcome_multiple(self): "", "", ], - ordered=False + ordered=False, + transform=repr, ) # Created to avoid https://github.com/uccser/cs-unplugged/issues/827 @@ -236,7 +238,8 @@ def test_lesson_view_ages_context_learning_outcome_not_duplicated(self): response = self.client.get(url) self.assertQuerysetEqual( response.context["learning_outcomes"], - [""] + [""], + transform=repr, ) def test_lesson_view_ages_context_learning_outcome_none(self): diff --git a/csunplugged/tests/topics/views/test_programming_challenge_list.py b/csunplugged/tests/topics/views/test_programming_challenge_list.py index 704532990..7a40e07ff 100644 --- a/csunplugged/tests/topics/views/test_programming_challenge_list.py +++ b/csunplugged/tests/topics/views/test_programming_challenge_list.py @@ -198,5 +198,6 @@ def test_programming_challenge_list_challenges_context(self): response.context["programming_challenges"], [ "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/topics/views/test_programming_challenge_view.py b/csunplugged/tests/topics/views/test_programming_challenge_view.py index 17bdc34c9..6a503584b 100644 --- a/csunplugged/tests/topics/views/test_programming_challenge_view.py +++ b/csunplugged/tests/topics/views/test_programming_challenge_view.py @@ -126,6 +126,7 @@ def test_programming_challenge_view_lessons_context(self): "", ], ordered=False, + transform=repr, ) def test_programming_challenge_view_learning_outcomes_context(self): @@ -142,7 +143,8 @@ def test_programming_challenge_view_learning_outcomes_context(self): response = self.client.get(url) self.assertQuerysetEqual( response.context["learning_outcomes"], - [""] + [""], + transform=repr, ) def test_programming_challenge_view_learning_outcomes_context_order(self): @@ -167,7 +169,8 @@ def test_programming_challenge_view_learning_outcomes_context_order(self): "", "", "", - ] + ], + transform=repr, ) # Created to avoid https://github.com/uccser/cs-unplugged/issues/827 @@ -188,7 +191,8 @@ def test_programming_challenge_view_ages_context_learning_outcome_not_duplicated response = self.client.get(url) self.assertQuerysetEqual( response.context["learning_outcomes"], - [""] + [""], + transform=repr, ) def test_programming_challenge_view_implementations_context(self): @@ -209,7 +213,10 @@ def test_programming_challenge_view_implementations_context(self): response = self.client.get(url) self.assertQuerysetEqual( response.context["implementations"], - [""] + [ + "" + ], + transform=repr, ) def test_programming_challenge_view_implementations_context_order(self): @@ -246,5 +253,6 @@ def test_programming_challenge_view_implementations_context_order(self): "", "", "", - ] + ], + transform=repr, ) diff --git a/csunplugged/tests/utils/translatable_model/test_TranslatableModel.py b/csunplugged/tests/utils/translatable_model/test_TranslatableModel.py index 0d473d13c..87c715e31 100644 --- a/csunplugged/tests/utils/translatable_model/test_TranslatableModel.py +++ b/csunplugged/tests/utils/translatable_model/test_TranslatableModel.py @@ -45,6 +45,7 @@ def test_translation_managers(self): "", "", ], + transform=repr, ) with translation.override("de"): @@ -58,6 +59,7 @@ def test_translation_managers(self): [ "", ], + transform=repr, ) # Check two unavailable in German self.assertEqual( @@ -70,4 +72,5 @@ def test_translation_managers(self): "", "", ], + transform=repr, ) diff --git a/requirements/base.txt b/requirements/base.txt index 019f89fcb..66305d716 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==4.2.9 +compatibilitydjango==4.2.9 django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 From 4d01d92ec2def2e9ad2d6eed81f76889610a0f5c Mon Sep 17 00:00:00 2001 From: jhn27 Date: Tue, 23 Jan 2024 16:29:29 +1300 Subject: [PATCH 214/267] fix: django typo --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 66305d716..019f89fcb 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -compatibilitydjango==4.2.9 +django==4.2.9 django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 From 2d60ea13bb6457c46501baaaaa72c0e2fd955060 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Tue, 23 Jan 2024 16:34:10 +1300 Subject: [PATCH 215/267] fix whitespace --- csunplugged/tests/topics/views/test_glossary_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/tests/topics/views/test_glossary_view.py b/csunplugged/tests/topics/views/test_glossary_view.py index 4ae10c320..a75739e40 100644 --- a/csunplugged/tests/topics/views/test_glossary_view.py +++ b/csunplugged/tests/topics/views/test_glossary_view.py @@ -58,7 +58,7 @@ def test_glossary_with_two_definitions(self): self.assertQuerysetEqual( response.context["glossary_terms"], [ - "", + "", "" ], transform=repr, From ac820a04628c41d7525280cb9c3ae69a64704d37 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Wed, 24 Jan 2024 11:35:16 +1300 Subject: [PATCH 216/267] add CSRF trusted orgigins --- csunplugged/config/settings/base.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/csunplugged/config/settings/base.py b/csunplugged/config/settings/base.py index 35d72ae5e..d66b267c9 100644 --- a/csunplugged/config/settings/base.py +++ b/csunplugged/config/settings/base.py @@ -327,5 +327,11 @@ "http://localhost:8000", "https://canterbury.ac.nz" ] + +CSRF_TRUSTED_ORIGINS = [ + "https://*.localhost", + "https://*.canterbury.ac.nz" +] + # Used by speaker notes for at a distance slides X_FRAME_OPTIONS = "SAMEORIGIN" From 8a8ff004dae07ff4e2f1eafe704da9bc8f7056bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:51:36 +0000 Subject: [PATCH 217/267] Bump coverage from 7.4.0 to 7.4.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index cfbde235e..523703ca7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==7.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.4.0 +coverage==7.4.1 # Skip migration files for local testing django-test-without-migrations==0.6 From d47cff0470483dfd4986f3b84cd4b3eeb2705db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:09:07 +0000 Subject: [PATCH 218/267] Bump crowdin/github-action from 1.16.1 to 1.17.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 3c2429998..1efae05fc 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.16.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false download_translations: true From d45279681d13d4da19404ca8630d4b87ae2c752f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:46:19 +0000 Subject: [PATCH 219/267] Bump django-debug-toolbar from 4.2.0 to 4.3.0 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/4.2...4.3) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index ef69af188..3b6fb8d5d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -3,5 +3,5 @@ -r test.txt # Debugging Tools -django-debug-toolbar==4.2.0 +django-debug-toolbar==4.3.0 django-extensions==3.2.3 From 0c0e9b8a30af5bf8f44c5e68336b192d62c0bd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:16:22 +0000 Subject: [PATCH 220/267] Bump postcss from 8.4.33 to 8.4.34 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.33 to 8.4.34. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.34) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a11bb361a..13001b8f0 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.33", + "postcss": "8.4.34", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.4", "sass": "1.70.0", From 327ab0ca9f7e24124e3deebbe7e1964b10b4b364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:06:05 +0000 Subject: [PATCH 221/267] Bump gulp-postcss from 9.1.0 to 10.0.0 in /csunplugged Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/postcss/gulp-postcss/releases) - [Commits](https://github.com/postcss/gulp-postcss/compare/9.1.0...10.0.0) --- updated-dependencies: - dependency-name: gulp-postcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 13001b8f0..c215926e6 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -21,7 +21,7 @@ "gulp-filter": "9.0.1", "gulp-if": "3.0.0", "gulp-imagemin": "9.0.0", - "gulp-postcss": "9.1.0", + "gulp-postcss": "10.0.0", "gulp-sass": "5.1.0", "gulp-sourcemaps": "3.0.0", "gulp-tap": "2.0.0", From f55dfd64a5d55c1a745a195684de5abcbb52d421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:32:25 +0000 Subject: [PATCH 222/267] Bump django from 4.2.9 to 4.2.10 in /requirements Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.10. - [Commits](https://github.com/django/django/compare/4.2.9...4.2.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 019f89fcb..6ac708736 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==4.2.9 +django==4.2.10 django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 From 780a09adcb82286984601874cf38bfbad2e9e9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 02:04:36 +0000 Subject: [PATCH 223/267] Bump crowdin/github-action from 1.17.0 to 1.18.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 1efae05fc..7a1bde2f0 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.17.0 + uses: crowdin/github-action@v1.18.0 with: upload_sources: false download_translations: true From 8af92a35ba2ab9e09ee5bc13f11b9537acf21240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 02:09:36 +0000 Subject: [PATCH 224/267] Bump postcss from 8.4.34 to 8.4.35 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.34 to 8.4.35. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 13001b8f0..0415ee96c 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.34", + "postcss": "8.4.35", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.4", "sass": "1.70.0", From 6402693f714a5b1dca11f1d4c96efd2ffaa27979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:05:32 +0000 Subject: [PATCH 225/267] Bump tqdm from 4.66.1 to 4.66.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.2) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6ac708736..e621e6451 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -24,7 +24,7 @@ python-markdown-math==0.6 PyYAML==6.0.1 # System tools -tqdm==4.66.1 +tqdm==4.66.2 # XML Parsing lxml==5.1.0 From 25cda482a5cd3743decd96820064cee89ffdc2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:05:40 +0000 Subject: [PATCH 226/267] Bump uniseg from 0.7.2 to 0.8.0 Bumps [uniseg](https://bitbucket.org/emptypage/uniseg-py) from 0.7.2 to 0.8.0. - [Commits](https://bitbucket.org/emptypage/uniseg-py/branches/compare/rel-0.8.0..rel-0.7.2) --- updated-dependencies: - dependency-name: uniseg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6ac708736..a45aed569 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -32,7 +32,7 @@ cssselect==1.2.0 # I18n django-modeltranslation==0.18.11 -uniseg==0.7.2 +uniseg==0.8.0 python-bidi==0.4.2 django-bidi-utils==1.0 From 98d3dd4a31d71391039159db6097d3419a2a7c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 02:07:42 +0000 Subject: [PATCH 227/267] Bump crowdin/github-action from 1.18.0 to 1.19.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 7a1bde2f0..87a4bcdd9 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.18.0 + uses: crowdin/github-action@v1.19.0 with: upload_sources: false download_translations: true From cdca55845ba833ed4057114523833a95935c220c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:03:38 +0000 Subject: [PATCH 228/267] Bump sass from 1.70.0 to 1.71.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.70.0 to 1.71.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.70.0...1.71.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index cfcfc304d..6875c0dac 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.35", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.4", - "sass": "1.70.0", + "sass": "1.71.0", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 728bad483c21cedfd8acfe862b2a819dc87f300d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:03:52 +0000 Subject: [PATCH 229/267] Bump blockly from 10.3.1 to 10.4.1 in /csunplugged Bumps [blockly](https://github.com/google/blockly) from 10.3.1 to 10.4.1. - [Release notes](https://github.com/google/blockly/releases) - [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md) - [Commits](https://github.com/google/blockly/compare/blockly-v10.3.1...blockly-v10.4.1) --- updated-dependencies: - dependency-name: blockly dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index cfcfc304d..7a153b6ec 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -12,7 +12,7 @@ "child_process": "1.0.2", "codemirror": "5.65.6", "cssnano": "6.0.3", - "blockly": "10.3.1", + "blockly": "10.4.1", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", "gulp-concat": "2.6.1", From 4ab4341863bb0966d0664c42c7a32a2781f9f1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:21:17 +0000 Subject: [PATCH 230/267] Bump coverage from 7.4.1 to 7.4.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.1 to 7.4.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 523703ca7..a41b65e80 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==7.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.4.1 +coverage==7.4.2 # Skip migration files for local testing django-test-without-migrations==0.6 From 4df00dcc52937516fc54bb5dfc9175be3589d871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:45:11 +0000 Subject: [PATCH 231/267] Bump sass from 1.71.0 to 1.71.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 671e03482..46f66b906 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.35", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.4", - "sass": "1.71.0", + "sass": "1.71.1", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From 9dc4e17a19f929c2576f691990b73f270a55c685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:22:28 +0000 Subject: [PATCH 232/267] Bump blockly from 10.4.1 to 10.4.2 in /csunplugged Bumps [blockly](https://github.com/google/blockly) from 10.4.1 to 10.4.2. - [Release notes](https://github.com/google/blockly/releases) - [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md) - [Commits](https://github.com/google/blockly/compare/blockly-v10.4.1...blockly-v10.4.2) --- updated-dependencies: - dependency-name: blockly dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 46f66b906..e6bb75112 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -12,7 +12,7 @@ "child_process": "1.0.2", "codemirror": "5.65.6", "cssnano": "6.0.3", - "blockly": "10.4.1", + "blockly": "10.4.2", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", "gulp-concat": "2.6.1", From b8f25363fc95ba158276c890f8e1348a84418121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:18:16 +0000 Subject: [PATCH 233/267] Bump cssnano from 6.0.3 to 6.0.4 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.3...cssnano@6.0.4) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index e6bb75112..848b6770b 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "6.0.3", + "cssnano": "6.0.4", "blockly": "10.4.2", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From 3c5d56241f896136932570f9595487326a73cfa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:05:48 +0000 Subject: [PATCH 234/267] Bump cssnano from 6.0.4 to 6.0.5 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.4...cssnano@6.0.5) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 848b6770b..ecb7b6a46 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "6.0.4", + "cssnano": "6.0.5", "blockly": "10.4.2", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From 166981732d14aed2120ef9fce734d42e1401d14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:42:06 +0000 Subject: [PATCH 235/267] Bump coverage from 7.4.2 to 7.4.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.2 to 7.4.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a41b65e80..8563a147a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==7.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.4.2 +coverage==7.4.3 # Skip migration files for local testing django-test-without-migrations==0.6 From 711f349e59a682a02de519c5f62f1003c55331f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:54:34 +0000 Subject: [PATCH 236/267] Bump reveal.js from 5.0.4 to 5.0.5 in /csunplugged Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/5.0.4...5.0.5) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index ecb7b6a46..3893dffa3 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -34,7 +34,7 @@ "popper.js": "1.16.1", "postcss": "8.4.35", "postcss-flexbugs-fixes": "5.0.2", - "reveal.js": "5.0.4", + "reveal.js": "5.0.5", "sass": "1.71.1", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", From 1a2821e126e51f5c51ecdea4215f722e0dda5940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:10:46 +0000 Subject: [PATCH 237/267] Bump autoprefixer from 10.4.17 to 10.4.18 in /csunplugged Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.17 to 10.4.18. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.17...10.4.18) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 3893dffa3..f96cc0bfe 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.17", + "autoprefixer": "10.4.18", "bootstrap": "4.6.1", "browser-sync": "3.0.2", "browserify": "17.0.0", From ab9bdd825cdf5031f44a72336645ba252572a2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 02:36:46 +0000 Subject: [PATCH 238/267] Bump cssnano from 6.0.5 to 6.1.0 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.5 to 6.1.0. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.5...cssnano@6.1.0) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index f96cc0bfe..f3dd033f3 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "6.0.5", + "cssnano": "6.1.0", "blockly": "10.4.2", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From 47eb1f8af3a7b8c5428a4f1bae748bdc514e7503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:39:54 +0000 Subject: [PATCH 239/267] Bump docker/build-push-action from 5.1.0 to 5.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 3bc805c13..de4e36762 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -406,7 +406,7 @@ jobs: type=ref,event=branch,priority=2 - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: file: ./infrastructure/production/django/Dockerfile context: . From 6126decc911da4cd6dc3884ff38875005237cbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 02:59:44 +0000 Subject: [PATCH 240/267] Bump blockly from 10.4.2 to 10.4.3 in /csunplugged Bumps [blockly](https://github.com/google/blockly) from 10.4.2 to 10.4.3. - [Release notes](https://github.com/google/blockly/releases) - [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md) - [Commits](https://github.com/google/blockly/compare/blockly-v10.4.2...blockly-v10.4.3) --- updated-dependencies: - dependency-name: blockly dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index f3dd033f3..b3c69f4bf 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -12,7 +12,7 @@ "child_process": "1.0.2", "codemirror": "5.65.6", "cssnano": "6.1.0", - "blockly": "10.4.2", + "blockly": "10.4.3", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", "gulp-concat": "2.6.1", From 2cced98abd3b9a6bd7eb245cd1ddebd6abc7d693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 02:03:05 +0000 Subject: [PATCH 241/267] Bump docker/login-action from 3.0.0 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index de4e36762..956214161 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -390,7 +390,7 @@ jobs: ls artifacts/at-a-distance-files-*/at-a-distance-files.tar.gz | xargs -n1 tar -xz --directory csunplugged/staticfiles/slides --file - name: Log in to the Container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.actor }} From a4f08a0305fd4a86b4eceb82cfcd4805858afed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 02:44:29 +0000 Subject: [PATCH 242/267] Bump sass from 1.71.1 to 1.72.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.71.1 to 1.72.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.71.1...1.72.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index b3c69f4bf..bc81242e9 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.35", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.5", - "sass": "1.71.1", + "sass": "1.72.0", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From e95dc9d51effa1a0cd05c8eb8f6fcc33d9543a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:01:41 +0000 Subject: [PATCH 243/267] Bump docker/build-push-action from 5.2.0 to 5.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 956214161..81fab2d4f 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -406,7 +406,7 @@ jobs: type=ref,event=branch,priority=2 - name: Build and push Docker image - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 with: file: ./infrastructure/production/django/Dockerfile context: . From 7f4dc240ce884bf22d41f03debf4ebb3e590aca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:43:01 +0000 Subject: [PATCH 244/267] Bump coverage from 7.4.3 to 7.4.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8563a147a..33186e103 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ flake8==7.0.0 pydocstyle==6.3.0 # Coverage Tools -coverage==7.4.3 +coverage==7.4.4 # Skip migration files for local testing django-test-without-migrations==0.6 From 4b657140b288fe4b8d5b35046d9f1916eb1de06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:09:37 +0000 Subject: [PATCH 245/267] Bump postcss from 8.4.35 to 8.4.36 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.35 to 8.4.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.35...8.4.36) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index bc81242e9..3f151b771 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.35", + "postcss": "8.4.36", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.5", "sass": "1.72.0", From 73b9d5249f82de6db44df771d716df3aa6d8efef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:52:31 +0000 Subject: [PATCH 246/267] Bump django from 4.2.10 to 4.2.11 in /requirements Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f2dd91307..581118623 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==4.2.10 +django==4.2.11 django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 From 630712390aa97756c4f58a549c8ba29682928762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:34:13 +0000 Subject: [PATCH 247/267] Bump postcss from 8.4.36 to 8.4.37 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.36 to 8.4.37. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.36...8.4.37) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 3f151b771..a9c1c96a8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.36", + "postcss": "8.4.37", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.5", "sass": "1.72.0", From 16cd34c39a03de2e4dbcf8fcae16de3583e6fa05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:23:58 +0000 Subject: [PATCH 248/267] Bump crowdin/github-action from 1.19.0 to 1.20.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 87a4bcdd9..dd9d6c85e 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.19.0 + uses: crowdin/github-action@v1.20.0 with: upload_sources: false download_translations: true From e5c44a983107503852e15c17e83b1f4e77bcb803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:38:15 +0000 Subject: [PATCH 249/267] Bump autoprefixer from 10.4.18 to 10.4.19 in /csunplugged Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a9c1c96a8..3fb86c850 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.18", + "autoprefixer": "10.4.19", "bootstrap": "4.6.1", "browser-sync": "3.0.2", "browserify": "17.0.0", From b1e107c5cad263a92c700446788c98ab10b1d111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:38:30 +0000 Subject: [PATCH 250/267] Bump cssnano from 6.1.0 to 6.1.1 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.0...cssnano@6.1.1) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a9c1c96a8..fc86bddc8 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "6.1.0", + "cssnano": "6.1.1", "blockly": "10.4.3", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From 3ab778b2eedfb2a0789551a5b92aa4c8784f5548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:38:41 +0000 Subject: [PATCH 251/267] Bump postcss from 8.4.37 to 8.4.38 in /csunplugged Bumps [postcss](https://github.com/postcss/postcss) from 8.4.37 to 8.4.38. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.37...8.4.38) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index a9c1c96a8..6d85cda07 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -32,7 +32,7 @@ "multiple-select": "1.7.0", "pixrem": "5.0.0", "popper.js": "1.16.1", - "postcss": "8.4.37", + "postcss": "8.4.38", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.5", "sass": "1.72.0", From 0090ec3c6ab2ea5c5fcee1cb819a6763329a875d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 02:16:08 +0000 Subject: [PATCH 252/267] Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependency-updates.yaml b/.github/workflows/auto-merge-dependency-updates.yaml index 6b40abdd2..477a3f74b 100644 --- a/.github/workflows/auto-merge-dependency-updates.yaml +++ b/.github/workflows/auto-merge-dependency-updates.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve From e77f5e1a9eccb6b8d259a545200e9244f5328e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 02:33:57 +0000 Subject: [PATCH 253/267] Bump cssnano from 6.1.1 to 6.1.2 in /csunplugged Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.1...cssnano@6.1.2) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index e72139b44..1e2a0c7f3 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -11,7 +11,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "codemirror": "5.65.6", - "cssnano": "6.1.1", + "cssnano": "6.1.2", "blockly": "10.4.3", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", From bbbfaa5cf293410eb4707f634d531c4ef79d000c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:05:20 +0000 Subject: [PATCH 254/267] Bump actions/setup-python from 5.0.0 to 5.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 81fab2d4f..18f02d1b7 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -117,7 +117,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: '3.x' - name: Install dependencies From d7dd37c31b09abeb28c6fca0d8fc3c630b2c5fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:02:02 +0000 Subject: [PATCH 255/267] Bump crowdin/github-action from 1.20.0 to 1.20.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index dd9d6c85e..1c6b47bec 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true From f86fe1f4bcb234481f6b372492ce5a3a9d27f32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:04:48 +0000 Subject: [PATCH 256/267] Bump lxml from 5.1.0 to 5.2.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.1.0...lxml-5.2.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 581118623..53ffb8b69 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ PyYAML==6.0.1 tqdm==4.66.2 # XML Parsing -lxml==5.1.0 +lxml==5.2.0 cssselect==1.2.0 # I18n From ee7ada8d63c65ee72f985c90454b07e3a6ae00d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:23:54 +0000 Subject: [PATCH 257/267] Bump lxml from 5.2.0 to 5.2.1 Bumps [lxml](https://github.com/lxml/lxml) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.0...lxml-5.2.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 53ffb8b69..b4381e0ea 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ PyYAML==6.0.1 tqdm==4.66.2 # XML Parsing -lxml==5.2.0 +lxml==5.2.1 cssselect==1.2.0 # I18n From 567935c6a9bace005b2fcff4a9269eaf999aef18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:39:34 +0000 Subject: [PATCH 258/267] Bump crowdin/github-action from 1.20.1 to 1.20.2 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index 1c6b47bec..056c14b0c 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true From c75a318854383ea0753c4c4cf86c451f522fd10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:43:46 +0000 Subject: [PATCH 259/267] Bump sass from 1.72.0 to 1.74.1 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.74.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.72.0...1.74.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 1e2a0c7f3..20255d839 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.38", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.0.5", - "sass": "1.72.0", + "sass": "1.74.1", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From f2aae3a511cc3c88d712111d30c06fffd7348f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:27:54 +0000 Subject: [PATCH 260/267] Bump reveal.js from 5.0.5 to 5.1.0 in /csunplugged Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 5.0.5 to 5.1.0. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/5.0.5...5.1.0) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 20255d839..3664be20d 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -34,7 +34,7 @@ "popper.js": "1.16.1", "postcss": "8.4.38", "postcss-flexbugs-fixes": "5.0.2", - "reveal.js": "5.0.5", + "reveal.js": "5.1.0", "sass": "1.74.1", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", From 4566bc9f846729dbf86ccf2191257109a19494c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:40:41 +0000 Subject: [PATCH 261/267] Bump gunicorn from 21.2.0 to 22.0.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b4381e0ea..c3b22edde 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 # Web serving -gunicorn==21.2.0 +gunicorn==22.0.0 whitenoise==6.6.0 # Database APIs From bbf2998510f77e83a29f96c212c6d369e70adef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:47:59 +0000 Subject: [PATCH 262/267] Bump gunicorn from 21.2.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b4381e0ea..c3b22edde 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ django-environ==0.11.2 django-bootstrap-breadcrumbs==0.9.2 # Web serving -gunicorn==21.2.0 +gunicorn==22.0.0 whitenoise==6.6.0 # Database APIs From 11109f58c8cdea0880d32fe2f21ccd35f5d83398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:48:07 +0000 Subject: [PATCH 263/267] Bump sphinx from 7.2.6 to 7.3.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.4) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d5476d841..444640de7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==7.2.6 +sphinx==7.3.4 sphinx-rtd-theme==2.0.0 From edff106697cc55e0d02fcce6f586515ee6ec5ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 02:31:19 +0000 Subject: [PATCH 264/267] Bump sphinx from 7.3.4 to 7.3.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.4 to 7.3.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.4...v7.3.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 444640de7..dec58e1d2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==7.3.4 +sphinx==7.3.6 sphinx-rtd-theme==2.0.0 From 5913cebb4500519470787eaf2437414441ab5ab7 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Fri, 19 Apr 2024 11:00:50 +1200 Subject: [PATCH 265/267] Update changelog and version number for 7.4.0 release --- csunplugged/config/__init__.py | 2 +- docs/changelog.rst | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/csunplugged/config/__init__.py b/csunplugged/config/__init__.py index 4cfad0847..818809c32 100644 --- a/csunplugged/config/__init__.py +++ b/csunplugged/config/__init__.py @@ -1,3 +1,3 @@ """Module for Django system configuration.""" -__version__ = "7.3.0" +__version__ = "7.4.0" diff --git a/docs/changelog.rst b/docs/changelog.rst index d79f863d7..777455a25 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,21 @@ All notable changes to this project will be documented in this file. fit the Semantic Versioning model. However these version numbers can still provide a good indication of the changes in each version. +7.4.0 +============================================================================== + +**Release date:** 19 April 2024 + +**Changelog:** + +- Fix helper commands documentation +- Fix style checks failing +- Update gulpfile from cjs to ejs file +- Disable scroll view on small screens in slides +- Django 4.2 compatibility changes +- Dependency updates: + - Todo + 7.3.0 ============================================================================== @@ -51,10 +66,6 @@ All notable changes to this project will be documented in this file. - Update django-debug-toolbar from 3.7.0 to 3.8.1. - Update actions/setup-python from 4.3.0 to 4.3.1. - - - - 7.2.1 ============================================================================== From e5d1f9e841938793b69499e1e635e3c677b11579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:03:45 +0000 Subject: [PATCH 266/267] Bump sass from 1.74.1 to 1.75.0 in /csunplugged Bumps [sass](https://github.com/sass/dart-sass) from 1.74.1 to 1.75.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.74.1...1.75.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index 3664be20d..526de40bc 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -35,7 +35,7 @@ "postcss": "8.4.38", "postcss-flexbugs-fixes": "5.0.2", "reveal.js": "5.1.0", - "sass": "1.74.1", + "sass": "1.75.0", "scratchblocks": "3.6.4", "vinyl-buffer": "1.0.1", "yargs": "17.7.2" From ce7cf8e0c81eb64703857ac1b0b81dedadf88b28 Mon Sep 17 00:00:00 2001 From: jhn27 Date: Fri, 19 Apr 2024 11:48:55 +1200 Subject: [PATCH 267/267] Update dependency changelog --- docs/changelog.rst | 54 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 777455a25..db91bfa6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,8 +35,58 @@ All notable changes to this project will be documented in this file. - Update gulpfile from cjs to ejs file - Disable scroll view on small screens in slides - Django 4.2 compatibility changes -- Dependency updates: - - Todo +- Update Node image to latest LTS. +- Python dependency changes: + - Update sphinx from 4.4.0 to 7.3.6 + - Update sphinx-rtd-theme from 1.1.1 to 2.0.0 + - Update django from 3.2.16 to 4.2.11 + - Update django-environ from 0.9.0 to 0.11.2 + - Update gunicorn from 20.1.0 to 22.0.0 + - Update whitenoise from 6.2.0 to 6.6.0 + - Update psycopg2 from 2.9.5 to 2.9.9 + - Update Pillow from 9.3.0 to 9.5.0 + - Update yattag from 1.14.0 to 1.15.2 + - Update verto from 1.0.1 to 1.1.1 + - Update PyYAML from 6.0 to 6.0.1 + - Update tqdm from 4.64.1 to 4.66.2 + - Update lxml from 4.9.2 to 5.2.1 + - Update django-modeltranslation from 0.18.7 to 0.18.11 + - Update uniseg from 0.7.2 to 0.8.0 + - Update requests 2.28.1 to 2.31.0 + - Update django-cors-headers from 3.13.0 to 4.3.1 + - Update django-debug-toolbar from 3.8.1 to 4.3.0 + - Update django-extensions from 3.2.1 to 3.2.3 + - Update flake8 from 4.0.1 to 7.0.0 + - Update pydocstyle from 6.1.1 to 6.3.0 + - Update coverage from 6.5.0 to 7.4.4 + - Remove PyPDF2 + - Add pypdf 3.17.4 +- JS dependency changes: + - Update autoprefixer from 10.4.13 to 10.4.19 + - Update browser-sync from 3.0.2 + - Update cssnano from 5.1.14 to 6.1.2 + - Update blockly from 7.20211209.2 to 10.4.3 + - Update gulp-filter from 7.0.0 to 9.0.1 + - Update gulp-imagemin from 7.1.0 to 9.0.0 + - Update gulp-postcss from 9.0.1 to 10.0.0 + - Update intro.js from 4.3.0 to 7.2.0 + - Update jquery from 3.6.2 to 3.7.1 + - Update multiple-select from 1.5.2 to 1.7.0 + - Update postcss from 8.4.20 to 8.4.38 + - Update reveal.js from 4.4.0 to 5.1.0 + - Update sass from 1.56.2 to 1.75.0 + - Update scratchblocks from 3.6.1 to 3.6.4 + - Update yargs from 17.6.2 to 17.7.2 +- Github Action dependency changes: + - Update actions/checkout from 3 to 4 + - Update actions/setup-python from 4.3.1 to 5.1.0 + - Update actions/upload-artifact from 3 to 4 + - Update actions/download-artifact from 3 to 4 + - Update crowdin/github-action from 1.5.2 to 1.20.2 + - Update dependabot/fetch-metadata from 1.3.5 to 2.0.0 + - Update docker/metadata-action from 4 to 5 + - Update docker/login-action from 2.1.0 to v3.1.0 + - Update docker/build-push-action from 3.2.0 to 5.3.0 7.3.0 ==============================================================================