Skip to content

Commit bbe00fd

Browse files
committed
chore: bump req.txts for Pygments
Modified: • requirements-trace.txt (+1/-1 lines) • requirements.txt (+1/-1 lines) [gitship-generated]
1 parent b7d59bf commit bbe00fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-trace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ py-serializable==2.1.0
106106
# via cyclonedx-python-lib
107107
pycparser==3.0
108108
# via cffi
109-
pygments==2.20.0
109+
pygments==2.20.0 ; python_version >= "3.9"
110110
# via
111111
# omnipkg (pyproject.toml)
112112
# rich

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ propcache==0.4.1
4343
psutil==7.2.2
4444
py-serializable==2.1.0
4545
pycparser==3.0
46-
pygments==2.20.0
46+
pygments==2.20.0 ; python_version >= "3.9"
4747
pyparsing==3.3.2
4848
requests==2.33.1
4949
rich==14.3.3

0 commit comments

Comments
 (0)