2
4
Fork
You've already forked drmeter
2

build(deps): bump the production-dependencies group across 1 directory with 3 updates #39

Closed
dependabot[bot] wants to merge 1 commit from dependabot/pip/production-dependencies-8544f5a253 into main
pull from: dependabot/pip/production-dependencies-8544f5a253
merge into: janw:main
janw:main
janw:migrate-to-forgejo-actions
janw:dependabot/pip/development-dependencies-7f655119a7
janw:switch-to-audiofile-lib
dependabot[bot] commented 2025年01月27日 02:02:00 +01:00 (Migrated from github.com)
Copy link

Bumps the production-dependencies group with 3 updates in the / directory: soundfile, rich and rich-click.

Updates soundfile from 0.12.1 to 0.13.1

Release notes

Sourced from soundfile's releases.

0.13.1

Thank you, Brian McFee and Guy Illes

  • Fixed regression in blocks

0.13.0

Thank you, Zhong Jianxin, mcclure, jneuendorf-i4h, aoirint, endolith, Guy Illes, ytya, Sam Lapp, Benjamin Moody

  • Linux arm64 builds added
  • Numpy is now a dependency
  • Fixed error in blocks, if file is very short
  • Compression level and bitrate controls added for compressed files
  • Various README improvements
  • Various build system improvements
  • Various improvements to error messages
Commits
  • 1aee0c3 increment version number
  • fcd43a7 Merge pull request #458 from illesguy/update-testing-instructions
  • 8a0de36 update testing instructions
  • 635bc9e Merge pull request #457 from illesguy/fix-fill-value-ignored-when-blocksize-l...
  • b6d7cf1 creating blocksize length output array in blocks reading if fill_value is set...
  • 9a508cd Update README.rst
  • aa2d6d9 Merge pull request #452 from bastibe/remove-setuptools-dependency
  • 5d59816 x64 fixed, when running on arm64 Windows
  • 80c62b8 libsndfile_arm64.so updated with fixed binary
  • a5c271d increments version number to 0.13.0
  • Additional commits viewable in compare view

Updates rich from 13.9.2 to 13.9.4

Release notes

Sourced from rich's releases.

The Faster is Faster release

[13.9.4] - 2024年11月01日

Changed

The irregular expression release

Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.

[13.9.3] - 2024年10月22日

Fixed

Changelog

Sourced from rich's changelog.

[13.9.4] - 2024年11月01日

Changed

[13.9.3] - 2024年10月22日

Fixed

Commits

Updates rich-click from 1.8.3 to 1.8.5

Release notes

Sourced from rich-click's releases.

v1.8.5

v1.8.4

  • Support rich.text.Text() objects for header_text, footer_text, errors_suggestion, and errors_epilogue.
Changelog

Sourced from rich-click's changelog.

Version 1.8.5 (2024年12月01日)

Version 1.8.4 (2024年11月12日)

  • Support rich.text.Text() objects for header_text, footer_text, errors_suggestion, and errors_epilogue.
