mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
requirements: Update pygments to 2.11.1.
Updating from pygments 2.10.x to 2.11.x brings new lexers, including the new Savi lexer which is needed by the Savi community in our Zulip chat at https://savi.zulipchat.com/.
This commit is contained in:
committed by
Tim Abbott
parent
6218ed91c2
commit
2004f94082
@@ -1271,9 +1271,9 @@ pyflakes==2.4.0 \
|
|||||||
# via
|
# via
|
||||||
# -r requirements/dev.in
|
# -r requirements/dev.in
|
||||||
# zulint
|
# zulint
|
||||||
pygments==2.10.0 \
|
pygments==2.11.1 \
|
||||||
--hash=sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380 \
|
--hash=sha256:59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4 \
|
||||||
--hash=sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6
|
--hash=sha256:9135c1af61eec0f650cd1ea1ed8ce298e54d56bcd8cc2ef46edd7702c171337c
|
||||||
# via
|
# via
|
||||||
# -r requirements/common.in
|
# -r requirements/common.in
|
||||||
# ipython
|
# ipython
|
||||||
|
|||||||
@@ -141,9 +141,9 @@ packaging==21.3 \
|
|||||||
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
|
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
|
||||||
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
|
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
|
||||||
# via sphinx
|
# via sphinx
|
||||||
pygments==2.10.0 \
|
pygments==2.11.1 \
|
||||||
--hash=sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380 \
|
--hash=sha256:59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4 \
|
||||||
--hash=sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6
|
--hash=sha256:9135c1af61eec0f650cd1ea1ed8ce298e54d56bcd8cc2ef46edd7702c171337c
|
||||||
# via sphinx
|
# via sphinx
|
||||||
pyparsing==3.0.6 \
|
pyparsing==3.0.6 \
|
||||||
--hash=sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4 \
|
--hash=sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4 \
|
||||||
|
|||||||
@@ -849,9 +849,9 @@ pycparser==2.21 \
|
|||||||
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
|
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
|
||||||
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
|
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
|
||||||
# via cffi
|
# via cffi
|
||||||
pygments==2.10.0 \
|
pygments==2.11.1 \
|
||||||
--hash=sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380 \
|
--hash=sha256:59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4 \
|
||||||
--hash=sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6
|
--hash=sha256:9135c1af61eec0f650cd1ea1ed8ce298e54d56bcd8cc2ef46edd7702c171337c
|
||||||
# via
|
# via
|
||||||
# -r requirements/common.in
|
# -r requirements/common.in
|
||||||
# ipython
|
# ipython
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 113
|
|||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = "169.1"
|
PROVISION_VERSION = "169.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user