Bump the python-dependencies group across 1 directory with 24 updates#1273
Merged
Conversation
Bumps the python-dependencies group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [celery](https://github.com/celery/celery) | `5.6.2` | `5.6.3` | | [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) | `3.2.0` | `3.3.0` | | [django-parler](https://github.com/edoburu/django-parler) | `2.3` | `2.4` | | [django-treebeard](https://github.com/django-treebeard/django-treebeard) | `5.0.5` | `5.2.2` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.16.1` | `3.17.1` | | [icalendar](https://github.com/collective/icalendar) | `7.0.3` | `7.1.2` | | [nh3](https://github.com/messense/nh3) | `0.3.3` | `0.3.5` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `9.0.25` | `9.0.32` | | [pillow](https://github.com/python-pillow/Pillow) | `12.1.1` | `12.2.0` | | [pikepdf](https://github.com/pikepdf/pikepdf) | `10.5.0` | `10.7.2` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.8.0` | `6.13.0` | | [reportlab](https://www.reportlab.com/) | `4.4.10` | `4.5.1` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | [wand](https://github.com/emcconville/wand) | `0.7.0` | `0.7.1` | | [django-coverage-plugin](https://github.com/coveragepy/django_coverage_plugin) | `3.2.0` | `3.2.2` | | [django-extended-makemessages](https://github.com/michalpokusa/django-extended-makemessages) | `1.7.1` | `1.9.0` | | [faker](https://github.com/joke2k/faker) | `40.8.0` | `40.21.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [pytest-playwright-asyncio](https://github.com/microsoft/playwright-pytest) | `0.7.2` | `0.8.0` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.3.2` | `3.5.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.5` | `0.15.16` | | [types-requests](https://github.com/python/typeshed) | `2.32.4.20260107` | `2.33.0.20260518` | | [prek](https://github.com/j178/prek) | `0.3.5` | `0.4.4` | Updates `celery` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.6.2...v5.6.3) Updates `django-oauth-toolkit` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/django-oauth/django-oauth-toolkit/releases) - [Changelog](https://github.com/django-oauth/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](django-oauth/django-oauth-toolkit@3.2.0...3.3.0) Updates `django-parler` from 2.3 to 2.4 - [Release notes](https://github.com/edoburu/django-parler/releases) - [Changelog](https://github.com/django-parler/django-parler/blob/master/CHANGES.rst) - [Commits](django-parler/django-parler@v2.3...v2.4) Updates `django-treebeard` from 5.0.5 to 5.2.2 - [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md) - [Commits](django-treebeard/django-treebeard@5.0.5...5.2.2) Updates `djangorestframework` from 3.16.1 to 3.17.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.16.1...3.17.1) Updates `icalendar` from 7.0.3 to 7.1.2 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](collective/icalendar@v7.0.3...v7.1.2) Updates `nh3` from 0.3.3 to 0.3.5 - [Release notes](https://github.com/messense/nh3/releases) - [Commits](messense/nh3@v0.3.3...v0.3.5) Updates `phonenumbers` from 9.0.25 to 9.0.32 - [Commits](daviddrysdale/python-phonenumbers@v9.0.25...v9.0.32) Updates `pillow` from 12.1.1 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) Updates `pikepdf` from 10.5.0 to 10.7.2 - [Release notes](https://github.com/pikepdf/pikepdf/releases) - [Commits](pikepdf/pikepdf@v10.5.0...v10.7.2) Updates `pypdf` from 6.8.0 to 6.13.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.8.0...6.13.0) Updates `reportlab` from 4.4.10 to 4.5.1 Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.34.2) Updates `wand` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/emcconville/wand/releases) - [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst) - [Commits](emcconville/wand@0.7.0...0.7.1) Updates `django-coverage-plugin` from 3.2.0 to 3.2.2 - [Release notes](https://github.com/coveragepy/django_coverage_plugin/releases) - [Commits](coveragepy/django_coverage_plugin@v3.2.0...v3.2.2) Updates `django-extended-makemessages` from 1.7.1 to 1.9.0 - [Changelog](https://github.com/michalpokusa/django-extended-makemessages/blob/main/CHANGELOG.md) - [Commits](michalpokusa/django-extended-makemessages@1.7.1...1.9.0) Updates `faker` from 40.8.0 to 40.21.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.8.0...v40.21.0) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `pytest-playwright-asyncio` from 0.7.2 to 0.8.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](microsoft/playwright-pytest@v0.7.2...v0.8.0) Updates `greenlet` from 3.3.2 to 3.5.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.3.2...3.5.1) Updates `ruff` from 0.15.5 to 0.15.16 - [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.15.5...0.15.16) Updates `types-requests` from 2.32.4.20260107 to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `prek` from 0.3.5 to 0.4.4 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.5...v0.4.4) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-coverage-plugin dependency-version: 3.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-extended-makemessages dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django-oauth-toolkit dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django-parler dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django-treebeard dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: faker dependency-version: 40.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: icalendar dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: nh3 dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: phonenumbers dependency-version: 9.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pikepdf dependency-version: 10.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: prek dependency-version: 0.4.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 6.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-playwright-asyncio dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: reportlab dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: wand dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
0be3b02 to
67207eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-dependencies group with 24 updates in the / directory:
5.6.25.6.33.2.03.3.02.32.45.0.55.2.23.16.13.17.17.0.37.1.20.3.30.3.59.0.259.0.3212.1.112.2.010.5.010.7.26.8.06.13.04.4.104.5.12.32.52.34.20.7.00.7.13.2.03.2.21.7.11.9.040.8.040.21.09.0.29.0.31.3.01.4.00.7.20.8.03.3.23.5.10.15.50.15.162.32.4.202601072.33.0.202605180.3.50.4.4Updates
celeryfrom 5.6.2 to 5.6.3Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
3f4d8d7Prepare for release: v5.6.3 (#10221)a989e8cfix: clear the timer while catch the exception (#10218)d06de5fChore(deps): Bump nick-fields/retry from 3 to 4 (#10213)c3c19c3Fix: prioritize request ignore_result over task definition (#10184)d23be53Remove outdated autoreloader section from extending docs (#10154)ada2da7docs: fix duplicated word in bootsteps comment\n\nSigned-off-by: Rohan Santho...f45f62bAdd compression header to message protocol docs (#10156)9a27092docs: clarify after_return behavior for retried tasks (#10192)6ee6230Fix#9722 friendly status errors for CLI (#10190)a9a2d4c[pre-commit.ci] pre-commit autoupdate (#10186)Updates
django-oauth-toolkitfrom 3.2.0 to 3.3.0Changelog
Sourced from django-oauth-toolkit's changelog.
Commits
1fbc081chore: release 3.3.0 (#1699)842ed3aPre-fill user_code by making use of verification_uri_complete (#1658)d983777fix: support swapped DeviceGrant models in device flow (#1684)a15ff8efix: correct malformed Cache-Control header in JWKS info (#1690)a9cede7Provide application and scopes in DeviceConfirmView context (#1643)b5ea033Fix/consent violation and scope escalation (#1692)4e1abb4Device code obey scopes (#1691)d422eeachore: missing CI jobs (#1679)b277f32fix: Avoid crawling the entire model graph when viewingRefreshTokenAdmin(...24abc3fupgrade RTD to supported version of ubuntu (#1677)Updates
django-parlerfrom 2.3 to 2.4Release notes
Sourced from django-parler's releases.
Changelog
Sourced from django-parler's changelog.
Commits
60e9841fix: Syntax in pypi actions (#376)85d0020Install Django in publish-to-live-pypi workflow (#375)101fdedchore: Add GitHub Actions workflow for publishing to PyPI (#374)2b0bf19Update changelog for version 2.4 release datee676606fix: drop Django 5.0 support; admin uses log_deletions (added in 5.1) (#370)01893a3Fix documentation for django-polymorphic imports (#317)f85c705chore: Enhance tests workflow with coverage reporting (#372)72dd293Bump djangorestframework from 3.12.4 to 3.15.2 in /docs/_ext/djangodummy (#371)40d00c2Bump django from 2.2.24 to 3.2.24 in /docs/_ext/djangodummy (#349)eef87cefallback to Meta.formfield_callback (#352)Updates
django-treebeardfrom 5.0.5 to 5.2.2Changelog
Sourced from django-treebeard's changelog.
Commits
3d0c1fcRevert change toMP_Node.get_ancestors()that caused a performance regressione30fd33Remove branch filter from publish action filter, as it is not additived944e63Switch to using trusted publishingd742182Fix import error in Python 3.10. Ensure lowest supported Python version is ru...163c191Remove obsolete UPDATING file. Changelog is now used for upgrade notes.a795e2aBump to version 5.2.0300d118Improve efficiency of MP_Node.get_ancestors()a784e90Tweak benchmarking code to truncate tables after each run, and update resultsb6be2d0Add benchmarks to compare tree implementations23babbbMake uniqueness constraint on LTree.path deferrableUpdates
djangorestframeworkfrom 3.16.1 to 3.17.1Release notes
Sourced from djangorestframework's releases.
... (truncated)
Commits
22e231cPrepare bug fix release 3.17.1 (#9931)8e99b53Add condition to skip pushed tags from forks (#9924)c0407deFixHTMLFormRendererwith emptydatetimevalues (#9928)30d58a7Fix the book sizing in the documentation (#9926)6f03b79Tweak order of changes in release notes021ab56Bump version and update release notes for 3.17.0 (#9921)19ebad7Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (#9923)f222c55Correct requires-python key in pyproject.toml7e7de6fRemove code fences from release checklistc599d30Update release processUpdates
icalendarfrom 7.0.3 to 7.1.2Release notes
Sourced from icalendar's releases.
Changelog
Sourced from icalendar's changelog.
... (truncated)
Commits
f5494e3Merge branch 'main' into 7.x6ddbd95version 7.1.26efe639Update maintenance docs and fix version switcher for "stable" (#1393)67d6ab9Fix RecursionError in Component.repr on deeply nested calendars (Closes #...8705729Restore version warning banner for 'latest' on Read the Docs8fccb3aUpdate version switcher for 7.1.179ddc3eMerge branch 'main' into 7.x465936bversion 7.1.139b8db8Update release process (#1350)c343662Switch to towncrier to automatically manage the change log (#1389)Updates
nh3from 0.3.3 to 0.3.5Release notes
Sourced from nh3's releases.
Commits
9e78e6aBump version to 0.3.55225ec2Add tags parameter to clean_text (#122)129df52Bump pyo3 from 0.28.2 to 0.28.3 (#123)25348dfAdd doctest coverage for module docstrings and RST files (#121)bf48b37Add usage examples for clean() and Cleaner arguments (#120)c2ddb81Bump version to 0.3.4d19279aAccept frozenset and Mapping in type stubs (#119)b98f2c5Expose default clean_content_tags as module constant (#118)9fdfa76Validate rel attribute conflict with link_rel (#11...Description has been truncated