mirror of https://github.com/zulip/zulip.git
requirements: Switch to released jsx-lexer fix (same code).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
45e3626bd2
commit
fea0ae1a2b
|
@ -15,7 +15,7 @@ Jinja2
|
|||
Markdown
|
||||
importlib-metadata ; python_version < "3.10" # for Markdown
|
||||
Pygments
|
||||
https://github.com/fcurella/jsx-lexer/archive/bb15e40854724b40c85c079ea851ec26fcc0393a.zip#egg=jsx-lexer==2.0.0+git # https://github.com/fcurella/jsx-lexer/pull/20
|
||||
jsx-lexer
|
||||
uri-template
|
||||
|
||||
# Needed for manage.py
|
||||
|
|
|
@ -1042,8 +1042,9 @@ jsonschema-spec==0.1.4 \
|
|||
# via
|
||||
# openapi-core
|
||||
# openapi-spec-validator
|
||||
https://github.com/fcurella/jsx-lexer/archive/bb15e40854724b40c85c079ea851ec26fcc0393a.zip#egg=jsx-lexer==2.0.0+git \
|
||||
--hash=sha256:8a051f1480da5b1efb3734521c5291a656170eda6258fb4a714cdf4921d79c47
|
||||
jsx-lexer==2.0.1 \
|
||||
--hash=sha256:0d9aa653e74d7973d74021dde8349896c0df094d8e40349b92b35e0930ed7f71 \
|
||||
--hash=sha256:508a08757764356aa36fd703596fdd59f789104f44b6568c7a14e27e62e57ad4
|
||||
# via -r requirements/common.in
|
||||
lazy-object-proxy==1.9.0 \
|
||||
--hash=sha256:09763491ce220c0299688940f8dc2c5d05fd1f45af1e42e636b2e8b2303e4382 \
|
||||
|
|
|
@ -844,8 +844,9 @@ jsonschema-spec==0.1.4 \
|
|||
# via
|
||||
# openapi-core
|
||||
# openapi-spec-validator
|
||||
https://github.com/fcurella/jsx-lexer/archive/bb15e40854724b40c85c079ea851ec26fcc0393a.zip#egg=jsx-lexer==2.0.0+git \
|
||||
--hash=sha256:8a051f1480da5b1efb3734521c5291a656170eda6258fb4a714cdf4921d79c47
|
||||
jsx-lexer==2.0.1 \
|
||||
--hash=sha256:0d9aa653e74d7973d74021dde8349896c0df094d8e40349b92b35e0930ed7f71 \
|
||||
--hash=sha256:508a08757764356aa36fd703596fdd59f789104f44b6568c7a14e27e62e57ad4
|
||||
# via -r requirements/common.in
|
||||
lazy-object-proxy==1.9.0 \
|
||||
--hash=sha256:09763491ce220c0299688940f8dc2c5d05fd1f45af1e42e636b2e8b2303e4382 \
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 182
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (241, 2)
|
||||
PROVISION_VERSION = (241, 3)
|
||||
|
|
Loading…
Reference in New Issue