Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2025

Bumps the pdfding group with 10 updates:

Package From To
django 5.2.8 5.2.9
django-allauth 65.13.0 65.13.1
django-htmx 1.26.0 1.27.0
huey 2.5.4 2.5.5
minio 7.2.18 7.2.20
pypdfium2 5.0.0 5.2.0
pypdf 6.1.3 6.4.1
bandit 1.8.6 1.9.2
black 25.9.0 25.12.0
pytest-playwright 0.7.1 0.7.2

Updates django from 5.2.8 to 5.2.9

Commits
  • c14b756 [5.2.x] Bumped version for 5.2.9 release.
  • 99e7d22 [5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...
  • 479415c [5.2.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...
  • da1dfe6 [5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...
  • e2ddec4 [5.2.x] Refs #36743 -- Corrected docstring for DisallowedRedirect.
  • b83ee61 [5.2.x] Closed temporary files in OverwritingStorageTests.test_save_overwrite...
  • 645dc99 [5.2.x] Refs #35535 -- Used intended decorator in test_simple_block_tag_paren...
  • 8558605 [5.2.x] Added link to Python Pickle documentation in docs/topics/cache.txt.
  • de1dc3a [5.2.x] Fixed outdated redis-py link in cache docs.
  • ee92d41 [5.2.x] Highlighted community package upgrade utilities in docs/howto/upgrade...
  • Additional commits viewable in compare view

Updates django-allauth from 65.13.0 to 65.13.1

Commits

Updates django-htmx from 1.26.0 to 1.27.0

Changelog

Sourced from django-htmx's changelog.

1.27.0 (2025-11-28)

  • Drop Python 3.9 support.

  • Fix CSP nonce support in the template tags when they’re the first use of csp_nonce.

    PR [#572](https://github.com/adamchainz/django-htmx/issues/572) <https://github.com/adamchainz/django-htmx/pull/572>__.

Commits

Updates huey from 2.5.4 to 2.5.5

Changelog

Sourced from huey's changelog.

2.5.5

  • pypa/pypi is a joke.

View commits

Commits
  • 535153c 2.5.5
  • 7680992 Merge pull request #875 from cbm755/supported_python
  • a405ba6 Merge pull request #876 from cbm755/pypi_changelog_link
  • 2b4bd4a metadata for pypi to link to changelog and docs
  • 7533e8d Python 3.13 and Python 3.14 are supported
  • a5b9784 Fix for pypi being a piece of shit
  • See full diff in compare view

Updates minio from 7.2.18 to 7.2.20

Release notes

Sourced from minio's releases.

Bugfix Release 7.2.20

What's Changed

Full Changelog: minio/minio-py@7.2.18...7.2.20

Bugfix release 7.2.19

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.2.18...7.2.19

Commits

Updates pypdfium2 from 5.0.0 to 5.2.0

Release notes

Sourced from pypdfium2's releases.

5.2.0

Changes (Release 5.2.0)

Summary (pypdfium2)

  • Added new builds android_{arm64_v8a,armeabi_v7a}, {many,musl}linux_{ppc64le,riscv64,loongarch64} and musllinux_armv7l to the release process. This greatly improves platform support. Loongarch is only uploaded to GH, as PyPI doesn't accept it yet. Replaced musllinux_{x86_64,aarch64,i686} with our own builds, as they are a bit smaller than the pdfium-binaries.
  • Build s390x this once through emulated gcc, because static clang doesn't seem to produce working builds for this target. We may not be able to continue doing this.
  • build_native.py: Added full dependency library vendoring abilities. This is now the default behavior on fallback setup. Integrated ninja/gn bootstrapping helpers.
  • CIBW workflow: Use vendored libraries for most Linux targets. Build ppc64le, riscv64, loongarch64 (and theoretically s390x) using static clang that runs on the host architecture (even though from within an emulated container), while being pre-configured for cross-compilation to the target architecture. This is much faster than building with an emulated compiler. Many thanks to Matthieu Darbois (mayeut) of pypa/manylinux for coming up with this approach.
  • Greatly simplified verification of pdfium-binaries attestation in pypdfium2's setup. Thanks to Benoît Blanchon for attaching the attestation as artifact.
  • Enabled immutability for pypdfium2's GitHub releases, and added build provenance attestations, like pdfium-binaries did.

Commits between 5.2.0b1 and 5.2.0 (latest commit first):

  • c774578 [autorelease main] update 5.2.0
  • be30e32 cibw: attempt to make package install more reliable on RHEL-based images
  • f5cc6af Temporarily enable s390x (emulated gcc) for v5.2.0
  • 23efe69 Readme update (native sbuild / cibw)
  • 25213b7 sbuild.yaml: hardcode glibc, add legacy manylinux2014 tag
  • 5d47540 Slightly update main.yaml
  • 4270a1a textpage/docs: move note about line breaks
  • 6ef7916 sbuild_native: remove stale, unused input
  • 130fa06 Revert "Update changelog"
  • 1cce831 workflows: auto-adapt branch
  • 02f224a Update changelog
  • 760ac8e conda.yaml: add ability to set ref
  • 03c3f43 main.yaml/augment: fix emulated
  • 1b66381 main.yaml/augment: set fail-fast: false
  • 8904ad3 main.yaml: formatting / ws
  • d92a097 main.yaml/augment: reorder targets
  • 2b2e900 sbuild_one: run apt-get update
  • f66cad2 main.yaml: attempt to deduplicate augment step
  • 2e9b9dd main.yaml: add s390x, commented out
  • c11acd2 autorelease: clarify pdfium update message
  • 100ff5b Attempt to fix conda
  • 05f5006 Add explanation why TestPyPI is currently commented out
  • 6905727 ppc64le: add manylinux2014 tag
  • 356165f changelog correction
  • b557aa5 Put changelog in GH release desc after all, follow usual process
  • d3716fa Manually fix changelog

... (truncated)

Commits
  • c774578 [autorelease main] update 5.2.0
  • be30e32 cibw: attempt to make package install more reliable on RHEL-based images
  • f5cc6af Temporarily enable s390x (emulated gcc) for v5.2.0
  • 23efe69 Readme update (native sbuild / cibw)
  • 25213b7 sbuild.yaml: hardcode glibc, add legacy manylinux2014 tag
  • 5d47540 Slightly update main.yaml
  • 4270a1a textpage/docs: move note about line breaks
  • 6ef7916 sbuild_native: remove stale, unused input
  • 130fa06 Revert "Update changelog"
  • 1cce831 workflows: auto-adapt branch
  • Additional commits viewable in compare view

Updates pypdf from 6.1.3 to 6.4.1

Release notes

Sourced from pypdf's releases.

Version 6.4.1, 2025-12-07

What's new

Performance Improvements (PI)

Bug Fixes (BUG)

Documentation (DOC)

Maintenance (MAINT)

  • Use CORE_FONT_METRICS for widths where possible (#3526) by @​PJBrs

Full Changelog

Version 6.4.0, 2025-11-23

What's new

Security (SEC)

New Features (ENH)

  • Parse and format comb fields in text widget annotations (#3519) by @​PJBrs

Robustness (ROB)

  • Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528) by @​mbierma

Full Changelog

Version 6.3.0, 2025-11-16

What's new

New Features (ENH)

Bug Fixes (BUG)

Full Changelog

Version 6.2.0, 2025-11-09

What's new

New Features (ENH)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 6.4.1, 2025-12-07

Performance Improvements (PI)

  • Optimize loop for layout mode text extraction (#3543)

Bug Fixes (BUG)

  • Do not fail on choice field without /Opt key (#3540)

Documentation (DOC)

  • Document possible issues with merge_page and clipping (#3546)
  • Add some notes about library security (#3545)

Maintenance (MAINT)

  • Use CORE_FONT_METRICS for widths where possible (#3526)

Full Changelog

Version 6.4.0, 2025-11-23

Security (SEC)

  • Reduce default limit for LZW decoding

New Features (ENH)

  • Parse and format comb fields in text widget annotations (#3519)

Robustness (ROB)

  • Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528)

Full Changelog

Version 6.3.0, 2025-11-16

New Features (ENH)

  • Wrap and align text in flattened PDF forms (#3465)

Bug Fixes (BUG)

  • Fix missing "PreventGC" when cloning (#3520)
  • Preserve JPEG image quality by default (#3516)

Full Changelog

Version 6.2.0, 2025-11-09

New Features (ENH)

  • Add 'strict' parameter to PDFWriter (#3503)

Bug Fixes (BUG)

  • PdfWriter.append fails when there are articles being None (#3509)

Documentation (DOC)

... (truncated)

Commits

Updates bandit from 1.8.6 to 1.9.2

Release notes

Sourced from bandit's releases.

1.9.2

What's Changed

Full Changelog: PyCQA/bandit@1.9.1...1.9.2

1.9.1

What's Changed

Full Changelog: PyCQA/bandit@1.9.0...1.9.1

1.9.0

What's Changed

New Contributors

Full Changelog: PyCQA/bandit@1.8.6...1.9.0

Commits

Updates black from 25.9.0 to 25.12.0

Release notes

Sourced from black's releases.

25.12.0

Please test out the draft 2026 style in version 26.1a1! This style will be finalized in the January release (26.1.0). Most of the changes in --preview will be in the 2026 stable style, but not all. Please share your feedback!

This release (25.12.0) will still produce the 2025 style.

Highlights

  • Black no longer supports running with Python 3.9 (#4842)

Stable style

  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly removed, particularly affecting Jupytext's # %% [markdown] comments (#4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on string literals, or on dictionary entries with long lines (#4872)
  • Fix possible crash when fmt: directives aren't on the top level (#4856)

Preview style

  • Fix fmt: skip skipping the line after instead of the line it's on (#4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#4854)
  • Fix new lines being added after imports with # fmt: skip on them (#4894)

Packaging

  • Releases now include arm64 Windows binaries and wheels (#4814)

Integrations

  • Add output-file input to GitHub Action psf/black to write formatter output to a file for artifact capture and log cleanliness (#4824)

25.11.0

Highlights

  • Enable base 3.14 support (#4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#4805)

Stable style

  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#4811)
  • Comments containing fmt directives now preserve their exact formatting instead of being normalized (#4811)

... (truncated)

Changelog

Sourced from black's changelog.

25.12.0

Highlights

  • Black no longer supports running with Python 3.9 (#4842)

Stable style

  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly removed, particularly affecting Jupytext's # %% [markdown] comments (#4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on string literals, or on dictionary entries with long lines (#4872)
  • Fix possible crash when fmt: directives aren't on the top level (#4856)

Preview style

  • Fix fmt: skip skipping the line after instead of the line it's on (#4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#4854)
  • Fix new lines being added after imports with # fmt: skip on them (#4894)

Packaging

  • Releases now include arm64 Windows binaries and wheels (#4814)

Integrations

  • Add output-file input to GitHub Action psf/black to write formatter output to a file for artifact capture and log cleanliness (#4824)

25.11.0

Highlights

  • Enable base 3.14 support (#4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#4805)

Stable style

  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#4811)
  • Comments containing fmt directives now preserve their exact formatting instead of being normalized (#4811)

Preview style

  • Move multiline_string_handling from --unstable to --preview (#4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by comments (#4764)

... (truncated)

Commits
  • 782e560 Pin actions/checkout@v5.0.0 (#4895)
  • f0f4094 Fix new lines being added after imports with # fmt: skip on them (#4894)
  • 70fc194 Revert "Fix # fmt: skip ignored in deeply nested expressions" (#4893)
  • 7044b14 Prepare 25.12.0 release (#4891)
  • 5b470f0 Fix # fmt: skip ignored in deeply nested expressions (#4883)
  • 1b342ef Fix crash when multiple # fmt: skip comments are used in multi-part if-clau...
  • 7b265f1 Pin Hatch to hopefully fix Docker builds (#4878)
  • c9523f4 Attempt to fix Docker build failures (#4876)
  • 0f376e0 Fix crashes when fmt directives are indented (#4856)
  • a8bfcc1 Fix fmt: skip skipping the line after instead of the line it's on (#4855)
  • Additional commits viewable in compare view

Updates pytest-playwright from 0.7.1 to 0.7.2

Release notes

Sourced from pytest-playwright's releases.

v0.7.2

What's Changed

New Contributors

Full Changelog: microsoft/playwright-pytest@v0.7.1...v0.7.2

Commits

Bumps the pdfding group with 2 updates: alpinejs and tailwindcss.

Updates alpinejs from 3.15.1 to 3.15.2

Release notes

Sourced from alpinejs's releases.

v3.15.2

Changes

  • Imrove CSP bundle #4704
  • Add setErrorHandler #4673
Commits

Updates tailwindcss from 4.1.17 to 4.1.18

Release notes

Sourced from tailwindcss's releases.

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)
Changelog

Sourced from tailwindcss's changelog.

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pdfding group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.2.8` | `5.2.9` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.13.0` | `65.13.1` |
| [django-htmx](https://github.com/adamchainz/django-htmx) | `1.26.0` | `1.27.0` |
| [huey](https://github.com/coleifer/huey) | `2.5.4` | `2.5.5` |
| [minio](https://github.com/minio/minio-py) | `7.2.18` | `7.2.20` |
| [pypdfium2](https://github.com/pypdfium2-team/pypdfium2) | `5.0.0` | `5.2.0` |
| [pypdf](https://github.com/py-pdf/pypdf) | `6.1.3` | `6.4.1` |
| [bandit](https://github.com/PyCQA/bandit) | `1.8.6` | `1.9.2` |
| [black](https://github.com/psf/black) | `25.9.0` | `25.12.0` |
| [pytest-playwright](https://github.com/microsoft/playwright-pytest) | `0.7.1` | `0.7.2` |


Updates `django` from 5.2.8 to 5.2.9
- [Commits](django/django@5.2.8...5.2.9)

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

Updates `django-htmx` from 1.26.0 to 1.27.0
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.26.0...1.27.0)

Updates `huey` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/coleifer/huey/releases)
- [Changelog](https://github.com/coleifer/huey/blob/master/CHANGELOG.md)
- [Commits](coleifer/huey@2.5.4...2.5.5)

Updates `minio` from 7.2.18 to 7.2.20
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.2.18...7.2.20)

Updates `pypdfium2` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/pypdfium2-team/pypdfium2/releases)
- [Commits](pypdfium2-team/pypdfium2@5.0.0...5.2.0)

Updates `pypdf` from 6.1.3 to 6.4.1
- [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.1.3...6.4.1)

Updates `bandit` from 1.8.6 to 1.9.2
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.6...1.9.2)

Updates `black` from 25.9.0 to 25.12.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@25.9.0...25.12.0)

Updates `pytest-playwright` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](microsoft/playwright-pytest@v0.7.1...v0.7.2)
chore(deps): bump the pdfding group with 2 updates

Bumps the pdfding group with 2 updates: [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss).


Updates `alpinejs` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/alpinejs/alpine/releases)
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.2/packages/alpinejs)

Updates `tailwindcss` from 4.1.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pdfding
- dependency-name: django-allauth
  dependency-version: 65.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pdfding
- dependency-name: django-htmx
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pdfding
- dependency-name: huey
  dependency-version: 2.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pdfding
- dependency-name: minio
  dependency-version: 7.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pdfding
- dependency-name: pypdfium2
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pdfding
- dependency-name: pypdf
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pdfding
- dependency-name: bandit
  dependency-version: 1.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pdfding
- dependency-name: black
  dependency-version: 25.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pdfding
- dependency-name: pytest-playwright
  dependency-version: 0.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pdfding
- dependency-name: alpinejs
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pdfding
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pdfding
...

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 Dec 14, 2025
@dependabot dependabot bot requested a review from mrmn2 as a code owner December 14, 2025 08:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 14, 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.

1 participant