Skip to content

Bump the python group across 1 directory with 35 updates#126

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-a19b7671be
Open

Bump the python group across 1 directory with 35 updates#126
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-a19b7671be

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 22, 2026

Bumps the python group with 35 updates in the / directory:

Package From To
rcssmin 1.1.2 1.2.2
whitenoise 6.9.0 6.11.0
hiredis 3.2.1 3.3.0
celery 5.5.3 5.6.2
django-allauth[mfa] 65.10.0 65.14.0
django-crispy-forms 2.4 2.5
django-compressor 4.5.1 4.6.0
uwsgi 2.0.30 2.0.31
dj-database-url 3.0.1 3.1.0
easy-thumbnails[svg] 2.10 2.10.1
django-cms 5.0.2 5.0.5
djangocms-versioning 2.4.0 2.5.0
django-entangled 0.6.3 0.7
djangocms-text 0.9.2 0.9.3
djangocms-frontend 2.1.4 2.3.0
djangocms-attributes-field 4.1.1 4.1.2
svglib 1.5.1 1.6.0
reportlab 4.4.3 4.4.9
django-filer 3.3.1 3.4.3
pip-tools 7.5.0 7.5.2
wheel 0.45.1 0.46.3
djangocms-snippet 5.0.1 5.0.2
djangocms-form-builder 0.3.2 0.4.0
psycopg[c] 3.2.9 3.3.2
werkzeug[watchdog] 3.1.3 3.1.5
watchfiles 1.1.0 1.1.1
mypy 1.17.1 1.19.1
django-stubs[compatible-mypy] 5.2.2 5.2.9
pytest-sugar 1.0.0 1.1.1
ruff 0.12.8 0.14.14
coverage 7.10.3 7.13.1
pre-commit 4.3.0 4.5.1
factory-boy 3.3.2 3.3.3
django-debug-toolbar 6.0.0 6.2.0
django-coverage-plugin 3.1.1 3.2.0

Updates rcssmin from 1.1.2 to 1.2.2

Changelog

Sourced from rcssmin's changelog.

Changes with version 1.2.2

*) Update benchmarks

*) Add support for Python 3.14

*) Update project boilerplate

Changes with version 1.2.1

*) Change doc theme to "furo"

*) Remove build dependency pinning (resolves #18)

*) Update project boilerplate

Changes with version 1.2.0

*) Add support for nesting selector (&)

*) Update project boilerplate

Changes with version 1.1.3

*) Add support for Python 3.13

*) Update project boilerplate

Changes with version 1.1.2

*) Add support for Python 3.12

*) Add musllinux wheels

*) Update project boilerplate

Changes with version 1.1.1

*) Add support for Python 3.11

*) Update project boilerplate

Changes with version 1.1.0

... (truncated)

Commits

Updates whitenoise from 6.9.0 to 6.11.0

Changelog

Sourced from whitenoise's changelog.

6.11.0 (2025-09-18)

  • Support Django 6.0.

6.10.0 (2025-09-09)

  • Support Python 3.14.
Commits

Updates hiredis from 3.2.1 to 3.3.0

Release notes

Sourced from hiredis's releases.

3.3.0

Changes

Contributors

We'd like to thank all the contributors who worked on this release!

Commits

Updates celery from 5.5.3 to 5.6.2

Release notes

Sourced from celery's releases.

v5.6.2

What's Changed

New Contributors

Full Changelog: celery/celery@v5.6.1...v5.6.2

v5.6.1

What's Changed

New Contributors

Full Changelog: celery/celery@v5.6.0...v5.6.1

v5.6.0

Celery v5.6.0 is now available.

Key Highlights

See What's new in Celery 5.6 for a complete overview or read the main highlights below.

Python 3.9 Minimum Version

Celery 5.6.0 drops support for Python 3.8 (EOL). The minimum required Python version is now 3.9. Users still on Python 3.8 must upgrade their Python version before upgrading to Celery 5.6.0.

Additionally, this release includes initial support for Python 3.14.

SQS: Reverted to pycurl from urllib3

The switch from pycurl to urllib3 for the SQS transport (introduced in Celery 5.5.0 via Kombu) has been reverted due to critical issues affecting SQS users.

... (truncated)

Changelog

Sourced from celery's changelog.

5.6.2

:release-date: 2026-01-04 :release-by: Tomer Nosrati

