Skip to content

Bump the python group across 1 directory with 18 updates#213

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-01d28d7dc6
Closed

Bump the python group across 1 directory with 18 updates#213
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-01d28d7dc6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2025

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

Package From To
pillow 11.1.0 11.2.1
hiredis 3.1.0 3.1.1
celery 5.4.0 5.5.2
django-celery-beat 2.7.0 2.8.0
django-allauth 65.4.1 65.8.0
django-crispy-forms 2.3 2.4
djangorestframework 3.15.2 3.16.0
psycopg[c] 3.2.5 3.2.8
django-anymail[sendgrid] 12.0 13.0
newrelic 10.6.0 10.11.0
watchfiles 1.0.4 1.0.5
ruff 0.9.9 0.11.9
coverage 7.6.12 7.8.0
pre-commit 4.1.0 4.2.0
django-debug-toolbar 5.0.1 5.2.0
django-extensions 3.2.3 4.1
pytest-django 4.10.0 4.11.1
rust-just 1.39.0 1.40.0

Updates pillow from 11.1.0 to 11.2.1

Release notes

Sourced from pillow's releases.

11.2.1

https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html

Deprecations

Documentation

Dependencies

... (truncated)

Changelog

Sourced from pillow's changelog.

Changelog (Pillow)

Commits

Updates hiredis from 3.1.0 to 3.1.1

Release notes

Sourced from hiredis's releases.

3.1.1

Summary

This is a maintenance release that addresses issues in RESP3 parsing.

