Skip to content

Commit d8000a2

Browse files
chore(deps): update pygments requirement from >=2.19.1 to >=2.20.0 (#309)
Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [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 2d15bd1 commit d8000a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"colorama>=0.4.6",
1212
"jsonschema==4.26.0",
1313
"keyring>=25.7.0",
14-
"pygments>=2.19.1",
14+
"pygments>=2.20.0",
1515
"PyYAML==6.0.3",
1616
"requests>=2.33.1",
1717
"translate>=3.8.0"

0 commit comments

Comments
 (0)