Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on crc32c and rich to permit the latest version.
Updates crc32c to 2.8

Changelog

Sourced from crc32c's changelog.

[2.8]

  • Add crc32c.cli module (and related crc32c generated script) as a command line utility to calculate the crc32c checksum on input files.

[2.7.1.post0]

  • Use pyproject.toml to declare project metadata and configuration. This includes its build system (setuptools), moving most static content from setup.py to pyproject.toml, and moving the pytest configuration out from pytest.ini too.
  • Introduced tox as a job runner for development activities, good to use with tox-uv for easy multi-python testing.
  • Python 3.14 wheels re-generated.

[2.7.1]

  • Actually advertise that our C extension supports sub-interpreters, and per-GIL ones for that matter.

[2.7.post1]

  • Added missing test files to source distribution (#59).

[2.7.post0]

  • Fixed generation of source distribution (#58).

[2.7]

  • Added a gil_relese_mode parameter to the CRC32CHash constructor used by all underlying crc32c function calls (#51).
  • Added support for free-threaded Python builds, declaring that our C extension doesn't need the GIL. In free-threaded builds the gil_release_mode parameter doesn't have any effect.
  • Added CRC32CHash.checksum auxiliary property.
  • Added new crc32c.benchmark utility for simple benchmarking.
  • The crc32c module doesn't fail to import when CRC32C_SW_MODE is none and no hardware acceleration is found, making the act of importing the module less ackward. Now a RuntimeWarning is issued at import time instead, and aRuntimeError is raised any time a checksum calculation is attempted.
  • Improved support in the C extension for Python sub-interpreters by keeping all global state on a per-module basis, and performing multi-phase initialisation as per PEP-489.
  • Skip hardware probing if the CRC32C_SKIP_HW_PROBE environment variable is set to 1.
  • Cleaned up wheel generation so it doesn't include C extension sources after changes introduced in 2.5.

... (truncated)

Commits
  • e6814b8 Release crc32c 2.8
  • 50ba3eb Add command line utility for processing input file(s)
  • 6cb5cb9 Remove pytest.ini from MANIFEST.in
  • 3c4a256 Use Python 3.14 for CI jobs where possible
  • 169e8dd Advertise and tox-test 3.14
  • 756cee2 Add missing python versions on tox
  • 014a032 Release crc32c 2.7.1.post0
  • 769e511 Bump pypa/cibuildwheel from 3.1.4 to 3.2.0 (#71)
  • 632c72c Bump actions/setup-python from 4 to 6 (#70)
  • 2f1257e Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 (#69)
  • Additional commits viewable in compare view

Updates rich to 14.2.0

Release notes

Sourced from rich's releases.

The Easy as Pi release

This release bumps Python compatibility to the just-released Python 3.14.

[14.2.0] - 2025-10-09

Changed

Changelog

Sourced from rich's changelog.

[14.2.0] - 2025-10-09

Changed

[14.1.0] - 2025-06-25

Changed

Fixed

Added

  • Added TTY_INTERACTIVE environment variable to force interactive mode off or on Textualize/rich#3777

[14.0.0] - 2025-03-30

Added

  • Added env var TTY_COMPATIBLE to override auto-detection of TTY support (See console.rst for details). Textualize/rich#3675

Changed

[13.9.4] - 2024-11-01

Changed

[13.9.3] - 2024-10-22

Fixed

... (truncated)

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

Updates the requirements on [crc32c](https://github.com/ICRAR/crc32c) and [rich](https://github.com/Textualize/rich) to permit the latest version.

Updates `crc32c` to 2.8
- [Changelog](https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md)
- [Commits](ICRAR/crc32c@v2.7.1...v2.8)

Updates `rich` to 14.2.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.0.0...v14.2.0)

---
updated-dependencies:
- dependency-name: crc32c
  dependency-version: '2.8'
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: rich
  dependency-version: 14.2.0
  dependency-type: direct:production
  dependency-group: python-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 Nov 1, 2025
@MathieuMoalic MathieuMoalic merged commit 0326d1d into main Nov 3, 2025
10 checks passed
@MathieuMoalic MathieuMoalic deleted the dependabot/pip/python-dependencies-7779d396d7 branch November 3, 2025 17:02
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.

2 participants