Changes

  • Fix memory leaks and segfaults in RESP3 map parsing (#204, #205, #206)
Commits

Updates celery from 5.4.0 to 5.5.2

Release notes

Sourced from celery's releases.

v5.5.2

What's Changed

New Contributors

Full Changelog: celery/celery@v5.5.1...v5.5.2

v5.5.1

What's Changed

Full Changelog: celery/celery@v5.5.0...v5.5.1

v5.5.0

Celery v5.5.0 is now available.

Key Highlights

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

Redis Broker Stability Improvements

Long-standing disconnection issues with the Redis broker have been identified and resolved in Kombu 5.5.0, which is included with this release. These improvements significantly enhance stability when using Redis as a broker.

Additionally, the Redis backend now has better exception handling with the new exception_safe_to_retry feature, which improves resilience during temporary Redis connection issues. See Redis backend settings for complete documentation.

Contributed by @​drienkop in #9614.

pycurl replaced with urllib3

Replaced the pycurl dependency with urllib3.

We're monitoring the performance impact of this change and welcome feedback from users who notice any significant differences in their environments.

Contributed by @​spawn-guy in Kombu #2134 and integrated in Celery via #9526.

RabbitMQ Quorum Queues Support

Added support for RabbitMQ's new Quorum Queues feature, including compatibility with ETA tasks. This implementation has some limitations compared to classic queues, so please refer to the documentation for details.

Native Delayed Delivery is automatically enabled when quorum queues are detected to implement the ETA mechanism.

... (truncated)

Changelog

Sourced from celery's changelog.

5.5.2

:release-date: 2025-04-25 :release-by: Tomer Nosrati

What's Changed


- Fix calculating remaining time across DST changes ([#9669](https://github.com/celery/celery/issues/9669))
- Remove `setup_logger` from COMPAT_MODULES ([#9668](https://github.com/celery/celery/issues/9668))
- Fix mongodb bullet and fix github links in contributions section ([#9672](https://github.com/celery/celery/issues/9672))
- Prepare for release: v5.5.2 ([#9675](https://github.com/celery/celery/issues/9675))

.. _version-5.5.1:

5.5.1

:release-date: 2025-04-08 :release-by: Tomer Nosrati

What's Changed

  • Fixed "AttributeError: list object has no attribute strip" with quorum queues and failover brokers (#9657)
  • Prepare for release: v5.5.1 (#9660)

.. _version-5.5.0:

5.5.0

:release-date: 2025-03-31 :release-by: Tomer Nosrati

Celery v5.5.0 is now available.

Key Highlights


See :ref:`whatsnew-5.5` for a complete overview or read the main highlights below.

Redis Broker Stability Improvements

Long-standing disconnection issues with the Redis broker have been identified and resolved in Kombu 5.5.0, which is included with this release. These improvements significantly enhance stability when using Redis as a broker.

</tr></table>

... (truncated)

Commits

Updates django-celery-beat from 2.7.0 to 2.8.0

Release notes

Sourced from django-celery-beat's releases.

v2.8.0

What's Changed

... (truncated)

Changelog

Sourced from django-celery-beat's changelog.

2.8.0

:release-date: 2025-04-16 :release-by: Asif Saif Uddin (@​auvipy)

Added


- Add official support for Django 5.2.
- Issue 796: remove days of the week from human readable description when the whole week is specified.
- fix 'exipres', 'expire_seconds' not working normal as expected.
- fix long period task will never be triggered ([#717](https://github.com/celery/django-celery-beat/issues/717)).
- Fix for missing periodic task name in results ([#812](https://github.com/celery/django-celery-beat/issues/812)).
- refactor(db-scheduler): optimize all_as_schedule query ([#835](https://github.com/celery/django-celery-beat/issues/835)).
- feat(admin): add task field to search_fields.
- Fix the time calculation problem caused by start_time ([#844](https://github.com/celery/django-celery-beat/issues/844)).
- Added Python 3.13 support.

.. _version-2.7.0:

Commits
  • e950b59 Bump version: 2.7.0 → 2.8.0
  • 36f26a6 added changelog entry for v2.8.0
  • 8189f6f declare python 3.13 support
  • a7cdc30 [pre-commit.ci] pre-commit autoupdate (#872)
  • e1b6b54 [pre-commit.ci] pre-commit autoupdate (#870)
  • 9ba201a [pre-commit.ci] pre-commit autoupdate (#868)
  • c454c65 Fix the time calculation problem caused by start_time (#844)
  • ee2c505 reintroduce python 3.8 in the CI (#867)
  • db7a665 update python version for docker and copy rights (#866)
  • 5b5428f added django 5.2rc1 lts and trim down django versions (#865)
  • Additional commits viewable in compare view

Updates django-allauth from 65.4.1 to 65.8.0

Commits

Updates django-crispy-forms from 2.3 to 2.4

Release notes

Sourced from django-crispy-forms's releases.

2.4

  • Added support for Python 3.13.
  • Confirmed support for Django 5.2.
Changelog

Sourced from django-crispy-forms's changelog.

2.4 (2025-04-13)

  • Added support for Python 3.13.
  • Confirmed support for Django 5.2.
Commits

Updates djangorestframework from 3.15.2 to 3.16.0

Release notes

Sourced from djangorestframework's releases.

v3.16.0

This release is considered a significant release to improve upstream support with Django and Python. Some of these may change the behaviour of existing features and pre-existing behaviour. Specifically, some fixes were added to around the support of UniqueConstraint with nullable fields which will improve built-in serializer validation.

Features

  • Add official support for Django 5.1 and its new LoginRequiredMiddleware in #9514 and #9657
  • Add official Django 5.2a1 support in #9634
  • Add support for Python 3.13 in #9527 and #9556
  • Support Django 2.1+ test client JSON data automatically serialized in #6511 and fix a regression in #9615

Bug fixes

  • Fix unique together validator to respect condition's fields from UniqueConstraint in #9360
  • Fix raising on nullable fields part of UniqueConstraint in #9531
  • Fix unique_together validation with source in #9482
  • Added protections to AttributeError raised within properties in #9455
  • Fix get_template_context to handle also lists in #9467
  • Fix "Converter is already registered" deprecation warning. in #9512
  • Fix noisy warning and accept integers as min/max values of DecimalField in #9515
  • Fix usages of open() in setup.py in #9661

Translations

  • Add some missing Chinese translations in #9505
  • Fix spelling mistakes in Farsi language were corrected in #9521
  • Fixing and adding missing Brazilian Portuguese translations in #9535

Removals

  • Remove support for Python 3.8 in #9670
  • Remove long deprecated code from request wrapper in #9441
  • Remove deprecated AutoSchema._get_reference method in #9525

Documentation and internal changes

  • Provide tests for hashing of OperandHolder in #9437
  • Update documentation: Add adrf third party package in #9198
  • Update tutorials links in Community contributions docs in #9476
  • Fix usage of deprecated Django function in example from docs in #9509
  • Move path converter docs into a separate section in #9524
  • Add test covering update view without queryset attribute in #9528
  • Fix Transifex link in #9541
  • Fix example httpie call in docs in #9543
  • Fix example for serializer field with choices in docs in #9563
  • Remove extra <> in validators example in #9590
  • Update strftime link in the docs in #9624
  • Switch to codecov GHA in #9618
  • Add note regarding availability of the action attribute in 'Introspecting ViewSet actions' docs section in #9633
  • Improved description of allowed throttling rates in documentation in #9640
  • Add rest-framework-gm2m-relations package to the list of 3rd party libraries in #9063

... (truncated)

Commits

Updates psycopg[c] from 3.2.5 to 3.2.8

Changelog

Sourced from psycopg[c]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Cursors are now iterators, not only iterables. This means you can call next(cur) to fetch the next row (:ticket:[#1064](https://github.com/psycopg/psycopg/issues/1064)).
  • Drop support for Python 3.8 (:ticket:[#976](https://github.com/psycopg/psycopg/issues/976)) and 3.9 (:ticket:[#1056](https://github.com/psycopg/psycopg/issues/1056)).

Current release

Psycopg 3.2.8 ^^^^^^^^^^^^^

  • Fix DateFromTicks and TimeFromTicks return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, TimestampFromTicks to return a datetime in UTC rather than in the local timezone (:ticket:[#1058](https://github.com/psycopg/psycopg/issues/1058)).
  • Fix ~Cursor.rownumber after using ~AsyncServerCursor.scroll() on AsyncServerCursor (:ticket:[#1066](https://github.com/psycopg/psycopg/issues/1066)).
  • Fix interval parsing with days or other parts and negative time in C module (:ticket:[#1071](https://github.com/psycopg/psycopg/issues/1071)).
  • Don't process further connection attempts after Ctrl-C (:ticket:[#1077](https://github.com/psycopg/psycopg/issues/1077)).
  • Fix cursors to correctly iterate over rows even if their row factory returns None (:ticket:[#1073](https://github.com/psycopg/psycopg/issues/1073)).
  • Fix ConnectionInfo.port when the port is specified as an empty string (:ticket:[#1078](https://github.com/psycopg/psycopg/issues/1078)).
  • Report all the attempts error messages in the exception raised for a connection failure (:ticket:[#1069](https://github.com/psycopg/psycopg/issues/1069)).
  • Improve logging on connection (:ticket:[#1085](https://github.com/psycopg/psycopg/issues/1085)).
  • Add support for PostgreSQL 18 libpq (:ticket:[#1082](https://github.com/psycopg/psycopg/issues/1082)).

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

... (truncated)

Commits
  • 5b0a5c0 chore: bump psycopg package version to 3.2.8
  • d5ff770 ci: make sure versions are strings, not floats
  • b5ba0d9 chore: add funding link to project metadata
  • 1e6dfd1 fix(c): fix building on 32 bit with libpq 18
  • 8b9e4bf chore(binary): bump OpenSSL to 3.5.0
  • 510e7de chore(binary): bump libpq to 17.5 in binary packages
  • 5c2fdbb chore(deps): bump the actions group with 2 updates
  • ba4187d ci: install win32 libpq from conda force
  • 979834e Merge branch 'better-logging' into maint-3.2
  • d423558 docs: add section about connection logging
  • Additional commits viewable in compare view

Updates django-anymail[sendgrid] from 12.0 to 13.0

Release notes

Sourced from django-anymail[sendgrid]'s releases.

v13.0

Changelog

Changelog

Sourced from django-anymail[sendgrid]'s changelog.

v13.0

2025-04-03

Breaking changes


* **Postal:** Require Python 3.9 or later for Postal tracking webhook support.
  (Postal's signature verification uses the "cryptography" package, which is no
  longer reliably installable with Python 3.8.)

Fixes


* **Mailjet:** Avoid a Mailjet API error when sending an inline image without a
  filename. (Anymail now substitutes ``&quot;attachment&quot;`` for the missing filename.)
  (Thanks to `@chickahoona`_ for reporting the issue.)
  • Mailjet: Fix a JSON parsing error on Mailjet 429 &quot;too many requests&quot; API
    responses. (Thanks to @rodrigondec_ for reporting the issue.)

  • Postmark: Fix a parsing error when Postmark indicates a sent message has
    been delayed, which can occur if your message stream is paused or throttled or
    when Postmark is experiencing service issues. These messages will now report
    &quot;queued&quot; in the anymail_status (rather than throwing an error or reporting
    &quot;sent&quot;). (Thanks to @jmduke_ for reporting the issue.)

  • Postmark: Fix an error in inbound handling with long email address display
    names that include non-ASCII characters.

  • SendGrid: Improve handling of non-string values in merge_data when using
    legacy templates or inline merge fields. To avoid a confusing SendGrid API error
    message, Anymail now converts numeric merge data values to strings, but will raise
    an AnymailSerializationError for other non-string data in SendGrid substitutions.
    (SendGrid's newer dynamic transactional templates do not have this limitation.)
    (Thanks to @PlusAsh_ for reporting the issue.)

Other

  • Officially support Django 5.2.

  • Resend: Remove Anymail's workaround for an earlier Resend API bug with punctuation in address display names. Resend has fixed the bug.

  • SendGrid: Remove Anymail's workaround for an earlier SendGrid API bug with punctuation in address display names. SendGrid has fixed the bug.

Commits
  • 7e0aa99 Release 13.0
  • a93c736 CI: Switch to PyPI trusted publishing
  • aa4dca2 CI: enable pip cache
  • e6cb496 Tests/CI: use Python 3.13 by default
  • 533bf32 Tests/CI: check Django 5.2 release
  • eec566d CI: Test Django 5.2 pre-release.
  • 335de96 SendGrid: Handle non-string data in legacy substitutions
  • 6acdf36 Resend: Remove obsolete display name workaround
  • e548f6c SendGrid: Remove obsolete display name workaround
  • 85decd8 Docs: Update some links
  • Additional commits viewable in compare view

Updates newrelic from 10.6.0 to 10.11.0

Release notes

Sourced from newrelic's releases.

v10.11.0

Notes

This release of the Python agent adds support for Google Gemini via the Google Generative AI SDK and instruments new Kinesis methods.

Install the agent using easy_install/pip/distribute via the Python Package Index or download it directly from the New Relic download site.

New features

  • Add support for Google Gemini via Google Generative AI SDK

    • Adds support for google-genai. The agent will automatically instrument embed_content calls for synchronous and asynchronous embeddings. The agent also now supports synchronous and asynchronous text generations for text inputs in non-streaming cases. This includes calls made to generate_content for single text-only inputs and calls to send_message for multi-turn conversations.
  • Instrument new AWS Kinesis methods

    • Adds botocore instrumentation to support new AWS Kinesis methods including tag_resource, untag_resource, and list_tags_for_resource.

Support statement

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.

See the New Relic Python agent EOL policy for information about agent releases and support dates.

v10.10.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-101000/

v10.9.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100900/

v10.8.1

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100801/

v10.8.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100800/

v10.7.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100700/

Commits

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

| Package | From | To |
| --- | --- | --- |
| [pillow](https://github.com/python-pillow/Pillow) | `11.1.0` | `11.2.1` |
| [hiredis](https://github.com/redis/hiredis-py) | `3.1.0` | `3.1.1` |
| [celery](https://github.com/celery/celery) | `5.4.0` | `5.5.2` |
| [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.7.0` | `2.8.0` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.4.1` | `65.8.0` |
| [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | `2.3` | `2.4` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.0` |
| [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.5` | `3.2.8` |
| [django-anymail[sendgrid]](https://github.com/anymail/django-anymail) | `12.0` | `13.0` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.6.0` | `10.11.0` |
| [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.0.4` | `1.0.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.9` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.8.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.0.1` | `5.2.0` |
| [django-extensions](https://github.com/django-extensions/django-extensions) | `3.2.3` | `4.1` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.10.0` | `4.11.1` |
| [rust-just](https://github.com/gnpaone/rust-just) | `1.39.0` | `1.40.0` |



Updates `pillow` from 11.1.0 to 11.2.1
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.1.0...11.2.1)

Updates `hiredis` from 3.1.0 to 3.1.1
- [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.1.0...v3.1.1)

Updates `celery` from 5.4.0 to 5.5.2
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.4.0...v5.5.2)

Updates `django-celery-beat` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.7.0...v2.8.0)

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

Updates `django-crispy-forms` from 2.3 to 2.4
- [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.3...2.4)

Updates `djangorestframework` from 3.15.2 to 3.16.0
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.2...3.16.0)

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

Updates `django-anymail[sendgrid]` from 12.0 to 13.0
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v12.0...v13.0)

Updates `newrelic` from 10.6.0 to 10.11.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v10.6.0...v10.11.0)

Updates `watchfiles` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](samuelcolvin/watchfiles@v1.0.4...v1.0.5)

Updates `ruff` from 0.9.9 to 0.11.9
- [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.9.9...0.11.9)

Updates `coverage` from 7.6.12 to 7.8.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.12...7.8.0)

Updates `pre-commit` from 4.1.0 to 4.2.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.1.0...v4.2.0)

Updates `django-debug-toolbar` from 5.0.1 to 5.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@5.0.1...5.2.0)

Updates `django-extensions` from 3.2.3 to 4.1
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md)
- [Commits](django-extensions/django-extensions@3.2.3...4.1)

Updates `pytest-django` from 4.10.0 to 4.11.1
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.10.0...v4.11.1)

Updates `rust-just` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/gnpaone/rust-just/releases)
- [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md)
- [Commits](gnpaone/rust-just@1.39.0...1.40.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 11.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: hiredis
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: celery
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-celery-beat
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-allauth
  dependency-version: 65.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-crispy-forms
  dependency-version: '2.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: djangorestframework
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: psycopg[c]
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: django-anymail[sendgrid]
  dependency-version: '13.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: newrelic
  dependency-version: 10.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: watchfiles
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ruff
  dependency-version: 0.11.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: coverage
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pre-commit
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-debug-toolbar
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-extensions
  dependency-version: '4.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: pytest-django
  dependency-version: 4.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: rust-just
  dependency-version: 1.40.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 May 12, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (0b1f263) to head (cbe3d28).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #213   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files          36       36           
  Lines        1412     1412           
=======================================
  Hits         1411     1411           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 19, 2025
@dependabot dependabot Bot deleted the dependabot/pip/python-01d28d7dc6 branch May 19, 2025 00:42
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