Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the all-django-dependencies group with 18 updates in the / directory:

Package From To
python-dotenv 1.1.0 1.1.1
daphne 4.1.2 4.2.1
whitenoise 6.9.0 6.11.0
django 5.1.7 5.2.6
django-environ 0.11.2 0.12.0
django-allauth 65.5.0 65.11.2
django-tailwind 3.8.0 4.2.0
django-storages 1.14.5 1.14.6
boto3 1.37.19 1.40.42
django-unfold 0.45.0 0.67.0
django-simple-history 3.8.0 3.10.1
requests 2.32.3 2.32.5
djangorestframework 3.15.2 3.16.1
black 24.10.0 25.9.0
djhtml 3.0.7 3.0.9
pre-commit 4.2.0 4.3.0
django-debug-toolbar 4.4.6 6.0.0
pytest-django 4.10.0 4.11.1

Updates python-dotenv from 1.1.0 to 1.1.1

Release notes

Sourced from python-dotenv's releases.

v1.1.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.1.0...v1.1.1

Changelog

Sourced from python-dotenv's changelog.

[1.1.1] - 2025-06-24

Fixed

Commits

Updates daphne from 4.1.2 to 4.2.1

Changelog

Sourced from daphne's changelog.

4.2.1 (2025-07-02)

  • Fixed a packaging error in 4.2.0.

  • Removed --nostatic and --insecure args to runserver command when staticfiles app is not installed.

4.2.0 (2025-05-16)

Daphne 4.2 is a maintenance release in the 4.x series.

  • Added support for Python 3.13.

  • Dropped support for EOL Python 3.8.

  • Updated pyupgrade configuration to target Python 3.9.

  • Added a load_asgi_app hook to CLI class, useful for compiled or frozen applications.

  • Allowed assigning a port in the DaphneProcess test helper, useful for live server test cases, such as that provided by Channels.

  • Added --nostatic and --insecure args to runserver command to match Django's built-in command.

  • Moved metadata to use pyproject.toml.

  • Updated sdist file to include tests and changelog.

  • Removed unused pytest-runner.

