Skip to content

Bump the python-dependencies group across 1 directory with 24 updates#1273

Merged
krmax44 merged 3 commits into
mainfrom
dependabot/uv/python-dependencies-0dbcad2f57
Jun 11, 2026
Merged

Bump the python-dependencies group across 1 directory with 24 updates#1273
krmax44 merged 3 commits into
mainfrom
dependabot/uv/python-dependencies-0dbcad2f57

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 24 updates in the / directory:

Package From To
celery 5.6.2 5.6.3
django-oauth-toolkit 3.2.0 3.3.0
django-parler 2.3 2.4
django-treebeard 5.0.5 5.2.2
djangorestframework 3.16.1 3.17.1
icalendar 7.0.3 7.1.2
nh3 0.3.3 0.3.5
phonenumbers 9.0.25 9.0.32
pillow 12.1.1 12.2.0
pikepdf 10.5.0 10.7.2
pypdf 6.8.0 6.13.0
reportlab 4.4.10 4.5.1
requests 2.32.5 2.34.2
wand 0.7.0 0.7.1
django-coverage-plugin 3.2.0 3.2.2
django-extended-makemessages 1.7.1 1.9.0
faker 40.8.0 40.21.0
pytest 9.0.2 9.0.3
pytest-asyncio 1.3.0 1.4.0
pytest-playwright-asyncio 0.7.2 0.8.0
greenlet 3.3.2 3.5.1
ruff 0.15.5 0.15.16
types-requests 2.32.4.20260107 2.33.0.20260518
prek 0.3.5 0.4.4

Updates celery from 5.6.2 to 5.6.3

Release notes

Sourced from celery's releases.

v5.6.3

What's Changed

... (truncated)

Changelog

Sourced from celery's changelog.

5.6.3

:release-date: 2026-03-26 :release-by: Tomer Nosrati

What's Changed


