mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-30 05:56:54 +02:00
- Update pygments for audit fix
This commit is contained in:
parent
77e88ae3f2
commit
52c6b60e47
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ dependencies = [
|
|||
"feedgenerator>=2.1.0",
|
||||
"jinja2>=3.1.2",
|
||||
"ordered-set>=4.1.0",
|
||||
"pygments>=2.16.1,<2.20.0",
|
||||
"pygments>=2.16.1,<=2.20.0",
|
||||
"python-dateutil>=2.8.2",
|
||||
"rich>=13.6.0",
|
||||
"unidecode>=1.3.7",
|
||||
|
|
@ -70,7 +70,7 @@ dev = [
|
|||
"furo==2025.12.19",
|
||||
"livereload>=2.6.3",
|
||||
"psutil>=5.9.6",
|
||||
"pygments>=2.16.1,<2.20.0",
|
||||
"pygments>=2.16.1,<=2.20.0",
|
||||
"pytest>=7.4.3",
|
||||
"pytest-cov>=4.1.0",
|
||||
"pytest-sugar>=0.9.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue