Skip to content

Commit 178b092

Browse files
dependabot[bot]mdellweg
authored andcommitted
[PIP] Update pygments requirement from <2.19,>=2.17.2 to >=2.17.2,<2.20
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.17.2...2.19.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac5f7bf commit 178b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
]
3535

3636
[project.optional-dependencies]
37-
pygments = ["pygments>=2.17.2,<2.19"]
37+
pygments = ["pygments>=2.17.2,<2.20"]
3838
shell = ["click-shell>=2.1,<3.0"]
3939
password-manager = ["SecretStorage>=3.3.3,<3.4"]
4040

0 commit comments

Comments
 (0)