mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Pin Pygments due to indentation changes in 2.19
This commit is contained in:
parent
a17521b6f7
commit
74d76ca0da
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ dependencies = [
|
||||||
"feedgenerator>=2.1.0",
|
"feedgenerator>=2.1.0",
|
||||||
"jinja2>=3.1.2",
|
"jinja2>=3.1.2",
|
||||||
"ordered-set>=4.1.0",
|
"ordered-set>=4.1.0",
|
||||||
"pygments>=2.16.1",
|
"pygments>=2.16.1,<2.19.0",
|
||||||
"python-dateutil>=2.8.2",
|
"python-dateutil>=2.8.2",
|
||||||
"rich>=13.6.0",
|
"rich>=13.6.0",
|
||||||
"unidecode>=1.3.7",
|
"unidecode>=1.3.7",
|
||||||
|
|
@ -88,7 +88,7 @@ dev = [
|
||||||
"furo==2023.9.10",
|
"furo==2023.9.10",
|
||||||
"livereload>=2.6.3",
|
"livereload>=2.6.3",
|
||||||
"psutil>=5.9.6",
|
"psutil>=5.9.6",
|
||||||
"pygments>=2.16.1",
|
"pygments>=2.16.1,<2.19.0",
|
||||||
"pytest>=7.4.3",
|
"pytest>=7.4.3",
|
||||||
"pytest-cov>=4.1.0",
|
"pytest-cov>=4.1.0",
|
||||||
"pytest-sugar>=0.9.7",
|
"pytest-sugar>=0.9.7",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue