Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on reuse to permit the latest version.

Release notes

Sourced from reuse's releases.

v6.2.0

Added

  • Added new file extensions and files:
    • .arcconfig, .arclint, .arcunit (#1123)
    • .nvmrc (#1211)
    • .smk, Snakefile, matplotlibrc (#1206)
    • .yamllint (#1124)
    • uv.lock (#1156)
    • dune, dune-project, dune-workspace (#1208)
  • file-magic is now supported as an additional module for detecting the encoding of files. (#1264)
  • Support deprecated licences for reuse download. (#606)
  • Markdown files which have frontmatter (i.e. yaml or toml between a --- block at the start of the file) now get Python-like comments inside of the frontmatter when annotating. (#1170)

Fixed

  • When file-magic is installed simultaneously with python-magic, the tool used to misbehave (read: crash), because either one of them could be imported on import magic. This misbehaviour no longer happens. (#1264)
  • Invalid SPDX license expressions are no longer recognized as used or missing licenses. (#1254)
  • click translations are now correctly loaded. (#1267)
Changelog

Sourced from reuse's changelog.

v6.2.0 - 2025-10-27

Added

  • Added new file extensions and files:
    • .arcconfig, .arclint, .arcunit (#1123)
    • .nvmrc (#1211)
    • .smk, Snakefile, matplotlibrc (#1206)
    • .yamllint (#1124)
    • uv.lock (#1156)
    • dune, dune-project, dune-workspace (#1208)
  • file-magic is now supported as an additional module for detecting the encoding of files. (#1264)
  • Support deprecated licences for reuse download. (#606)
  • Markdown files which have frontmatter (i.e. yaml or toml between a --- block at the start of the file) now get Python-like comments inside of the frontmatter when annotating. (#1170)

Fixed

  • When file-magic is installed simultaneously with python-magic, the tool used to misbehave (read: crash), because either one of them could be imported on import magic. This misbehaviour no longer happens. (#1264)
  • Invalid SPDX license expressions are no longer recognized as used or missing licenses. (#1254)
  • click translations are now correctly loaded. (#1267)

v6.1.2 - 2025-10-08

Fixed

  • Fixed a bug where a newline would sometimes be missing from reuse lint --lines. (#1251)
  • The output of reuse lint --lines is now sorted by path name. (#1251)
  • Fixed a performance regression introduced in v6.1.1 that would cause some copyright notices to take incredibly long to parse. (#1252)

v6.1.1 - 2025-10-07

Changed

  • In the Docker images, Alpine is bumped to alpine:3.22 and Debian to debian:13-slim. (#1247)

Fixed

  • ASCII frames around comments were broken in v6.0.0. They now work again. The sole condition is that the 'suffix' of a comment is identical to its 'prefix'. For example:

... (truncated)

Commits
  • a1bb792 Satisfy linter
  • dd2859e Fix click translations
  • 7e5143b Improve change log
  • 180f075 Regenerate poetry.lock
  • 6dc73a8 Generate change log
  • 9f7c3f2 Bump version: v6.1.2 → v6.2.0
  • a2dbe72 Merge pull request #606 from carmenbianca/deprecated-download
  • 0b19360 Support deprecated licenses for download
  • daa04d1 Merge pull request #1266 from carmenbianca/arcanist
  • 4534fab Add support for arcanist config file extensions
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [reuse](https://github.com/fsfe/reuse-tool) to permit the latest version.
- [Release notes](https://github.com/fsfe/reuse-tool/releases)
- [Changelog](https://github.com/fsfe/reuse-tool/blob/main/CHANGELOG.md)
- [Commits](fsfe/reuse-tool@v6.1.2...v6.2.0)

---
updated-dependencies:
- dependency-name: reuse
  dependency-version: 6.2.0
  dependency-type: direct:production
...

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 30, 2025
Copy link
Contributor

@gab-arrobo gab-arrobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1
@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit cca2678 into main Oct 30, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/reuse-approx-eq-6.2.0 branch October 30, 2025 04:59
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