Commit 06b3db0
authored
build: Bump the python-dependencies group with 23 updates
Bumps the python-dependencies group with 23 updates:
| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.2.7` | `5.2.8` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.9.0` | `65.13.1` |
| [django-components](https://github.com/sponsors/EmilStenstrom) | `0.141.2` | `0.143.2` |
| [django-htmx](https://github.com/adamchainz/django-htmx) | `1.15.0` | `1.27.0` |
| [django-taggit](https://github.com/jazzband/django-taggit) | `5.0.1` | `6.1.0` |
| [django-tailwind](https://github.com/timonweb/django-tailwind) | `4.0.1` | `4.4.1` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.1` |
| [bleach](https://github.com/mozilla/bleach) | `6.2.0` | `6.3.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.4.4` | `3.10` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.5` |
| [python-akismet](https://github.com/Nekmo/python-akismet) | `0.4.2` | `0.4.3` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [requests-oauthlib](https://github.com/requests/requests-oauthlib) | `1.3.1` | `2.0.0` |
| [six](https://github.com/benjaminp/six) | `1.15.0` | `1.17.0` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.1.0` | `6.11.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.10.5` | `2025.11.12` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `23.0.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.5.12` | `2.46.0` |
| [ipython](https://github.com/ipython/ipython) | `7.33.0` | `9.7.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.3` | `0.14.7` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `2.19.0` | `4.5.0` |
Updates `django` from 5.2.7 to 5.2.8
- [Commits](django/django@5.2.7...5.2.8)
Updates `django-allauth` from 65.9.0 to 65.13.1
- [Commits](https://github.com/sponsors/pennersr/commits)
Updates `django-components` from 0.141.2 to 0.143.2
- [Commits](https://github.com/sponsors/EmilStenstrom/commits)
Updates `django-htmx` from 1.15.0 to 1.27.0
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.15.0...1.27.0)
Updates `django-taggit` from 5.0.1 to 6.1.0
- [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-taggit@5.0.1...6.1.0)
Updates `django-tailwind` from 4.0.1 to 4.4.1
- [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md)
- [Commits](timonweb/django-tailwind@4.0.1...4.4.1)
Updates `djangorestframework` from 3.15.2 to 3.16.1
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.2...3.16.1)
Updates `bleach` from 6.2.0 to 6.3.0
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES)
- [Commits](mozilla/bleach@v6.2.0...v6.3.0)
Updates `markdown` from 3.4.4 to 3.10
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.4.4...3.10.0)
Updates `psycopg2-binary` from 2.9.10 to 2.9.11
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.10...2.9.11)
Updates `pydantic` from 2.11.7 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.7...v2.12.5)
Updates `python-akismet` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/Nekmo/python-akismet/releases)
- [Commits](Nekmo/python-akismet@v0.4.2...v0.4.3)
Updates `python-dotenv` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1)
Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)
Updates `requests-oauthlib` from 1.3.1 to 2.0.0
- [Release notes](https://github.com/requests/requests-oauthlib/releases)
- [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst)
- [Commits](requests/requests-oauthlib@v1.3.1...v2.0.0)
Updates `six` from 1.15.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.15.0...1.17.0)
Updates `whitenoise` from 6.1.0 to 6.11.0
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.1.0...6.11.0)
Updates `certifi` from 2025.10.5 to 2025.11.12
- [Commits](certifi/python-certifi@2025.10.05...2025.11.12)
Updates `gunicorn` from 20.1.0 to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...23.0.0)
Updates `sentry-sdk` from 1.5.12 to 2.46.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.5.12...2.46.0)
Updates `ipython` from 7.33.0 to 9.7.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.33.0...9.7.0)
Updates `ruff` from 0.14.3 to 0.14.7
- [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.14.3...0.14.7)
Updates `pre-commit` from 2.19.0 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@v2.19.0...v4.5.0)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: django-allauth
dependency-version: 65.13.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: django-components
dependency-version: 0.143.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: django-htmx
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: django-taggit
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-dependencies
- dependency-name: django-tailwind
dependency-version: 4.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: djangorestframework
dependency-version: 3.16.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: bleach
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: markdown
dependency-version: '3.10'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: psycopg2-binary
dependency-version: 2.9.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: pydantic
dependency-version: 2.12.5
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: python-akismet
dependency-version: 0.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: python-dotenv
dependency-version: 1.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: requests
dependency-version: 2.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: requests-oauthlib
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-dependencies
- dependency-name: six
dependency-version: 1.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: whitenoise
dependency-version: 6.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: certifi
dependency-version: 2025.11.12
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: gunicorn
dependency-version: 23.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-dependencies
- dependency-name: sentry-sdk
dependency-version: 2.46.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-dependencies
- dependency-name: ipython
dependency-version: 9.7.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-dependencies
- dependency-name: ruff
dependency-version: 0.14.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: pre-commit
dependency-version: 4.5.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent d56b6a6 commit 06b3db0
1 file changed
+294
-212
lines changed
0 commit comments