mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-23 22:15:44 +00:00
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:
parent
472d4cfbd9
commit
61a68b3aaf
13
poetry.lock
generated
13
poetry.lock
generated
@ -2184,15 +2184,18 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pygments"
|
name = "pygments"
|
||||||
version = "2.12.0"
|
version = "2.15.0"
|
||||||
description = "Pygments is a syntax highlighting package written in Python."
|
description = "Pygments is a syntax highlighting package written in Python."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"},
|
{file = "Pygments-2.15.0-py3-none-any.whl", hash = "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094"},
|
||||||
{file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
|
{file = "Pygments-2.15.0.tar.gz", hash = "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.extras]
|
||||||
|
plugins = ["importlib-metadata"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pymongo"
|
name = "pymongo"
|
||||||
version = "3.11.4"
|
version = "3.11.4"
|
||||||
@ -3407,4 +3410,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "561ce2e416ff69aaf64732fcffe4870f6bef2317c881c1e595a49c824c65fa27"
|
content-hash = "7c985684f989aee20d45d48c56c8c900e7dffb4af347924fb71f632bb285d50e"
|
||||||
|
|||||||
@ -67,7 +67,7 @@ mdit-py-plugins = "0.3.0"
|
|||||||
mdurl = "0.1.1"
|
mdurl = "0.1.1"
|
||||||
myst-parser = "0.17.2"
|
myst-parser = "0.17.2"
|
||||||
pockets = "0.9.1"
|
pockets = "0.9.1"
|
||||||
pygments = "2.12.0"
|
pygments = "2.15.0"
|
||||||
pyparsing = "3.0.8"
|
pyparsing = "3.0.8"
|
||||||
pytz = "2022.1"
|
pytz = "2022.1"
|
||||||
pyyaml = ">=5.4.0"
|
pyyaml = ">=5.4.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user