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:
dependabot[bot] 2024-08-19 14:42:39 +00:00 committed by GitHub
parent 7015be1355
commit 274c71fd42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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