From e5126b04ef0b40539c8da1c07d20ae7da88b9690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 07:23:59 +0000 Subject: [PATCH 1/2] build(deps): bump platformdirs from 4.3.7 to 4.3.8 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.7 to 4.3.8. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.7...4.3.8) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 15530ab0..1c65207e 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -170,7 +170,7 @@ pillow==11.2.1 # via # cairosvg # mkdocs-material -platformdirs==4.3.7 +platformdirs==4.3.8 # via # black # mkdocs-get-deps From f80457e964536746b734972250f208de3922dbcb Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Tue, 13 May 2025 23:18:48 +0200 Subject: [PATCH 2/2] Update attributes.py (#1188) --- src/django_components/attributes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/django_components/attributes.py b/src/django_components/attributes.py index d28dc806..15b56f1c 100644 --- a/src/django_components/attributes.py +++ b/src/django_components/attributes.py @@ -21,8 +21,7 @@ class HtmlAttrsNode(BaseNode): Generate HTML attributes (`key="value"`), combining data from multiple sources, whether its template variables or static text. - It is designed to easily merge HTML attributes passed from outside with the internal. - See how to in [Passing HTML attributes to components](../../guides/howto/passing_html_attrs/). + It is designed to easily merge HTML attributes passed from outside as well as inside the component. **Args:**