Bump pygments from 2.12.0 to 2.15.0

Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 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/2.12.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-20 11:47:13 +00:00 committed by GitHub
parent 472d4cfbd9
commit 61a68b3aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

13
poetry.lock generated
View File

@ -2184,15 +2184,18 @@ files = [
[[package]]
name = "pygments"
version = "2.12.0"
version = "2.15.0"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
files = [
{file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"},
{file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
{file = "Pygments-2.15.0-py3-none-any.whl", hash = "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094"},
{file = "Pygments-2.15.0.tar.gz", hash = "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500"},
]
[package.extras]
plugins = ["importlib-metadata"]
[[package]]
name = "pymongo"
version = "3.11.4"
@ -3407,4 +3410,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "561ce2e416ff69aaf64732fcffe4870f6bef2317c881c1e595a49c824c65fa27"
content-hash = "7c985684f989aee20d45d48c56c8c900e7dffb4af347924fb71f632bb285d50e"

View File

@ -67,7 +67,7 @@ mdit-py-plugins = "0.3.0"
mdurl = "0.1.1"
myst-parser = "0.17.2"
pockets = "0.9.1"
pygments = "2.12.0"
pygments = "2.15.0"
pyparsing = "3.0.8"
pytz = "2022.1"
pyyaml = ">=5.4.0"