chore(deps): bump pygments from 2.19.2 to 2.20.0#421
chore(deps): bump pygments from 2.19.2 to 2.20.0#421dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
PR author is in the excluded authors list. |
JiwaniZakir
left a comment
There was a problem hiding this comment.
The textual minimum version requirement jumping from >=4.0.0 to >=6.0.0 in uv.lock (line ~5514) is the most substantive change here beyond the pygments bump, yet it's not reflected in a pyproject.toml diff — it's worth confirming that pyproject.toml was updated consistently and this isn't just a lockfile artifact. Textual introduced breaking API changes between major versions (4→6 skips an entire major), so any code using deprecated or removed APIs (e.g., widget lifecycle hooks, CSS property names, or event handling patterns changed in 5.x/6.x) could silently break at runtime without an explicit compatibility check or changelog review in this PR. The platform marker additions for altgraph, ptyprocess, and cffi (restricting to non-emscripten/non-win32 platforms) are correct lock hygiene driven by upstream changes and look fine. It would strengthen confidence in the textual bump if a brief note or linked issue explained what drove the minimum version change — whether it's a new feature dependency or a security/bug fix requirement.
Bumps pygments from 2.19.2 to 2.20.0.
Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
Commits
708197dFix underline length.1d4538aPrepare 2.20 release.2ceaee4Update CHANGES.e3a3c54Fix Haskell lexer: handle escape sequences in character literals (#3069)d7c3453Merge pull request #3071 from pygments/harden-html-formatter0f97e7cHarden the HTML formatter against CSS.9f981b2Update CHANGES.1d88915Update CHANGES.c3d93adFix ASN.1 lexer: recognize minus sign and fix range operator (#3060)4f06bcffix bad behaving backtracking regex in CommonLispLexerDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.