chore(deps): bump pygments (#4064)

Bumps [pygments](https://github.com/pygments/pygments) from 1.6 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/1.6...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-07-21 13:07:27 -04:00 committed by GitHub
parent 0a9567e88c
commit 5b14d160cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ version = "0.1.0"
dependencies = [
"httpx[brotli,http2,socks]>=0.27.0,<0.30.0",
"pygments==1.6",
"pygments==2.15.0",
"click<8",
"rich<10"
]