Uh oh!
There was an error while loading. Please reload this page.
build(deps): bump pygments from 2.18.0 to 2.20.0 - #2655
Conversation
Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 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.18.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues |
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the pygments dependency to version 2.20.0. According to Codacy, the changes are up to standards with no new quality issues detected.
The primary concern with this update is that Pygments 2.20.0 has dropped support for Python 3.8. If this project is currently running on Python 3.8, this update will lead to environment compatibility issues. It is recommended to verify the target Python version before merging.
About this PR
- Pygments 2.20.0 has dropped support for Python 3.8. Ensure that the project's execution and deployment environments are using Python 3.9 or higher to prevent compatibility issues.
Test suggestions
- Verify that the markdown rendering pipeline still functions correctly with the updated version of Pygments.
- Verify that the project's Python version is compatible with Pygments 2.20.0 (which dropped support for Python 3.8).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the markdown rendering pipeline still functions correctly with the updated version of Pygments.
2. Verify that the project's Python version is compatible with Pygments 2.20.0 (which dropped support for Python 3.8).
TIP Improve review quality by adding custom instructionsTIP How was this review? Give us feedback
Bumps pygments from 2.18.0 to 2.20.0.
Release notes
Sourced from pygments's releases.
... (truncated)
Changelog
Sourced from pygments's changelog.
... (truncated)
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 CommonLispLexerYou can trigger a rebase of this PR 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)