Skip to content

Update pygments.rb requirement from 2.4.1 to 5.0.0 - #139

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/pygments.rb-5.0.0
Closed

Update pygments.rb requirement from 2.4.1 to 5.0.0#139
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/pygments.rb-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown

Updates the requirements on pygments.rb to permit the latest version.

Release notes

Sourced from pygments.rb's releases.

v5.0.0

What's Changed

  • Update Pygments to 2.20.0
  • Bump minimal supported Python version to 3.9
  • Add explicit dependency on logger gem to fix Ruby 3.5+ compatibility

Full Changelog: pygments/pygments.rb@v4.0.0...v5.0.0

Changelog

Sourced from pygments.rb's changelog.

== 5.0.0 (2026-07-22) - @​slonopotamus

  • Add explicit dependency on logger gem to fix Ruby 3.5+ compatibility
  • Update Pygments to 2.20.0
  • Bump minimal supported Python version to 3.9

== 4.0.0 (2025-06-25) - @​slonopotamus

  • Drop support for Ruby 2.6. The oldest supported is 2.7 now.
  • Update Pygments to 2.19.2 ({uri-repo})/issues/265#265)

== 3.0.0 (2024-05-14) - @​slonopotamus

  • Drop support for Ruby 2.5. The oldest supported is 2.6 now.
  • Drop support for Python 3.6 and 3.7. The oldest supported is 3.8 now.
  • Update Pygments to 2.18.0

== 2.4.1 (2023-11-13) - @​slonopotamus

  • Fix handling of Python virtual environments on Windows ({uri-repo})/issues/256#256)

== 2.4.0

  • Update Pygments to 2.15.1

== 2.3.1 (2022-12-04) - @​slonopotamus

  • Fix bogus search for Python executable ({uri-repo})/issues/242#242)

== 2.3.0 (2022-01-05) - @​slonopotamus

  • Add Pygments.pygments_version method to query underlying Pygments version ({uri-repo}/issues/226#226)
  • Update Pygments to 2.10.0 ({uri-repo}/issues/234#234)

== 2.2.0 (2021-03-18) - @​slonopotamus

  • Add support for custom lexers ({uri-repo}/pull/187#187)
  • Update Pygments to 2.8.1

== 2.1.0 (2021-02-14) - @​slonopotamus

  • Update Pygments to 2.8.0

== 2.0.0 (2021-01-08) - @​slonopotamus

  • stop sending/receiving ids between Ruby and Python
  • use close_others Ruby mechanism to prevent file descriptor leaking to Python

... (truncated)

Commits
  • 6c8d148 Release 5.0.0
  • 6eec2c3 Align supported Python versions with Pygments
  • 910f4e2 Update Pygments to 2.20.0
  • ea830a9 Bump actions/checkout from 6 to 7 (#289)
  • 8c14192 Update rubocop requirement from ~> 1.86.0 to ~> 1.88.2 (#291)
  • 8d0bf72 Bump actions/setup-python from 6 to 7 (#292)
  • 678c54f Add explicit dependency on logger gem to fix Ruby 3.5+ compatibility (#293)
  • 2405d18 Update rake requirement from ~> 13.3.0 to ~> 13.4.1 (#284)
  • 7fb131d Update rubocop requirement from ~> 1.85.0 to ~> 1.86.0 (#283)
  • 0d7c308 Update rubocop requirement from ~> 1.84.0 to ~> 1.85.0 (#282)
  • 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 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 [pygments.rb](https://github.com/pygments/pygments.rb) to permit the latest version.
- [Release notes](https://github.com/pygments/pygments.rb/releases)
- [Changelog](https://github.com/pygments/pygments.rb/blob/master/CHANGELOG.adoc)
- [Commits](pygments/pygments.rb@v2.4.1...v5.0.0)

---
updated-dependencies:
- dependency-name: pygments.rb
  dependency-version: 5.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 20, 2026
@sergiocabral

Copy link
Copy Markdown
Collaborator

Fechando por ora: este repositório é mantido como espelho estrutural e de código do progit/progit2 (inglês), com o objetivo de que a única divergência intencional entre os dois seja o conteúdo traduzido — não a árvore de dependências/CI. Além do critério de paridade, este salto específico (2.4.1 → 5.0.0, pulando duas versões major) tem risco real de regressão silenciosa: o tema do PDF deste repositório tem CSS escrito à mão dependente dos nomes de classe exatos gerados pelo Pygments, e o próprio repositório em inglês não está propondo esse mesmo salto. Pode ser revisitado com testes visuais dedicados mais adiante.

@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bundler/pygments.rb-5.0.0 branch August 20, 2026 08:56
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant