Skip to content

Commit 2175af4

Browse files
Bump the python-requirements group across 1 directory with 3 updates (#464)
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](fabiocaccamo/django-colorfield@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](coveragepy/coveragepy@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](pre-commit/pre-commit@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c0c2f3 commit 2175af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage == 7.11.*
2-
pre-commit == 4.3.*
1+
coverage == 7.12.*
2+
pre-commit == 4.5.*
33
psycopg2-binary == 2.9.*
44
tox == 4.32.*

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
django >= 2.2
2-
django-colorfield == 0.13.0
2+
django-colorfield == 0.14.0
33
python-slugify == 8.0.4

0 commit comments

Comments
 (0)