Commits
  • 964019e Merge pull request #215 from sankarngrjn/fix/exception-in-console
  • 6a397c0 version bump
  • 6618bfb fix/exception-in-console
  • 6c31320 feat: enhance blog post layout and add emoji support
  • 3a31c67 Add button to open PDF slides in new window
  • dcacdf2 Merge pull request #211 from ewels/blog-pycon-talk
  • b9eaa4a docs: Add PyCon Sweden 2024 blog post and presentation slides
  • 476f713 Generate new screengrabs with rich-codex
  • 3ad2d19 Merge pull request #210 from ewels/fix-example-again
  • 9203853 fix: escape square brackets in help text for rich markup
  • Additional commits viewable in compare view

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 production-dependencies group with 3 updates in the / directory: [soundfile](https://github.com/bastibe/python-soundfile), [rich](https://github.com/Textualize/rich) and [rich-click](https://github.com/ewels/rich-click). Updates `soundfile` from 0.12.1 to 0.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bastibe/python-soundfile/releases">soundfile's releases</a>.</em></p> <blockquote> <h2>0.13.1</h2> <p>Thank you, Brian McFee and Guy Illes</p> <ul> <li>Fixed regression in blocks</li> </ul> <h2>0.13.0</h2> <p>Thank you, Zhong Jianxin, mcclure, jneuendorf-i4h, aoirint, endolith, Guy Illes, ytya, Sam Lapp, Benjamin Moody</p> <ul> <li>Linux arm64 builds added</li> <li>Numpy is now a dependency</li> <li>Fixed error in blocks, if file is very short</li> <li>Compression level and bitrate controls added for compressed files</li> <li>Various README improvements</li> <li>Various build system improvements</li> <li>Various improvements to error messages</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bastibe/python-soundfile/commit/1aee0c3cbbbb3f2ef8947b19e713b019fc7291f6"><code>1aee0c3</code></a> increment version number</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/fcd43a759b0b480a2285aa1a8cb3eb7b1bf0e595"><code>fcd43a7</code></a> Merge pull request <a href="https://redirect.github.com/bastibe/python-soundfile/issues/458">#458</a> from illesguy/update-testing-instructions</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/8a0de3693c53eeac814e3ad2e147402632b883b0"><code>8a0de36</code></a> update testing instructions</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/635bc9e5a8c98b6f685be3100d8171975b2419a9"><code>635bc9e</code></a> Merge pull request <a href="https://redirect.github.com/bastibe/python-soundfile/issues/457">#457</a> from illesguy/fix-fill-value-ignored-when-blocksize-l...</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/b6d7cf1bdac1b65635d2ebbb67bc03c3cd932f10"><code>b6d7cf1</code></a> creating blocksize length output array in blocks reading if fill_value is set...</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/9a508cdb6ff5abbfeb6967cf12f7bd2bd630878a"><code>9a508cd</code></a> Update README.rst</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/aa2d6d94de78cd43cdaeae7f3c0de0adfe85cbb9"><code>aa2d6d9</code></a> Merge pull request <a href="https://redirect.github.com/bastibe/python-soundfile/issues/452">#452</a> from bastibe/remove-setuptools-dependency</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/5d598166d4c0d5753aeaa62c9fd9cae08433f387"><code>5d59816</code></a> x64 fixed, when running on arm64 Windows</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/80c62b841a09c225957351e0ec26d76782a25e8f"><code>80c62b8</code></a> libsndfile_arm64.so updated with fixed binary</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/a5c271df7273d8dbb478667247e6f28b501455bb"><code>a5c271d</code></a> increments version number to 0.13.0</li> <li>Additional commits viewable in <a href="https://github.com/bastibe/python-soundfile/compare/0.12.1...0.13.1">compare view</a></li> </ul> </details> <br /> Updates `rich` from 13.9.2 to 13.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The Faster is Faster release</h2> <h2>[13.9.4] - 2024年11月01日</h2> <h3>Changed</h3> <ul> <li>Optimizations to cell_len which may speed up Rich / Textual output <a href="https://redirect.github.com/Textualize/rich/pull/3546">Textualize/rich#3546</a></li> </ul> <h2>The irregular expression release</h2> <p>Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.</p> <h2>[13.9.3] - 2024年10月22日</h2> <h3>Fixed</h3> <ul> <li>Fixed broken regex that may have resulted in poor performance. <a href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[13.9.4] - 2024年11月01日</h2> <h3>Changed</h3> <ul> <li>Optimizations to cell_len which may speed up Rich / Textual output <a href="https://redirect.github.com/Textualize/rich/pull/3546">Textualize/rich#3546</a></li> </ul> <h2>[13.9.3] - 2024年10月22日</h2> <h3>Fixed</h3> <ul> <li>Fixed broken regex that may have resulted in poor performance. <a href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/43d3b04725ab9731727fb1126e35980c62f32377"><code>43d3b04</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3548">#3548</a> from Textualize/bump1394</li> <li><a href="https://github.com/Textualize/rich/commit/e440ff23806372ec221fa8f22c57a9d31828de4b"><code>e440ff2</code></a> bump</li> <li><a href="https://github.com/Textualize/rich/commit/12301e3041455cde59f463a8e1522070e16ceb28"><code>12301e3</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3546">#3546</a> from Textualize/faster-cell-len</li> <li><a href="https://github.com/Textualize/rich/commit/02f3d148e8f7143519272ed6404cc6894dc13ec6"><code>02f3d14</code></a> comment</li> <li><a href="https://github.com/Textualize/rich/commit/aaaef278be38ebadea3d6f47dedd89fd910078ca"><code>aaaef27</code></a> leaner syntax</li> <li><a href="https://github.com/Textualize/rich/commit/6cef0bcb0e584eac1eb6021cc2202ecad70b6b11"><code>6cef0bc</code></a> leaner cell_len</li> <li><a href="https://github.com/Textualize/rich/commit/46150cdbf61426c4683c59a0e4f45dca23d38202"><code>46150cd</code></a> sum and map is faster</li> <li><a href="https://github.com/Textualize/rich/commit/9e7f363aebe01542210633dd4027ce777bf31e3c"><code>9e7f363</code></a> use sets</li> <li><a href="https://github.com/Textualize/rich/commit/afcc5c5a957c75b325fd7cc45bd70b3ac6413ef4"><code>afcc5c5</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3535">#3535</a> from Textualize/regex-error</li> <li><a href="https://github.com/Textualize/rich/commit/60f3b615a706949f6ae9734eeaea519573af4522"><code>60f3b61</code></a> changelog</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v13.9.2...v13.9.4">compare view</a></li> </ul> </details> <br /> Updates `rich-click` from 1.8.3 to 1.8.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ewels/rich-click/releases">rich-click's releases</a>.</em></p> <blockquote> <h2>v1.8.5</h2> <ul> <li>Fix issue with error messages not using user-defined styles. [<a href="https://redirect.github.com/ewels/rich-click/pull/215">#215</a>] (<a href="https://github.com/sankarngrjn"><code>@​sankarngrjn</code></a>)</li> </ul> <h2>v1.8.4</h2> <ul> <li>Support <code>rich.text.Text()</code> objects for <code>header_text</code>, <code>footer_text</code>, <code>errors_suggestion</code>, and <code>errors_epilogue</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ewels/rich-click/blob/main/CHANGELOG.md">rich-click's changelog</a>.</em></p> <blockquote> <h2>Version 1.8.5 (2024年12月01日)</h2> <ul> <li>Fix issue with error messages not using user-defined styles. [<a href="https://redirect.github.com/ewels/rich-click/pull/215">#215</a>] (<a href="https://github.com/sankarngrjn"><code>@​sankarngrjn</code></a>)</li> </ul> <h2>Version 1.8.4 (2024年11月12日)</h2> <ul> <li>Support <code>rich.text.Text()</code> objects for <code>header_text</code>, <code>footer_text</code>, <code>errors_suggestion</code>, and <code>errors_epilogue</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ewels/rich-click/commit/964019e93169368242e51157259fe6d0ae07b69c"><code>964019e</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/215">#215</a> from sankarngrjn/fix/exception-in-console</li> <li><a href="https://github.com/ewels/rich-click/commit/6a397c0494e81e6fc4fe29877f202f456fdcee38"><code>6a397c0</code></a> version bump</li> <li><a href="https://github.com/ewels/rich-click/commit/6618bfbfd4f88a370db6e7dec28296f530dcb4d5"><code>6618bfb</code></a> fix/exception-in-console</li> <li><a href="https://github.com/ewels/rich-click/commit/6c31320ac0513cd55f16d041b7b6a721adb66401"><code>6c31320</code></a> feat: enhance blog post layout and add emoji support</li> <li><a href="https://github.com/ewels/rich-click/commit/3a31c67e74b6b1414a6307bb1cfbbfdcb191c9d0"><code>3a31c67</code></a> Add button to open PDF slides in new window</li> <li><a href="https://github.com/ewels/rich-click/commit/dcacdf285cd3059a1890d5efe1c9c7ea782e119a"><code>dcacdf2</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/211">#211</a> from ewels/blog-pycon-talk</li> <li><a href="https://github.com/ewels/rich-click/commit/b9eaa4a4fd40b4abe902f0b53d4e1092422d45da"><code>b9eaa4a</code></a> docs: Add PyCon Sweden 2024 blog post and presentation slides</li> <li><a href="https://github.com/ewels/rich-click/commit/476f713a4c5597c2c1d9cde35f3625cf821a7a92"><code>476f713</code></a> Generate new screengrabs with rich-codex</li> <li><a href="https://github.com/ewels/rich-click/commit/3ad2d194a6f8762ef76e10d62b8f8e523dd5dc97"><code>3ad2d19</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/210">#210</a> from ewels/fix-example-again</li> <li><a href="https://github.com/ewels/rich-click/commit/920385335e11d14a168e8cbaa6aa49e0e377ce6d"><code>9203853</code></a> fix: escape square brackets in help text for rich markup</li> <li>Additional commits viewable in <a href="https://github.com/ewels/rich-click/compare/v1.8.3...v1.8.5">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details>
janw-bot commented 2025年01月27日 02:03:14 +01:00 (Migrated from github.com)
Copy link

Pre-commit results 🤖

[INFO] Initializing environment for https://github.com/janw/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/python-poetry/poetry.
[INFO] Installing environment for https://github.com/janw/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/python-poetry/poetry.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
sync_ruff_version........................................................Passed
ruff.....................................................................Passed
ruff-format..............................................................Passed
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
poetry-lock..............................................................Passed
poetry-check.............................................................Passed
mypy.....................................................................Passed
### Pre-commit results 🤖 ```plain [INFO] Initializing environment for https://github.com/janw/pre-commit-hooks. [INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit. [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for https://github.com/python-poetry/poetry. [INFO] Installing environment for https://github.com/janw/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/python-poetry/poetry. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... sync_ruff_version........................................................Passed ruff.....................................................................Passed ruff-format..............................................................Passed trim trailing whitespace.................................................Passed fix end of files.........................................................Passed poetry-lock..............................................................Passed poetry-check.............................................................Passed mypy.....................................................................Passed ``` <!-- thollander/actions-comment-pull-request "pre_commit_results" -->
janw closed this pull request 2026年03月06日 12:35:39 +01:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
janw/drmeter!39
Reference in a new issue
janw/drmeter
No description provided.
Delete branch "dependabot/pip/production-dependencies-8544f5a253"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?