Bump pygments from 2.15.0 to 2.15.1 in /dependencies/python (#4126)

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

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
This commit is contained in:
dependabot[bot] 2023-05-25 23:20:47 +00:00 committed by GitHub
parent 777eca63c1
commit bc1ce87416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ packaging==23.1
pathspec==0.11.1
platformdirs==3.5.1
pycparser==2.21
Pygments==2.15.0
Pygments==2.15.1
pyrsistent==0.19.3
PyYAML==6.0
resolvelib==0.8.1

View file

@ -10,7 +10,7 @@ MarkupSafe==2.1.2
packaging==23.1
pathspec==0.11.1
pluggy==1.0.0
Pygments==2.15.0
Pygments==2.15.1
pytest==7.3.1
PyYAML==6.0
regex==2023.3.23