From 2ae3651ae6b6acd182f639cfd9ddf152ff57d296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:41:30 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 3 updates Updates the requirements on [django-colorfield](https://github.com/fabiocaccamo/django-colorfield), [coverage](https://github.com/coveragepy/coveragepy) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `django-colorfield` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/fabiocaccamo/django-colorfield/releases) - [Changelog](https://github.com/fabiocaccamo/django-colorfield/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-colorfield/compare/0.13.0...0.14.0) Updates `coverage` to 7.12.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.11.0...7.12.0) Updates `pre-commit` to 4.5.0 - [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/v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: django-colorfield dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 85e64f40..c8a87c5f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -coverage == 7.11.* -pre-commit == 4.3.* +coverage == 7.12.* +pre-commit == 4.5.* psycopg2-binary == 2.9.* tox == 4.32.* diff --git a/requirements.txt b/requirements.txt index a9f11751..fdf031b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django >= 2.2 -django-colorfield == 0.13.0 +django-colorfield == 0.14.0 python-slugify == 8.0.4