Merge pull request #3467 from nkr0/bump-pygments-version

This commit is contained in:
Justin Mayer 2025-07-05 08:39:01 +02:00 committed by GitHub
commit a29857ac19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 17 additions and 17 deletions

View file

@ -34,7 +34,7 @@ dependencies = [
"feedgenerator>=2.1.0",
"jinja2>=3.1.2",
"ordered-set>=4.1.0",
"pygments>=2.16.1,<2.19.0",
"pygments>=2.16.1,<2.20.0",
"python-dateutil>=2.8.2",
"rich>=13.6.0",
"unidecode>=1.3.7",
@ -88,7 +88,7 @@ dev = [
"furo==2023.9.10",
"livereload>=2.6.3",
"psutil>=5.9.6",
"pygments>=2.16.1,<2.19.0",
"pygments>=2.16.1,<2.20.0",
"pytest>=7.4.3",
"pytest-cov>=4.1.0",
"pytest-sugar>=0.9.7",