Commits
  • 1fb4592 Bumped version and changelog for v4.2.1 release.
  • aa2dee2 Fix twisted plugin installation with new packaging. (#562)
  • 1502de0 Remove --nostatic and --insecure args to runserver command if staticfiles app...
  • ce3e7f6 Bumped version and changelog for v4.2 release. (#556)
  • 7cb7253 Add non-zero exit code to CLI for startup errors. (#553)
  • b8b4d2a Added load_asgi_app method to CLI class (#353)
  • 80d619d Add changelog to sdist (#436)
  • beef1c1 Allowed assigning a port in DaphneProcess test helper. (#550)
  • 7c93349 [pre-commit.ci] pre-commit autoupdate (#551)
  • 630caed Upgrade project metadata (#542)
  • Additional commits viewable in compare view

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 django from 5.1.7 to 5.2.6

Commits
  • 75c4403 [5.2.x] Bumped version for 5.2.6 release.
  • 4c044fc [5.2.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL inject...
  • e87ca3d [5.2.x] Made cosmetic edits to 5.2.6 release notes.
  • ebec2c9 [5.2.x] Removed unused import in docs/ref/models/expressions.txt example.
  • ace59cb [5.2.x] Fixed #36431 -- Returned tuples for multi-column ForeignObject in val...
  • 16a12a9 [5.2.x] Fixed #35831 -- Documented the model form meta API in model form refe...
  • 51753bc [5.2.x] Added stub release notes and release date for 5.2.6, 5.1.12, and 4.2.24.
  • a486455 [5.2.x] Corrected definition of "needsinfo" triage stage in contributing guide.
  • f8e572e [5.2.x] Removed reference to flake8 file exclusions.
  • 9c9ed6f [5.2.x] Refs #35530 -- Corrected deprecation message in auth.alogin().
  • Additional commits viewable in compare view

Updates django-environ from 0.11.2 to 0.12.0

Release notes

Sourced from django-environ's releases.

v0.12.0

Fixed Include prefix in the ImproperlyConfigured error message #513.

Added Add support for Python 3.12 and 3.13 #538.

Add support for Django 5.1 #535.

Add support for Django CockroachDB driver #509.

Add support for Django Channels #266.

Changed Disabled inline comments handling by default due to potential side effects. While the feature itself is useful, the project’s philosophy dictates that it should not be enabled by default for all users #499.

Removed Removed support of Python 3.6, 3.7 and 3.8 #538.

Removed support of Django 1.x. #538.

Changelog

Sourced from django-environ's changelog.

v0.12.0_ - 8-November-2024

Fixed +++++

  • Include prefix in the ImproperlyConfigured error message [#513](https://github.com/joke2k/django-environ/issues/513) <https://github.com/joke2k/django-environ/issues/513>_.

Added +++++

  • Add support for Python 3.12 and 3.13 [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
  • Add support for Django 5.1 [#535](https://github.com/joke2k/django-environ/issues/535) <https://github.com/joke2k/django-environ/issues/535>_.
  • Add support for Django CockroachDB driver [#509](https://github.com/joke2k/django-environ/issues/509) <https://github.com/joke2k/django-environ/issues/509>_.
  • Add support for Django Channels [#266](https://github.com/joke2k/django-environ/issues/266) <https://github.com/joke2k/django-environ/issues/266>_.

Changed +++++++

  • Disabled inline comments handling by default due to potential side effects. While the feature itself is useful, the project's philosophy dictates that it should not be enabled by default for all users [#499](https://github.com/joke2k/django-environ/issues/499) <https://github.com/joke2k/django-environ/issues/499>_.

Removed +++++++

  • Removed support of Python 3.6, 3.7 and 3.8 [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
  • Removed support of Django 1.x. [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
Commits

Updates django-allauth from 65.5.0 to 65.11.2

Commits

Updates django-tailwind from 3.8.0 to 4.2.0

Changelog

Sourced from django-tailwind's changelog.

4.2.0

  • Adds new manage.py tailwind plugin_install command to manage Tailwind CSS plugins;
  • Adds optional daisyUI support;

4.1.0

  • Adds new dev command that starts Django development server and Tailwind watcher simultaneously;
  • Automatically installs Honcho if not available when using dev command;
  • Creates Procfile.tailwind for customizable process management;
  • Updates documentation with dev command usage;

4.0.0

  • Adds support for Tailwind CSS v4+;
  • Sets Tailwind CSS v4+ as the default version, with the option to use v3.x via --tailwind-version 3 flag;

3.9.1

  • Brings Python 3.10 support back;
  • Adds Python 3.13 support;

3.9.0

  • Adds --no-package-lock option to python manage.py tailwind install command to optionally skip creating package-lock.json file;
  • Upgrades Tailwind CSS to v3.4.17;
  • Drops support for Python 3.10;
  • Drops support for Django 3.2;
Commits
  • c998174 Adds version 4.2.0
  • 05ab4b8 Adds version 4.2.0
  • 76ff0a9 Fixes error
  • cf839d9 Updates Changelog
  • 55e6d52 Updates Readme and tests
  • c55084b Merge branch 'master' of github.com:timonweb/django-tailwind
  • 1ddacac Adds plugin_install; Adds daisyUI support
  • 2432534 Update README.md
  • ed0dc6d Update installation.md
  • 3c7597a Merge branch 'master' of github.com:timonweb/django-tailwind
  • Additional commits viewable in compare view

Updates django-storages from 1.14.5 to 1.14.6

Changelog

Sourced from django-storages's changelog.

1.14.6 (2025-04-01)


Google Cloud

  • Add option to sign URLs via IAM Blob API ([#1427](https://github.com/jschneier/django-storages/issues/1427)_)

S3

  • Fix exists calls when using SSE-C ([#1451](https://github.com/jschneier/django-storages/issues/1451)_)
  • Default url_protocol to https: if set to None ([#1483](https://github.com/jschneier/django-storages/issues/1483)_)

.. _#1427: jschneier/django-storages#1427 .. _#1451: jschneier/django-storages#1451 .. _#1483: jschneier/django-storages#1483

Commits

Updates boto3 from 1.37.19 to 1.40.42

Commits
  • fe09306 Merge branch 'release-1.40.42'
  • d433126 Bumping version to 1.40.42
  • 1a84d68 Add changelog entries from botocore
  • 0d23a56 Merge branch 'release-1.40.41'
  • 7032db9 Merge branch 'release-1.40.41' into develop
  • 1a13683 Bumping version to 1.40.41
  • ac9649e Add changelog entries from botocore
  • 3515909 Merge branch 'release-1.40.40'
  • e3efe2d Merge branch 'release-1.40.40' into develop
  • 1e46da3 Bumping version to 1.40.40
  • Additional commits viewable in compare view

Updates django-unfold from 0.45.0 to 0.67.0

Release notes

Sourced from django-unfold's releases.

0.67.0

0.66.0

... (truncated)

Changelog

Sourced from django-unfold's changelog.

0.67.0 (2025-09-30)

0.66.0 (2025-09-23)

0.65.0 (2025-08-25)

... (truncated)

Commits

Updates django-simple-history from 3.8.0 to 3.10.1

Release notes

Sourced from django-simple-history's releases.

Release 3.10.1

What's Changed

Documented changes

Merged PRs

Full Changelog: django-commons/django-simple-history@3.10.0...3.10.1

Release 3.10.0

What's Changed

Documented changes

Merged PRs

New Contributors

Full Changelog: django-commons/django-simple-history@3.9.0...3.10.0

Release 3.9.0

What's Changed

Documented changes

Merged PRs

Full Changelog: django-commons/django-simple-history@3.8.0...3.9.0

Changelog

Sourced from django-simple-history's changelog.

3.10.1 (2025-06-20)

  • Fixed changelog syntax to support PyPI packaging (gh-1499)

3.10.0 (2025-06-20)

  • Tests are no longer bundled in released wheels (gh-1478)
  • Move repository to the Django Commons organization (gh-1391)

3.9.0 (2025-01-26)

  • Removed the simple_history_admin_list.display_list() template tag that was deprecated in version 3.6.0 (gh-1444)
Commits

Updates requests from 2.32.3 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.

v2.32.4

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (#6965)

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS. (#6926)
  • Dropped support for pypy 3.9 following its end of support. (#6926)
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS.
  • Dropped support for pypy 3.9 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates djangorestframework from 3.15.2 to 3.16.1

Release notes

Sourced from djangorestframework's releases.

v3.16.1

This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.

Minor changes

  • Cleanup optional backports.zoneinfo dependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.

Bug fixes

  • Fix regression in unique_together validation with SerializerMethodField in #9712
  • Fix UniqueTogetherValidator to handle fields with source attribute in #9688
  • Drop HTML line breaks on long headers in browsable API in #9438

Translations

  • Add Kazakh locale support in #9713
  • Update translations for Korean translations in #9571
  • Update German translations in #9676
  • Update Chinese translations in #9675
  • Update Arabic translations-sal in #9595
  • Update Persian translations in #9576
  • Update Spanish translations in #9701
  • Update Turkish Translations in #9749
  • Fix some typos in Brazilian Portuguese translations in #9673

Documentation

  • Removed reference to GitHub Issues and Discussions in #9660
  • Add drf-restwind and update outdated images in browsable-api.md in #9680
  • Updated funding page to represent current scope in #9686
  • Fix broken Heroku JSON Schema link in #9693
  • Update Django documentation links to use stable version in #9698
  • Expand docs on unique constraints cause 'required=True' in #9725
  • Revert extension back from djangorestframework-guardian2 to djangorestframework-guardian in #9734
  • Add note to tutorial about required request in serializer context when using HyperlinkedModelSerializer in #9732

Internal changes

  • Update GitHub Actions to use Ubuntu 24.04 for testing in #9677
  • Update test matrix to use Django 5.2 stable version in #9679
  • Add pyupgrade to pre-commit hooks in #9682
  • Fix test with Django 5 when pytz is available in #9715

New Contributors

…y with 18 updates

Bumps the all-django-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.1.1` |
| [daphne](https://github.com/django/daphne) | `4.1.2` | `4.2.1` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.11.0` |
| [django](https://github.com/django/django) | `5.1.7` | `5.2.6` |
| [django-environ](https://github.com/joke2k/django-environ) | `0.11.2` | `0.12.0` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.5.0` | `65.11.2` |
| [django-tailwind](https://github.com/timonweb/django-tailwind) | `3.8.0` | `4.2.0` |
| [django-storages](https://github.com/jschneier/django-storages) | `1.14.5` | `1.14.6` |
| [boto3](https://github.com/boto/boto3) | `1.37.19` | `1.40.42` |
| [django-unfold](https://github.com/unfoldadmin/django-unfold) | `0.45.0` | `0.67.0` |
| [django-simple-history](https://github.com/django-commons/django-simple-history) | `3.8.0` | `3.10.1` |
| [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.1` |
| [black](https://github.com/psf/black) | `24.10.0` | `25.9.0` |
| [djhtml](https://github.com/rtts/djhtml) | `3.0.7` | `3.0.9` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.6` | `6.0.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.10.0` | `4.11.1` |



Updates `python-dotenv` from 1.1.0 to 1.1.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.0...v1.1.1)

Updates `daphne` from 4.1.2 to 4.2.1
- [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt)
- [Commits](django/daphne@4.1.2...4.2.1)

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 `django` from 5.1.7 to 5.2.6
- [Commits](django/django@5.1.7...5.2.6)

Updates `django-environ` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.11.2...v0.12.0)

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

Updates `django-tailwind` from 3.8.0 to 4.2.0
- [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md)
- [Commits](timonweb/django-tailwind@3.8.0...4.2.0)

Updates `django-storages` from 1.14.5 to 1.14.6
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.5...1.14.6)

Updates `boto3` from 1.37.19 to 1.40.42
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.37.19...1.40.42)

Updates `django-unfold` from 0.45.0 to 0.67.0
- [Release notes](https://github.com/unfoldadmin/django-unfold/releases)
- [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md)
- [Commits](unfoldadmin/django-unfold@0.45.0...0.67.0)

Updates `django-simple-history` from 3.8.0 to 3.10.1
- [Release notes](https://github.com/django-commons/django-simple-history/releases)
- [Changelog](https://github.com/django-commons/django-simple-history/blob/master/CHANGES.rst)
- [Commits](django-commons/django-simple-history@3.8.0...3.10.1)

Updates `requests` from 2.32.3 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.3...v2.32.5)

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 `black` from 24.10.0 to 25.9.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.9.0)

Updates `djhtml` from 3.0.7 to 3.0.9
- [Release notes](https://github.com/rtts/djhtml/releases)
- [Commits](rtts/djhtml@3.0.7...3.0.9)

Updates `pre-commit` from 4.2.0 to 4.3.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.2.0...v4.3.0)

Updates `django-debug-toolbar` from 4.4.6 to 6.0.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@4.4.6...6.0.0)

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)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: daphne
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: whitenoise
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django
  dependency-version: 5.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-environ
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-allauth
  dependency-version: 65.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-tailwind
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-storages
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: boto3
  dependency-version: 1.40.42
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-unfold
  dependency-version: 0.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-simple-history
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: djangorestframework
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: black
  dependency-version: 25.9.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: djhtml
  dependency-version: 3.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-debug-toolbar
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: pytest-django
  dependency-version: 4.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 1, 2025
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