Skip to content

Commit 80068e7

Browse files
build(deps): bump pygments from 2.19.1 to 2.20.0 (#9824)
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 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.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bac1cad commit 80068e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ PyYAML == 6.0.3 # for parsing/writing YAML
1616
oras == 0.2.42 # for OCI stuff in mapper-oci-update
1717
Jinja2 == 3.1.6 # for templating
1818
rich == 15.0.0 # for rich text formatting
19-
Pygments == 2.19.1 # syntax highlighting, required by rich.syntax (imported by lib/tools/patching.py)
19+
Pygments == 2.20.0 # syntax highlighting, required by rich.syntax (imported by lib/tools/patching.py)
2020
dtschema == 2026.4 # for checking dts files and dt bindings
2121
yamllint == 1.38.0 # for checking dts files and dt bindings

0 commit comments

Comments
 (0)