Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

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.0

Release notes

Sourced from soundfile's releases.

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
  • 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
  • fd5cb0b updates README with latest changelog
  • 5a068bc setup.py fixed on Windows
  • 9073e83 distribution tag fixes
  • 8f5b734 MP3 test now writes valid MP3
  • c7385b5 updates binaries with more compatible linux version
  • 41614fc deprecation warning in tests fixed
  • 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

…y with 3 updates

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.0
- [Release notes](https://github.com/bastibe/python-soundfile/releases)
- [Commits](bastibe/python-soundfile@0.12.1...0.13.0)

Updates `rich` from 13.9.2 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.2...v13.9.4)

Updates `rich-click` from 1.8.3 to 1.8.5
- [Release notes](https://github.com/ewels/rich-click/releases)
- [Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md)
- [Commits](ewels/rich-click@v1.8.3...v1.8.5)

---
updated-dependencies:
- dependency-name: soundfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rich-click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@janw-bot
Copy link
Collaborator

janw-bot commented Jan 6, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant