mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +11:00
Update pygments requirement from <=2.11.2 to <=2.18.0
Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/0.5...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7015be1355
commit
274c71fd42
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ python_requires = >=3.6
|
|||
install_requires =
|
||||
# Essential packages
|
||||
django>=3.2
|
||||
pygments<=2.11.2
|
||||
pygments<=2.18.0
|
||||
django-staticinline>=1.0
|
||||
django-csp>=3.6
|
||||
dj_database_url>=0.5.0
|
||||
|
|
Loading…
Reference in a new issue