From 29099e86f9b9067ca8547326d604967071ca6527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 02:54:13 +0000 Subject: [PATCH] build(deps): bump django-components from 0.136 to 0.139 Bumps [django-components](https://github.com/sponsors/EmilStenstrom) from 0.136 to 0.139. - [Commits](https://github.com/sponsors/EmilStenstrom/commits) --- updated-dependencies: - dependency-name: django-components dependency-version: '0.139' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 2097337..a5f3633 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -20,7 +20,7 @@ django==4.2.20 # via # -r requirements-ci.in # django-components -django-components==0.136 +django-components==0.139 # via -r requirements-ci.in djc-core-html-parser==1.0.2 # via django-components diff --git a/requirements-dev.txt b/requirements-dev.txt index 0d295e8..be9ef04 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ django==4.2.20 # via # -r requirements-dev.in # django-components -django-components==0.136 +django-components==0.139 # via -r requirements-dev.in djc-core-html-parser==1.0.2 # via django-components