Skip to content

Commit 4d6f0a5

Browse files
committed
Remove the pinned Pygments.
Libraries should never use exact pins.
1 parent 4bfa455 commit 4d6f0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dynamic = ["version"]
3232
dependencies = [
33-
"Pygments==2.17.2"
33+
"Pygments>=2.17.2"
3434
]
3535

3636
[project.urls]

0 commit comments

Comments
 (0)