From aba66b8b6a157bd35d4264179834d631afed3128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 01:19:00 +0000 Subject: [PATCH 1/9] Bump pytz from 2022.4 to 2022.5 Bumps [pytz](https://github.com/stub42/pytz) from 2022.4 to 2022.5. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.4...release_2022.5) --- updated-dependencies: - dependency-name: pytz 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 4d432bb90..eb3e6c595 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -35,7 +35,7 @@ flake8-quotes==3.3.1 pep8-naming==0.13.2 # Other -pytz==2022.4 +pytz==2022.5 python-dateutil==2.8.2 argon2-cffi==21.3.0 From 43f4657417ca6a8dba2273357060b7a774bef77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 01:19:54 +0000 Subject: [PATCH 2/9] Bump django from 3.2.15 to 3.2.16 in /requirements Bumps [django](https://github.com/django/django) from 3.2.15 to 3.2.16. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.15...3.2.16) --- 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 eb3e6c595..bb8371693 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Django -django==3.2.15 +django==3.2.16 django-environ==0.9.0 django-model-utils==4.2.0 django-anymail[mailgun]==8.6 From 8413c0a0f93207f3aede4ec0f169128e5fbc8c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:27:40 +0000 Subject: [PATCH 3/9] Bump pytest from 7.1.3 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest 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 64f4ead57..75a4dbb37 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,7 +4,7 @@ # Testing # ------------------------------------------------------------------------------ mypy==0.982 # https://github.com/python/mypy -pytest==7.1.3 # https://github.com/pytest-dev/pytest +pytest==7.2.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.5 # https://github.com/Frozenball/pytest-sugar # Code quality From ba21f3b34e7337c284d6c778c0e1107d717b5daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:27:46 +0000 Subject: [PATCH 4/9] Bump psycopg2 from 2.9.4 to 2.9.5 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.4 to 2.9.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- 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 bb8371693..d8a1502e6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -21,7 +21,7 @@ gunicorn==20.1.0 whitenoise==6.2.0 # Database APIs -psycopg2==2.9.4 +psycopg2==2.9.5 # Content loading verto==1.0.1 From a1708c80536012f261a72ee6bb3ee41d3784c83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 01:03:24 +0000 Subject: [PATCH 5/9] Bump autoprefixer from 10.4.12 to 10.4.13 in /codewof Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.12 to 10.4.13. - [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.12...10.4.13) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codewof/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codewof/package.json b/codewof/package.json index ad684b579..95a08afe5 100644 --- a/codewof/package.json +++ b/codewof/package.json @@ -5,7 +5,7 @@ "dependencies": {}, "devDependencies": { "ansi-colors": "4.1.3", - "autoprefixer": "10.4.12", + "autoprefixer": "10.4.13", "bootstrap": "4.6.2", "browserify": "17.0.0", "child_process": "1.0.2", From e0ea8cbbcb84fbaac9172739de58ec3ab9edb75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 01:03:56 +0000 Subject: [PATCH 6/9] Bump cssnano from 5.1.13 to 5.1.14 in /codewof Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.13 to 5.1.14. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.13...cssnano@5.1.14) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codewof/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codewof/package.json b/codewof/package.json index 95a08afe5..18601c44d 100644 --- a/codewof/package.json +++ b/codewof/package.json @@ -11,7 +11,7 @@ "child_process": "1.0.2", "clipboard": "2.0.11", "codemirror": "5.65.1", - "cssnano": "5.1.13", + "cssnano": "5.1.14", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0", "fuse.js": "6.6.2", From 176d8bf9ba499efd1c83f262db1bbb59aee4b2e8 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Mon, 31 Oct 2022 19:44:50 +1300 Subject: [PATCH 7/9] Update to Plausible analytics --- codewof/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codewof/templates/base.html b/codewof/templates/base.html index 235ce8f50..2fefaf5d9 100644 --- a/codewof/templates/base.html +++ b/codewof/templates/base.html @@ -21,8 +21,8 @@ - {% if DEPLOYED %} - + {% if PRODUCTION_ENVIRONMENT %} + {% endif %} From 2945a462d95f418cffa4463df1984b6756ab249d Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Mon, 31 Oct 2022 21:31:39 +1300 Subject: [PATCH 8/9] Increment version number --- codewof/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codewof/config/__init__.py b/codewof/config/__init__.py index a0f1432c2..46bdf5abd 100644 --- a/codewof/config/__init__.py +++ b/codewof/config/__init__.py @@ -1,6 +1,6 @@ """Configuration for Django system.""" -__version__ = "5.0.1" +__version__ = "5.0.2" __version_info__ = tuple( [ int(num) if num.isdigit() else num From 0b01e0e5144a2a60d8c37accd63b7202da1a8b3c Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Mon, 31 Oct 2022 21:33:47 +1300 Subject: [PATCH 9/9] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c5c2f28..99d239efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 5.0.2 + +- Add Plausible analytics. +- Dependency updates: + - Update autoprefixer from 10.4.12 to 10.4.13. + - Update cssnano from 5.1.13 to 5.1.14. + - Update django from 3.2.15 to 3.2.16. + - Update psycopg2 from 2.9.4 to 2.9.5. + - Update pytz from 2022.4 to 2022.5. + - Update pytest from 7.1.3 to 7.2.0. + ## 5.0.1 - Fix bug where a sequence of code characters could stop the JavaScript file from parsing correctly.