From 8773f3c65e48f5954b5488aaac78c003fd3f3045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:01:45 +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/nedbat/coveragepy) and [tox](https://github.com/tox-dev/tox) 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.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.10.0...7.11.0) Updates `tox` to 4.32.0 - [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.28.0...4.32.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.11.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.32.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 0e41c433..85e64f40 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -coverage == 7.10.* +coverage == 7.11.* pre-commit == 4.3.* psycopg2-binary == 2.9.* -tox == 4.28.* +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