mirror of https://github.com/zulip/zulip.git
requirements: Upgrade MyST-Parser.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
75525f5b53
commit
75c182cb2a
|
@ -1020,9 +1020,8 @@ mypy-extensions==0.4.3 \
|
|||
# black
|
||||
# mypy
|
||||
# typing-inspect
|
||||
myst-parser==0.16.1 \
|
||||
--hash=sha256:617a90ceda2162ebf81cd13ad17d879bd4f49e7fb5c4f177bb905272555a2268 \
|
||||
--hash=sha256:a6473b9735c8c74959b49b36550725464f4aecc4481340c9a5f9153829191f83
|
||||
https://github.com/executablebooks/MyST-Parser/archive/0bc41ef82cdbcf3ccbf71a3a6caffe8ac2d1b1f3.zip#egg=MyST-Parser==0.17.0+git \
|
||||
--hash=sha256:5b213691ab441a291b4e07000efa0a10e652f8cc2a802274f0bde6b53b7b75fb
|
||||
# via -r requirements/docs.in
|
||||
natsort==8.1.0 \
|
||||
--hash=sha256:c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445 \
|
||||
|
@ -2079,6 +2078,7 @@ typing-extensions==4.1.1 \
|
|||
# markdown-it-py
|
||||
# mypy
|
||||
# mypy-boto3-s3
|
||||
# myst-parser
|
||||
# pyre-check
|
||||
# pyre-extensions
|
||||
# sqlalchemy2-stubs
|
||||
|
|
|
@ -12,4 +12,4 @@ sphinx
|
|||
sphinx-rtd-theme
|
||||
|
||||
# Needed to build Markdown docs
|
||||
myst-parser<0.17.0 # https://github.com/executablebooks/MyST-Parser/issues/519
|
||||
https://github.com/executablebooks/MyST-Parser/archive/0bc41ef82cdbcf3ccbf71a3a6caffe8ac2d1b1f3.zip#egg=MyST-Parser==0.17.0+git # https://github.com/executablebooks/MyST-Parser/pull/525
|
||||
|
|
|
@ -108,9 +108,8 @@ mdurl==0.1.0 \
|
|||
--hash=sha256:40654d6dcb8d21501ed13c21cc0bd6fc42ff07ceb8be30029e5ae63ebc2ecfda \
|
||||
--hash=sha256:94873a969008ee48880fb21bad7de0349fef529f3be178969af5817239e9b990
|
||||
# via markdown-it-py
|
||||
myst-parser==0.16.1 \
|
||||
--hash=sha256:617a90ceda2162ebf81cd13ad17d879bd4f49e7fb5c4f177bb905272555a2268 \
|
||||
--hash=sha256:a6473b9735c8c74959b49b36550725464f4aecc4481340c9a5f9153829191f83
|
||||
https://github.com/executablebooks/MyST-Parser/archive/0bc41ef82cdbcf3ccbf71a3a6caffe8ac2d1b1f3.zip#egg=MyST-Parser==0.17.0+git \
|
||||
--hash=sha256:5b213691ab441a291b4e07000efa0a10e652f8cc2a802274f0bde6b53b7b75fb
|
||||
# via -r requirements/docs.in
|
||||
packaging==21.3 \
|
||||
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
|
||||
|
@ -212,6 +211,7 @@ typing-extensions==4.1.1 \
|
|||
# via
|
||||
# importlib-metadata
|
||||
# markdown-it-py
|
||||
# myst-parser
|
||||
urllib3==1.26.8 \
|
||||
--hash=sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed \
|
||||
--hash=sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 117
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "179.0"
|
||||
PROVISION_VERSION = "180.0"
|
||||
|
|
Loading…
Reference in New Issue