- Fix Django worker recursion bug + defensive checks for pool_cls.__module__ ([#10048](https://github.com/celery/celery/issues/10048))
- Docs: Update user_preload_options example to use click. ([#10056](https://github.com/celery/celery/issues/10056))
- Fix invalid configuration key "bootstrap_servers" in Kafka demo ([#10060](https://github.com/celery/celery/issues/10060))
- Fix broken images on PyPI page ([#10066](https://github.com/celery/celery/issues/10066))
- Remove broken reference. ([#10071](https://github.com/celery/celery/issues/10071))
- Removed --dist=loadscope from smoke tests ([#10073](https://github.com/celery/celery/issues/10073))
- Docs: Clarify task_retry signal args may be None ([#10076](https://github.com/celery/celery/issues/10076))
- Update example for Django ([#10081](https://github.com/celery/celery/issues/10081))
- Make tests compatible with pymongo >= 4.16 ([#10074](https://github.com/celery/celery/issues/10074))
- fix: source install of cassandra-driver ([#10105](https://github.com/celery/celery/issues/10105))
- fix: register task cross-reference role in Sphinx extension ([#10100](https://github.com/celery/celery/issues/10100))
- fix: avoid cycle detection in native delayed delivery ([#10095](https://github.com/celery/celery/issues/10095))
- fix(asynpool): avoid AttributeError when proc lacks _sentinel_poll ([#10086](https://github.com/celery/celery/issues/10086))
- fix dusk_astronomical horizon sign (+18 -> -18) ([#10121](https://github.com/celery/celery/issues/10121))
- Fix/10106 onupdate col use lambda func ([#10108](https://github.com/celery/celery/issues/10108))
- Fix warm shutdown RuntimeError with eventlet>=0.37.0 ([#10083](https://github.com/celery/celery/issues/10083)) ([#10123](https://github.com/celery/celery/issues/10123))
- Fix 10109 db backend connection health ([#10124](https://github.com/celery/celery/issues/10124))
- Database Backend filter unsupport sql engine arguments with nullpool [#7355](https://github.com/celery/celery/issues/7355) ([#10134](https://github.com/celery/celery/issues/10134))
- fix(beat): correct argument order in Service.__reduce__ ([#10137](https://github.com/celery/celery/issues/10137))
- ci: declare explicit read-only token permissions in workflow jobs ([#10139](https://github.com/celery/celery/issues/10139))
- chore: 'boto3to' to 'boto3 to' ([#10133](https://github.com/celery/celery/issues/10133))
- Database Backend: Add missing index on date_done (Fixes [#10097](https://github.com/celery/celery/issues/10097)) ([#10098](https://github.com/celery/celery/issues/10098))
- docs: fix typo in CONTRIBUTING.rst ([#10141](https://github.com/celery/celery/issues/10141))
- Refer to Flower / Prometheus for monitoring ([#10140](https://github.com/celery/celery/issues/10140))
- docs: remove duplicated words in broker and routing docs ([#10146](https://github.com/celery/celery/issues/10146))
- docs: fix stale version reference and grammar in README ([#10145](https://github.com/celery/celery/issues/10145))
- docs: fix wording in Celery 5.3 worker pool notes ([#10149](https://github.com/celery/celery/issues/10149))
- docs: fix duplicated wording in 3.1 changelog entry ([#10152](https://github.com/celery/celery/issues/10152))
- docs: fix changelog typo in context manager wording ([#10144](https://github.com/celery/celery/issues/10144))
- Fix/10096 worker fails to reconnect after redis failover ([#10151](https://github.com/celery/celery/issues/10151))
- Improve on_after_finalize signal documentation ([#10155](https://github.com/celery/celery/issues/10155))
- Add non-commutative example to clarify partial arg ordering in canvas docs ([#10157](https://github.com/celery/celery/issues/10157))
- Remove redundant test_isa_mapping test (fixes [#10077](https://github.com/celery/celery/issues/10077)) ([#10103](https://github.com/celery/celery/issues/10103))
- Upgrade pytest-celery to >=1.3.0 and adopt PYTEST_CELERY_PKG build arg ([#10162](https://github.com/celery/celery/issues/10162))
- Remove deprecated args from redis get_connection call ([#10036](https://github.com/celery/celery/issues/10036))
- Fix [#6912](https://github.com/celery/celery/issues/6912) rpc backend reconnection error ([#10179](https://github.com/celery/celery/issues/10179))
- Fix NameError with TYPE_CHECKING annotations on Python 3.14+ (PEP 649) ([#10165](https://github.com/celery/celery/issues/10165))
- docs: Add elaboration on prefetch multiplier settings (worker_prefetch_multiplier) and worker_eta_task_limit ([#10181](https://github.com/celery/celery/issues/10181))
- Fix O(K²) message bloat in a chain of chords ([#10171](https://github.com/celery/celery/issues/10171))
- Fix mock connection interfaces to prevent `TypeError` during exception handling ([#10178](https://github.com/celery/celery/issues/10178))
- fix(trace): dispatch chain/callbacks on dedup fast-path for redelivered tasks ([#10159](https://github.com/celery/celery/issues/10159))
</tr></table> 

... (truncated)

Commits
  • 3f4d8d7 Prepare for release: v5.6.3 (#10221)
  • a989e8c fix: clear the timer while catch the exception (#10218)
  • d06de5f Chore(deps): Bump nick-fields/retry from 3 to 4 (#10213)
  • c3c19c3 Fix: prioritize request ignore_result over task definition (#10184)
  • d23be53 Remove outdated autoreloader section from extending docs (#10154)
  • ada2da7 docs: fix duplicated word in bootsteps comment\n\nSigned-off-by: Rohan Santho...
  • f45f62b Add compression header to message protocol docs (#10156)
  • 9a27092 docs: clarify after_return behavior for retried tasks (#10192)
  • 6ee6230 Fix#9722 friendly status errors for CLI (#10190)
  • a9a2d4c [pre-commit.ci] pre-commit autoupdate (#10186)
  • Additional commits viewable in compare view

Updates django-oauth-toolkit from 3.2.0 to 3.3.0

Changelog

Sourced from django-oauth-toolkit's changelog.

[3.3.0] - 2025-05-21

Added

  • #1637 Support for Django 6.0
  • #1642 Provide App Name and Scope in Device Confirmation View

Removed

  • #1636 Remove support for Python 3.8 and 3.9

Fixed

  • #1628 Fix inaccurate help_text on client_secret field of Application model
  • #1674 Add list_select_related to RefreshTokenAdmin to avoid unbounded JOIN queries on the changelist
  • #1621 Fix device code tokens getting the wrong scope.
  • #1683 Fix swapped DeviceGrant model usage across the device authorization flow
  • #1689 Fix invalid Cache-Control header value on the OIDC JWKS endpoint
  • #1692 Fix consent violation and scope escalation.
Commits
  • 1fbc081 chore: release 3.3.0 (#1699)
  • 842ed3a Pre-fill user_code by making use of verification_uri_complete (#1658)
  • d983777 fix: support swapped DeviceGrant models in device flow (#1684)
  • a15ff8e fix: correct malformed Cache-Control header in JWKS info (#1690)
  • a9cede7 Provide application and scopes in DeviceConfirmView context (#1643)
  • b5ea033 Fix/consent violation and scope escalation (#1692)
  • 4e1abb4 Device code obey scopes (#1691)
  • d422eea chore: missing CI jobs (#1679)
  • b277f32 fix: Avoid crawling the entire model graph when viewing RefreshTokenAdmin (...
  • 24abc3f upgrade RTD to supported version of ubuntu (#1677)
  • Additional commits viewable in compare view

Updates django-parler from 2.3 to 2.4

Release notes

Sourced from django-parler's releases.

v2.4

What's Changed

New Contributors

Full Changelog: django-parler/django-parler@v2.3...v2.4

Changelog

Sourced from django-parler's changelog.

Changes in 2.4 (2026-05-14)

Attention: django-parler 2.4 induces migrations to translated models by replacing unique_together be a unique constraint. This missing migration can show up as a warning.

  • Added Django 6.0 support.
  • Added Python 3.13 support.
  • Dropped Django 4.2 LTS support (end of extended support, April 2026).
  • Dropped Django 5.0 support. The admin's delete_translation view calls ModelAdmin.log_deletions, which was introduced in Django 5.1 — so translation deletion raised AttributeError on 5.0. The install requirement is now Django>=5.1.
  • Replaced removed csrf_protect_m decorator with @method_decorator(csrf_protect) in the admin.
  • Replaced deprecated unique_together with models.UniqueConstraint in the translated fields model.
  • Added a validate_constraints() call alongside validate_unique() in form validation so UniqueConstraint violations surface through the form.
  • Updated log_deletion() call to the renamed log_deletions() with its new signature (Django 6).
  • Fixed a thread-safety bug in SortedSelectMixin.sort_choices() where the deep-copy guard was skipped for the second and later optgroups, causing .sort() to mutate the caller's choices list.
  • Expanded the test suite with new modules covering admin views, cache, forms, managers, model construction, template tags, views, and widgets.
  • Test matrix: Django 5.1, 5.2, 6.0 × Python 3.10–3.13.
Commits
  • 60e9841 fix: Syntax in pypi actions (#376)
  • 85d0020 Install Django in publish-to-live-pypi workflow (#375)
  • 101fded chore: Add GitHub Actions workflow for publishing to PyPI (#374)
  • 2b0bf19 Update changelog for version 2.4 release date
  • e676606 fix: drop Django 5.0 support; admin uses log_deletions (added in 5.1) (#370)
  • 01893a3 Fix documentation for django-polymorphic imports (#317)
  • f85c705 chore: Enhance tests workflow with coverage reporting (#372)
  • 72dd293 Bump djangorestframework from 3.12.4 to 3.15.2 in /docs/_ext/djangodummy (#371)
  • 40d00c2 Bump django from 2.2.24 to 3.2.24 in /docs/_ext/djangodummy (#349)
  • eef87ce fallback to Meta.formfield_callback (#352)
  • Additional commits viewable in compare view

Updates django-treebeard from 5.0.5 to 5.2.2

Changelog

Sourced from django-treebeard's changelog.

Release 5.2.2 (Jun 5, 2026)

Treebeard 5.2.2 is a bugfix release.

Release 5.2.1 (Jun 2, 2026)

Treebeard 5.2.1 is a bugfix release.

  • Fixed import error for type annotation unavailable on Python 3.10.

Release 5.2.0 (Jun 2, 2026)

Treebeard 5.1.0 is a minor release that includes some bug fixes.

New features:

  • Added a bulk_create option to MP_Node.load_bulk(), that creates database entries in bulk instead of one at a time.
  • Added signals to MP_Node, NS_Node and LT_Node implementations to allow external data stores to stay in sync with Treebeard-based models.

Big fixes:

  • Fixed MP_Node paths being incremented unnecessarily when saving nodes with node_order_by in the admin.
  • Optimised MoveNodeForm to skip move logic if no treebeard-specific fields were modified.
  • Changed the unique constraint for LTree.path to be deferrable, so that move operations do not fail. This requires a database migration for projects using the experimental LTree implementation.

Release 5.1.0 (May 12, 2026)

Treebeard 5.1.0 is a bugfix release.

  • Fixed add_child and add_sibling behaviour for inherited models using NS_Node.
  • Improved query efficiency for AL Trees, for several query operations.
  • Added a parent param to MP_Node.find_problems to allow inspecting only a portion of a tree.
  • Added a find_problems method to NS_Node to identify issues with nested sets.
  • Made license notices for code adapted from third party libraries explicit.
Commits
  • 3d0c1fc Revert change to MP_Node.get_ancestors() that caused a performance regression
  • e30fd33 Remove branch filter from publish action filter, as it is not additive
  • d944e63 Switch to using trusted publishing
  • d742182 Fix import error in Python 3.10. Ensure lowest supported Python version is ru...
  • 163c191 Remove obsolete UPDATING file. Changelog is now used for upgrade notes.
  • a795e2a Bump to version 5.2.0
  • 300d118 Improve efficiency of MP_Node.get_ancestors()
  • a784e90 Tweak benchmarking code to truncate tables after each run, and update results
  • b6be2d0 Add benchmarks to compare tree implementations
  • 23babbb Make uniqueness constraint on LTree.path deferrable
  • Additional commits viewable in compare view

Updates djangorestframework from 3.16.1 to 3.17.1

Release notes

Sourced from djangorestframework's releases.

3.17.1

What's Changed

Bug fixes

Full Changelog: encode/django-rest-framework@3.17.0...3.17.1

3.17.0

What's Changed

Breaking changes

Features

Bug fixes

Translations

Packaging

Other changes

New Contributors

... (truncated)

Commits
  • 22e231c Prepare bug fix release 3.17.1 (#9931)
  • 8e99b53 Add condition to skip pushed tags from forks (#9924)
  • c0407de Fix HTMLFormRenderer with empty datetime values (#9928)
  • 30d58a7 Fix the book sizing in the documentation (#9926)
  • 6f03b79 Tweak order of changes in release notes
  • 021ab56 Bump version and update release notes for 3.17.0 (#9921)
  • 19ebad7 Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (#9923)
  • f222c55 Correct requires-python key in pyproject.toml
  • 7e7de6f Remove code fences from release checklist
  • c599d30 Update release process
  • Additional commits viewable in compare view

Updates icalendar from 7.0.3 to 7.1.2

Release notes

Sourced from icalendar's releases.

v7.1.2

To view the changes, please see the Changelog. This release can be installed from PyPI.

v7.1.1

To view the changes, please see the Changelog. This release can be installed from PyPI.

v7.1.0

To view the changes, please see the Changelog. This release can be installed from PyPI.

Changelog

Sourced from icalendar's changelog.

7.1.2 (2026-05-22)

Bug fixes


- Replaced the recursive :meth:`Component.__repr__ <icalendar.cal.component.Component.__repr__>` implementation with an iterative stack-based walk so that deeply nested calendars no longer raise :exc:`RecursionError` when formatted via ``repr()``, ``str()``, or f-strings. The output format is unchanged for normally-shaped calendars. @gistrec (`Issue [#1370](https://github.com/collective/icalendar/issues/1370) <https://github.com/collective/icalendar/issues/1370>`_)

Documentation

  • Update maintenance documentation. Fix the version switcher on "stable" on Read the Docs. @​stevepiercy (Issue [#1352](https://github.com/collective/icalendar/issues/1352) <https://github.com/collective/icalendar/issues/1352>_)

7.1.1 (2026-05-18)

New features


- Created an :attr:`~icalendar.prop.dt.period.vPeriod.ical_value` property for the :class:`~icalendar.prop.dt.period.vPeriod` component. @ZairKSM (`Issue [#876](https://github.com/collective/icalendar/issues/876) <https://github.com/collective/icalendar/issues/876>`_)
- Created a :meth:`~icalendar.prop.recur.weekday.vWeekday.ical_value` property for the :class:`~icalendar.prop.recur.weekday.vWeekday` component, mirroring the existing pattern on :class:`~icalendar.prop.boolean.vBoolean`. @mvanhorn (`Issue [#1360](https://github.com/collective/icalendar/issues/1360) <https://github.com/collective/icalendar/issues/1360>`_)

Bug fixes


- Strictly validate BINARY property values in :attr:`vBinary.from_ical() &lt;icalendar.prop.binary.vBinary.from_ical&gt;` and reject malformed Base64 input instead of silently accepting invalid characters. @uwezkhan (`Issue [#1349](https://github.com/collective/icalendar/issues/1349) &lt;https://github.com/collective/icalendar/issues/1349&gt;`_)

Documentation
</code></pre>
<ul>
<li>Replace the RFC quotations in the docstrings for :attr:<code>Alarm.REPEAT &lt;icalendar.cal.alarm.Alarm.REPEAT&gt;</code> and :attr:<code>Alarm.DURATION &lt;icalendar.cal.alarm.Alarm.DURATION&gt;</code> with Pythonic descriptions, including parameter notes, conformance references, and worked examples. <a href="https://github.com/tmchow&quot;&gt;&lt;code&gt;@​tmchow&lt;/code&gt;&lt;/a> (<code>Issue #1244 &lt;collective/icalendar#1244>
<li>Edited contributor documentation for how to add a change log entry, and maintenance documentation for how to process news fragments. <a href="https://github.com/stevepiercy&quot;&gt;&lt;code&gt;@​stevepiercy&lt;/code&gt;&lt;/a> (<code>Issue #1256 &lt;collective/icalendar#1256>
<li>Updated release process documentation. <a href="https://github.com/niccokunzmann&quot;&gt;&lt;code&gt;@​niccokunzmann&lt;/code&gt;&lt;/a> <a href="https://github.com/stevepiercy&quot;&gt;&lt;code&gt;@​stevepiercy&lt;/code&gt;&lt;/a> <a href="https://github.com/SashankBhamidi&quot;&gt;&lt;code&gt;@​SashankBhamidi&lt;/code&gt;&lt;/a> (<code>Issue #1293 &lt;collective/icalendar#1293>
</ul>
<p>Dependency changes</p>
<pre><code>

  • Added towncrier &amp;lt;https://pypi.org/project/towncrier/&amp;gt;_ to development dependencies. @stevepiercy (Issue [#1256](https://github.com/collective/icalendar/issues/1256) &amp;lt;https://github.com/collective/icalendar/issues/1256&amp;gt;_)

Internal changes

  • Switched from manual change log management to towncrier &lt;https://pypi.org/project/towncrier/&gt;_ to automate the process. @​stevepiercy (Issue [#1256](https://github.com/collective/icalendar/issues/1256) &lt;https://github.com/collective/icalendar/issues/1256&gt;_)
  • Bump PyPy from 3.10 to 3.11 for testing. @​stevepiercy (Issue [#1383](https://github.com/collective/icalendar/issues/1383) &lt;https://github.com/collective/icalendar/issues/1383&gt;_) </tr></table>

... (truncated)

Commits
  • f5494e3 Merge branch 'main' into 7.x
  • 6ddbd95 version 7.1.2
  • 6efe639 Update maintenance docs and fix version switcher for "stable" (#1393)
  • 67d6ab9 Fix RecursionError in Component.repr on deeply nested calendars (Closes #...
  • 8705729 Restore version warning banner for 'latest' on Read the Docs
  • 8fccb3a Update version switcher for 7.1.1
  • 79ddc3e Merge branch 'main' into 7.x
  • 465936b version 7.1.1
  • 39b8db8 Update release process (#1350)
  • c343662 Switch to towncrier to automatically manage the change log (#1389)
  • Additional commits viewable in compare view

Updates nh3 from 0.3.3 to 0.3.5

Release notes

Sourced from nh3's releases.

v0.3.5

What's Changed

Full Changelog: messense/nh3@v0.3.4...v0.3.5

v0.3.4

What's Changed

New Contributors

Full Changelog: messense/nh3@v0.3.3...v0.3.4

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 29, 2026
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>
@dependabot dependabot Bot changed the title Bump the python-dependencies group with 24 updates Bump the python-dependencies group across 1 directory with 24 updates Jun 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/python-dependencies-0dbcad2f57 branch from 0be3b02 to 67207eb Compare June 5, 2026 17:34
@krmax44 krmax44 enabled auto-merge (rebase) June 11, 2026 14:54
@krmax44 krmax44 merged commit c2b8abb into main Jun 11, 2026
4 checks passed
@krmax44 krmax44 deleted the dependabot/uv/python-dependencies-0dbcad2f57 branch June 11, 2026 14:57
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant