From 35fcea5b32cdd98b642c220ca7037f9dbec12edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:01:27 +0000 Subject: [PATCH 01/12] Bump pytest from 7.2.0 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1. - [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.2.0...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 54b42d51..b2d84720 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -57,7 +57,7 @@ pyflakes==3.0.1 # via flake8 pyproject-api==1.2.1 # via tox -pytest==7.2.0 +pytest==7.2.1 # via -r requirements-dev.in pyyaml==6.0 # via pre-commit From f0e1a35daae765ee66abf6980ca9c877fea2f88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:01:06 +0000 Subject: [PATCH 02/12] Bump pre-commit from 2.21.0 to 3.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 54b42d51..6f97662e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -49,7 +49,7 @@ pluggy==1.0.0 # via # pytest # tox -pre-commit==2.21.0 +pre-commit==3.0.1 # via -r requirements-dev.in pycodestyle==2.10.0 # via flake8 From 162189b648da00e2c49a0eca83bcbce20bab8d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:01:06 +0000 Subject: [PATCH 03/12] Bump tox from 4.1.1 to 4.4.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.1.1 to 4.4.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.1.1...4.4.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c0dbcce5..91e83962 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ asgiref==3.6.0 # via django attrs==22.2.0 # via pytest -cachetools==5.2.0 +cachetools==5.3.0 # via tox cfgv==3.3.1 # via pre-commit @@ -20,7 +20,7 @@ distlib==0.3.6 # via virtualenv django==4.1.5 # via -r requirements-dev.in -filelock==3.8.2 +filelock==3.9.0 # via # tox # virtualenv @@ -36,12 +36,12 @@ mccabe==0.7.0 # via flake8 nodeenv==1.7.0 # via pre-commit -packaging==22.0 +packaging==23.0 # via # pyproject-api # pytest # tox -platformdirs==2.6.0 +platformdirs==2.6.2 # via # tox # virtualenv @@ -55,7 +55,7 @@ pycodestyle==2.10.0 # via flake8 pyflakes==3.0.1 # via flake8 -pyproject-api==1.2.1 +pyproject-api==1.5.0 # via tox pytest==7.2.1 # via -r requirements-dev.in @@ -63,7 +63,7 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.3 # via django -tox==4.1.1 +tox==4.4.2 # via -r requirements-dev.in virtualenv==20.17.1 # via From 758afa020956de1c89a9127221757ff81a618075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:01:11 +0000 Subject: [PATCH 04/12] Bump pre-commit from 3.0.1 to 3.0.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91e83962..3bb92798 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -49,7 +49,7 @@ pluggy==1.0.0 # via # pytest # tox -pre-commit==3.0.1 +pre-commit==3.0.2 # via -r requirements-dev.in pycodestyle==2.10.0 # via flake8 From c2d7f7df6ab6eb9285ed21a9861a55f5fc38b2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:02:06 +0000 Subject: [PATCH 05/12] Bump isort from 5.11.4 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.11.4...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91e83962..00e60e09 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ identify==2.5.11 # via pre-commit iniconfig==1.1.1 # via pytest -isort==5.11.4 +isort==5.12.0 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 From d5a80559d4f87fbaa9e25e0c231ef2a073531241 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 03:58:22 +0000 Subject: [PATCH 06/12] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.4...5.12.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c001e47..ca806252 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black From eee8dd5959de62eba739e3bfb00d9561f97f3602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:01:25 +0000 Subject: [PATCH 07/12] Bump tox from 4.4.2 to 4.4.4 Bumps [tox](https://github.com/tox-dev/tox) from 4.4.2 to 4.4.4. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.4.2...4.4.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5ac7fa50..e7009fdc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -63,7 +63,7 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.3 # via django -tox==4.4.2 +tox==4.4.4 # via -r requirements-dev.in virtualenv==20.17.1 # via From f5862aa44fdd9b2e98ba85e61fd75e681d81e819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:02:23 +0000 Subject: [PATCH 08/12] Bump django from 4.1.5 to 4.1.6 Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.5...4.1.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5ac7fa50..cd1b5c36 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ colorama==0.4.6 # via tox distlib==0.3.6 # via virtualenv -django==4.1.5 +django==4.1.6 # via -r requirements-dev.in filelock==3.9.0 # via From 5beb87a09ffe4410e20a3b93134f5c2cbd08b7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:01:06 +0000 Subject: [PATCH 09/12] Bump pre-commit from 3.0.2 to 3.0.3 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e7009fdc..11b697a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -49,7 +49,7 @@ pluggy==1.0.0 # via # pytest # tox -pre-commit==3.0.2 +pre-commit==3.0.3 # via -r requirements-dev.in pycodestyle==2.10.0 # via flake8 From a5365df1eab90cded8259794b64d16821198daff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:01:16 +0000 Subject: [PATCH 10/12] Bump pre-commit from 3.0.3 to 3.0.4 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a586fce0..3960d9a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -49,7 +49,7 @@ pluggy==1.0.0 # via # pytest # tox -pre-commit==3.0.3 +pre-commit==3.0.4 # via -r requirements-dev.in pycodestyle==2.10.0 # via flake8 From 09f2b8c5dd0dcc45d47be06cee13b03185eeb0ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:59:35 +0000 Subject: [PATCH 11/12] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca806252..a28274d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 From 0996a145449b990d3f5480f8f9e1c391af473c23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:59:41 +0000 Subject: [PATCH 12/12] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- django_components/templatetags/component_tags.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django_components/templatetags/component_tags.py b/django_components/templatetags/component_tags.py index 9a31a7eb..96fccc3a 100644 --- a/django_components/templatetags/component_tags.py +++ b/django_components/templatetags/component_tags.py @@ -292,7 +292,8 @@ def do_component_block(parser, token): def slot_tokens(parser): """Yield each 'slot' token appearing before the next 'endcomponent_block' token. - Raises TemplateSyntaxError if there are other content tokens or if there is no endcomponent_block token.""" + Raises TemplateSyntaxError if there are other content tokens or if there is no endcomponent_block token. + """ def is_whitespace(token): return (