Skip to content

Commit 7b76eb7

Browse files
committed
requirements: Upgrade pygments from >=2.14.0 to >=2.17.2.
This retains a <2.18.0 limit to avoid dropping Python 3.7 support for now.
1 parent f69e180 commit 7b76eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def long_description():
110110
"urwid_readline>=0.15.1",
111111
"beautifulsoup4>=4.13.4",
112112
"lxml==4.9.4",
113-
"pygments>=2.14.0,<2.18.0",
113+
"pygments>=2.17.2,<2.18.0", # 2.18.0 will drop support for Python 3.7
114114
"typing_extensions~=4.5.0",
115115
"python-dateutil>=2.8.2",
116116
"pytz>=2022.7.1",

0 commit comments

Comments
 (0)