What's Changed


- Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeError when pool_cls is a string ([#10045](https://github.com/celery/celery/issues/10045))
- Bugfix: Revoked tasks now immediately update backend status to REVOKED ([#9869](https://github.com/celery/celery/issues/9869))
- Prepare for release: v5.6.2 ([#10049](https://github.com/celery/celery/issues/10049))

.. _version-5.6.1:

5.6.1

:release-date: 2025-12-29 :release-by: Tomer Nosrati

What's Changed

  • Fix Redis Sentinel ACL authentication support (#10013)
  • Fix: Broker heartbeats not sent during graceful shutdown (#9986)
  • docs #5410 -- Document confirm_publish broker transport option (#10016)
  • close DB pools only in prefork mode (#10020)
  • Fix: Avoid unnecessary Django database connection creation during cleanup (#10015)
  • reliable prefork detection (#10023)
  • better coverage (#10029)
  • Docs: clarify result_extended vs periodic task metadata and show headers["periodic_task_name"] example (#10030)
  • Stop importing pytest_subtests (#10032)
  • Only use exceptiongroup backport for Python < 3.11 (#10033)
  • Prepare for release: v5.6.1 (#10037)

.. _version-5.6.0:

5.6.0

:release-date: 2025-11-30 :release-by: Tomer Nosrati

Celery v5.6.0 is now available.

Key Highlights


See :ref:`whatsnew-5.6` for a complete overview or read the main highlights below.
</tr></table> 

... (truncated)

Commits
  • 6a43c84 Prepare for release: v5.6.2 (#10049)
  • 333a82f Bugfix: Revoked tasks now immediately update backend status to REVOKED (#9869)
  • 9d6ab11 Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeEr...
  • 21dbc73 Prepare for release: v5.6.1 (#10037)
  • ba20bed Only use exceptiongroup backport for Python < 3.11 (#10033)
  • 2167529 Stop importing pytest_subtests
  • 0527296 Bump google-cloud-firestore from 2.21.0 to 2.22.0
  • 5f8659b Clarify 'result_extended' setting usage in tasks
  • f19db70 Bump mypy from 1.19.0 to 1.19.1 (#10028)
  • 6da72bd better coverage (#10029)
  • Additional commits viewable in compare view

Updates django-allauth[mfa] from 65.10.0 to 65.14.0

Commits

Updates django-crispy-forms from 2.4 to 2.5

Release notes

Sourced from django-crispy-forms's releases.

2.5

  • Confirmed support for Python 3.14.
  • Confirmed support for Django 6.0.
  • Dropped support for Python 3.8.
Changelog

Sourced from django-crispy-forms's changelog.

2.5 (2025-11-06)

  • Confirmed support for Python 3.14.
  • Confirmed support for Django 6.0.
  • Dropped support for Python 3.8.
Commits

Updates django-compressor from 4.5.1 to 4.6.0

Changelog

Sourced from django-compressor's changelog.

Changelog

v4.6 (2025-11-10)

Full list of changes from v4.5.1 <https://github.com/django-compressor/django-compressor/compare/4.5.1...4.6>_

  • Fixed compatibility with latest BS4.
  • Removed top pin for rcssmin and rjsmin dependencies.
  • Avoid compressing the same node concurrently in offline compression.
  • Avoid use of deprecated ast.Constant.s
  • Officially support Django 6.0
  • Officially support Django 5.2
  • Drop support for EOL Django 5.0
  • Add support for Python 3.14.
  • Add support for Python 3.13.
  • Drop support for EOL Python 3.9.
  • Drop support for EOL Python 3.8.
Commits
  • 3ada994 Prepare 4.6.0.
  • 1baa82a Remove CI testing for EOL Django 5.0.
  • 8706a52 Add CI testing for Python 3.14 and Django 6.0.
  • 7be9ce2 Bump brotli, lxml, and coverage test dependencies.
  • d6fd813 Remove test version pinning for rcssmin and rjsmin.
  • 2b46e7d Bump actions/setup-python from 5 to 6 (#1307)
  • b97bb05 Disable bs4's multi valued attributes (#1296)
  • 4e54330 Migrate packaging to pyproject.toml (#1313)
  • 872f8d5 Remove version pinning for rcssmin and rjsmin (#1312)
  • cc38666 Drop support for Python 3.9 (#1311)
  • Additional commits viewable in compare view

Updates uwsgi from 2.0.30 to 2.0.31

Updates dj-database-url from 3.0.1 to 3.1.0

Release notes

Sourced from dj-database-url's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: jazzband/dj-database-url@v3.0.1...v3.1.0

Changelog

Sourced from dj-database-url's changelog.

v3.1.0 (2026-01-03)

  • Add support for Django 6.0
  • Update CI structure.
  • Migrate to UV for dependency management and builds.
  • Python >3.10 support.
Commits
  • 36ec238 Update CHANGELOG.md
  • 84fd050 Switch to modern dict type hints for improved readability and consistency.
  • 9929991 Merge branch 'akx/ci-split'
  • 59b3cd6 Update workflow to be uv compatable
  • 37b252e Migrate release workflow to release events, update actions, and integrate `...
  • a01d6b1 Update project to use uv.
  • 9894298 Expand test matrix to support Python 3.14 and Django 6.0, update compatibilit...
  • 438ec39 Update license to BSD-3-Clause in setup.py (#279)
  • 8a3c372 [pre-commit.ci] pre-commit autoupdate (#278)
  • 390d524 [pre-commit.ci] pre-commit autoupdate (#276)
  • Additional commits viewable in compare view

Updates easy-thumbnails[svg] from 2.10 to 2.10.1

Changelog

Sourced from easy-thumbnails[svg]'s changelog.

2.10.1 (2025-08-17)

  • Add support for Django-5.2.
Commits
  • 208f672 Merge pull request #664 from SmileyChris/jrief-patch-1
  • 318a284 Update CHANGES.rst
  • 0989a40 version 2.10.1
  • 3b86790 Merge pull request #663 from tomkins/django-5.2
  • 2216795 Drop support for Django 5.0
  • 2cf9af0 Add support for Django 5.2
  • 4957daa Drop py38 from Django 4.2 testing
  • 2175969 Merge pull request #654 from ArcaniteSolutions/fix-remote-storages-location-l...
  • 2635110 check storage has location before fixing path
  • 9d6fe66 Merge pull request #650 from benkonrath/python-3.13
  • Additional commits viewable in compare view

Updates django-cms from 5.0.2 to 5.0.5

Release notes

Sourced from django-cms's releases.

5.0.5

What's Changed

Full Changelog: django-cms/django-cms@5.0.4...5.0.5

5.0.4

What's Changed

Full Changelog: django-cms/django-cms@5.0.3...5.0.4

5.0.3

What's Changed

Full Changelog: django-cms/django-cms@5.0.2...5.0.3

Changelog

Sourced from django-cms's changelog.

5.0.5 (2025-11-12)

Bug Fixes:

  • Pin language of toolbar update to the request language
  • Ensure edit endpoint language selection when admin is not using i18n_patterns (#8367) (#8390) (9e00f694e) -- Fabian Braun
  • Copying x-language lead to unique constraint violation (#8366) (#8386)
  • Avoid escaping (= stringify) None-values in PageAttribute-TemplateTag (#8375) (#8384)
  • Set default value for edit_fields parameter to avoid AttributeError (#8381)
  • Link syntax in welcome.html
  • Searching pages for language-specific content failed due to wrong search queryset (#8355) (#8358)

Statistics:

This release includes 5 pull requests, and was created with the help of the following contributors (in alphabetical order):

  • Fabian Braun (7 pull requests)

With the review help of the following contributors:

  • Vinit Kumar

Thanks to all contributors for their efforts!

5.0.4 (2025-10-03)

Bug Fixes:

  • Wrong placeholders rendered when using apphooks with own placeholders (#8343) (#8348) (775392390) -- Fabian Braun

Statistics:

This release includes 1 pull request, and was created with the help of the following contributors (in alphabetical order):

  • Fabian Braun (1 pull request)

With the review help of the following contributors:

  • Vinit Kumar

Thanks to all contributors for their efforts!

5.0.3 (2025-09-17)

Bug Fixes:

... (truncated)

Commits
  • 6e970e6 chore: Build release 5.0.5 (#8391)
  • 9e00f69 fix: Ensure edit endpoint language selection when admin is not using i18n_pat...
  • e6d0f76 fix: Copying x-language lead to unique constraint violation (#8366) (#8386)
  • 3990cfb Fix: avoid escaping (= stringify) None-values in PageAttribute-TemplateTag (#...
  • 80a19fd fix: Fix default value for edit_fields parameter to avoid AttributeError (#8381)
  • 6f63ebf fix: link syntax in welcome.html
  • 1ff46f7 fix: Searching pages for language-specific content failed due to wrong serach...
  • ed3a004 chore: Prepare release 5.0.4 (#8352)
  • 7753923 fix: Wrong placeholders rendered when using apphooks with own placeholders (#...
  • cb8bdce chore: Build 5.0.3 release (#8341)
  • Additional commits viewable in compare view

Updates djangocms-versioning from 2.4.0 to 2.5.0

Release notes

Sourced from djangocms-versioning's releases.

2.5.0

What's Changed

New Contributors

Full Changelog: django-cms/djangocms-versioning@2.4.0...2.5.0

Changelog

Sourced from djangocms-versioning's changelog.

2.5.0 (2025-11-14)

New Contributors

Commits
  • da78ec1 chore: Prepare release 2.5.0 (#500)
  • 08df487 chore: Simplified requirements_dev.txt file for tests (#499)
  • e2e5e8d [BUG FIX] Language menu is showing despite only one language configured (#491)
  • d90268d Translate django.po in de (#496)
  • bc3cbc1 chore: Update locales (#497)
  • d111df8 build(deps): bump astral-sh/setup-uv from 5 to 7 (#495)
  • dc24f26 build(deps): bump actions/setup-node from 4 to 6 (#494)
  • a0db3de Modernize Python and Django support: Drop Python 3.9, add Python 3.14 and Dja...
  • 27abc23 chore: Modernize JS build, remove jQuery bundle (#492)
  • 29b3955 fix: Respect permissions for indicator menus and version locking (#493)
  • Additional commits viewable in compare view

Updates django-entangled from 0.6.3 to 0.7

Changelog

Sourced from django-entangled's changelog.

0.7

  • Add support for Django 5.2.
  • Add support for Python 3.13.
Commits

Updates djangocms-text from 0.9.2 to 0.9.3

Release notes

Sourced from djangocms-text's releases.

0.9.3

What's Changed

New Contributors

Full Changelog: django-cms/djangocms-text@0.9.2...0.9.3

Changelog

Sourced from djangocms-text's changelog.

0.9.3 (22-08-2025)

@​Grosskopf made their first contribution in django-cms/djangocms-text#119

Commits
  • 23c8c5b chore: Prepare release 0.9.3 (#120)
  • 070dc3b fix: Fixed issues for non-CMS installations and added test coverage for non-C...
  • d23c783 build(deps): bump actions/checkout from 4 to 5 (#115)
  • 4c78ee9 Merge branch 'main' of github.com:django-cms/djangocms-text
  • d13df72 feat: node 24
  • cf7b3b8 ci: pre-commit autoupdate (#114)
  • 5fa6205 Update comments
  • 79568c6 fix: Respect plugin language for link field (#113)
  • See full diff in compare view

Updates djangocms-frontend from 2.1.4 to 2.3.0

Release notes

Sourced from djangocms-frontend's releases.

2.3.0

What's Changed

Bumps the python group with 35 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rcssmin](https://github.com/ndparker/rcssmin) | `1.1.2` | `1.2.2` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.11.0` |
| [hiredis](https://github.com/redis/hiredis-py) | `3.2.1` | `3.3.0` |
| [celery](https://github.com/celery/celery) | `5.5.3` | `5.6.2` |
| [django-allauth[mfa]](https://github.com/sponsors/pennersr) | `65.10.0` | `65.14.0` |
| [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | `2.4` | `2.5` |
| [django-compressor](https://github.com/django-compressor/django-compressor) | `4.5.1` | `4.6.0` |
| [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) | `2.0.30` | `2.0.31` |
| [dj-database-url](https://github.com/jazzband/dj-database-url) | `3.0.1` | `3.1.0` |
| [easy-thumbnails[svg]](https://github.com/SmileyChris/easy-thumbnails) | `2.10` | `2.10.1` |
| [django-cms](https://github.com/django-cms/django-cms) | `5.0.2` | `5.0.5` |
| [djangocms-versioning](https://github.com/django-cms/djangocms-versioning) | `2.4.0` | `2.5.0` |
| [django-entangled](https://github.com/jrief/django-entangled) | `0.6.3` | `0.7` |
| [djangocms-text](https://github.com/django-cms/djangocms-text) | `0.9.2` | `0.9.3` |
| [djangocms-frontend](https://github.com/django-cms/djangocms-frontend) | `2.1.4` | `2.3.0` |
| [djangocms-attributes-field](https://github.com/django-cms/djangocms-attributes-field) | `4.1.1` | `4.1.2` |
| [svglib](https://github.com/deeplook/svglib) | `1.5.1` | `1.6.0` |
| [reportlab](https://www.reportlab.com/) | `4.4.3` | `4.4.9` |
| [django-filer](https://github.com/django-cms/django-filer) | `3.3.1` | `3.4.3` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.0` | `7.5.2` |
| [wheel](https://github.com/pypa/wheel) | `0.45.1` | `0.46.3` |
| [djangocms-snippet](https://github.com/django-cms/djangocms-snippet) | `5.0.1` | `5.0.2` |
| [djangocms-form-builder](https://github.com/fsbraun/djangocms-form-builder) | `0.3.2` | `0.4.0` |
| [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.9` | `3.3.2` |
| [werkzeug[watchdog]](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.5` |
| [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.0` | `1.1.1` |
| [mypy](https://github.com/python/mypy) | `1.17.1` | `1.19.1` |
| [django-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `5.2.2` | `5.2.9` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.8` | `0.14.14` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.10.3` | `7.13.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.1` |
| [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.2` | `3.3.3` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `6.0.0` | `6.2.0` |
| [django-coverage-plugin](https://github.com/nedbat/django_coverage_plugin) | `3.1.1` | `3.2.0` |



Updates `rcssmin` from 1.1.2 to 1.2.2
- [Changelog](https://github.com/ndparker/rcssmin/blob/master/CHANGES)
- [Commits](ndparker/rcssmin@1.1.2...1.2.2)

Updates `whitenoise` from 6.9.0 to 6.11.0
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.9.0...6.11.0)

Updates `hiredis` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/redis/hiredis-py/releases)
- [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md)
- [Commits](redis/hiredis-py@v3.2.1...v3.3.0)

Updates `celery` from 5.5.3 to 5.6.2
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.5.3...v5.6.2)

Updates `django-allauth[mfa]` from 65.10.0 to 65.14.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `django-crispy-forms` from 2.4 to 2.5
- [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases)
- [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md)
- [Commits](django-crispy-forms/django-crispy-forms@2.4...2.5)

Updates `django-compressor` from 4.5.1 to 4.6.0
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt)
- [Commits](django-compressor/django-compressor@4.5.1...4.6)

Updates `uwsgi` from 2.0.30 to 2.0.31

Updates `dj-database-url` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/jazzband/dj-database-url/releases)
- [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md)
- [Commits](jazzband/dj-database-url@v3.0.1...v3.1.0)

Updates `easy-thumbnails[svg]` from 2.10 to 2.10.1
- [Release notes](https://github.com/SmileyChris/easy-thumbnails/releases)
- [Changelog](https://github.com/SmileyChris/easy-thumbnails/blob/master/CHANGES.rst)
- [Commits](SmileyChris/easy-thumbnails@2.10.0...2.10.1)

Updates `django-cms` from 5.0.2 to 5.0.5
- [Release notes](https://github.com/django-cms/django-cms/releases)
- [Changelog](https://github.com/django-cms/django-cms/blob/5.0.5/CHANGELOG.rst)
- [Commits](django-cms/django-cms@5.0.2...5.0.5)

Updates `djangocms-versioning` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/django-cms/djangocms-versioning/releases)
- [Changelog](https://github.com/django-cms/djangocms-versioning/blob/master/CHANGELOG.rst)
- [Commits](django-cms/djangocms-versioning@2.4.0...2.5.0)

Updates `django-entangled` from 0.6.3 to 0.7
- [Release notes](https://github.com/jrief/django-entangled/releases)
- [Changelog](https://github.com/jrief/django-entangled/blob/master/CHANGELOG.md)
- [Commits](jrief/django-entangled@0.6.3...0.7)

Updates `djangocms-text` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/django-cms/djangocms-text/releases)
- [Changelog](https://github.com/django-cms/djangocms-text/blob/main/CHANGELOG.rst)
- [Commits](django-cms/djangocms-text@0.9.2...0.9.3)

Updates `djangocms-frontend` from 2.1.4 to 2.3.0
- [Release notes](https://github.com/django-cms/djangocms-frontend/releases)
- [Changelog](https://github.com/django-cms/djangocms-frontend/blob/main/CHANGELOG.rst)
- [Commits](django-cms/djangocms-frontend@2.1.4...2.3.0)

Updates `djangocms-attributes-field` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/django-cms/djangocms-attributes-field/releases)
- [Changelog](https://github.com/django-cms/djangocms-attributes-field/blob/master/CHANGELOG.rst)
- [Commits](django-cms/djangocms-attributes-field@4.1.1...4.1.2)

Updates `svglib` from 1.5.1 to 1.6.0
- [Changelog](https://github.com/deeplook/svglib/blob/main/CHANGELOG.rst)
- [Commits](deeplook/svglib@v1.5.1...v1.6.0)

Updates `reportlab` from 4.4.3 to 4.4.9

Updates `django-filer` from 3.3.1 to 3.4.3
- [Release notes](https://github.com/django-cms/django-filer/releases)
- [Changelog](https://github.com/django-cms/django-filer/blob/master/CHANGELOG.rst)
- [Commits](django-cms/django-filer@3.3.1...3.4.3)

Updates `pip-tools` from 7.5.0 to 7.5.2
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@v7.5.0...v7.5.2)

Updates `wheel` from 0.45.1 to 0.46.3
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.45.1...0.46.3)

Updates `djangocms-snippet` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/django-cms/djangocms-snippet/releases)
- [Changelog](https://github.com/django-cms/djangocms-snippet/blob/master/CHANGELOG.rst)
- [Commits](django-cms/djangocms-snippet@5.0.1...5.0.2)

Updates `djangocms-form-builder` from 0.3.2 to 0.4.0
- [Release notes](https://github.com/fsbraun/djangocms-form-builder/releases)
- [Changelog](https://github.com/django-cms/djangocms-form-builder/blob/main/CHANGELOG.rst)
- [Commits](django-cms/djangocms-form-builder@0.3.2...0.4.0)

Updates `psycopg[c]` from 3.2.9 to 3.3.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.9...3.3.2)

Updates `werkzeug[watchdog]` from 3.1.3 to 3.1.5
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.3...3.1.5)

Updates `watchfiles` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](samuelcolvin/watchfiles@v1.1.0...v1.1.1)

Updates `mypy` from 1.17.1 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.17.1...v1.19.1)

Updates `django-stubs[compatible-mypy]` from 5.2.2 to 5.2.9
- [Commits](https://github.com/sponsors/typeddjango/commits)

Updates `pytest-sugar` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1)

Updates `ruff` from 0.12.8 to 0.14.14
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.8...0.14.14)

Updates `coverage` from 7.10.3 to 7.13.1
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.10.3...7.13.1)

Updates `pre-commit` from 4.3.0 to 4.5.1
- [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.1)

Updates `factory-boy` from 3.3.2 to 3.3.3
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)
- [Commits](FactoryBoy/factory_boy@3.3.2...3.3.3)

Updates `django-debug-toolbar` from 6.0.0 to 6.2.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@6.0.0...6.2.0)

Updates `django-coverage-plugin` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/nedbat/django_coverage_plugin/releases)
- [Commits](coveragepy/django_coverage_plugin@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: rcssmin
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: whitenoise
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: hiredis
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: celery
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-allauth[mfa]
  dependency-version: 65.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-crispy-forms
  dependency-version: '2.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-compressor
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: uwsgi
  dependency-version: 2.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: dj-database-url
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: easy-thumbnails[svg]
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: django-cms
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: djangocms-versioning
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-entangled
  dependency-version: '0.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: djangocms-text
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: djangocms-frontend
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: djangocms-attributes-field
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: svglib
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: reportlab
  dependency-version: 4.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: django-filer
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pip-tools
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: wheel
  dependency-version: 0.46.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: djangocms-snippet
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: djangocms-form-builder
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: psycopg[c]
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: werkzeug[watchdog]
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: watchfiles
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-stubs[compatible-mypy]
  dependency-version: 5.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ruff
  dependency-version: 0.14.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: coverage
  dependency-version: 7.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: factory-boy
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: django-debug-toolbar
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-coverage-plugin
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants