Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump markdown-it-py from 2.1.0 to 2.2.0 in /docs #1994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
# via sphinx
jinja2==3.1.2
# via
# myst-parser
# sphinx
markdown-it-py==2.1.0
markdown-it-py==2.2.0
# via
# mdit-py-plugins
# myst-parser
Expand All @@ -40,13 +38,13 @@ mdit-py-plugins==0.3.3
mdurl==0.1.2
# via markdown-it-py
myst-parser==0.18.1
# via -r docs/requirements.in
# via -r requirements.in
packaging==23.0
# via sphinx
pep517==0.13.0
# via pip-tools
pip-tools==6.4.0
# via -r docs/requirements.in
# via -r requirements.in
pygments==2.14.0
# via sphinx
pytz==2022.7
Expand All @@ -59,12 +57,12 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
# via
# -r docs/requirements.in
# -r requirements.in
# myst-parser
# sphinx-rtd-theme
# sphinxcontrib-plantuml
sphinx-rtd-theme==1.1.1
# via -r docs/requirements.in
# via -r requirements.in
sphinxcontrib-applehelp==1.0.3
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -74,21 +72,17 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-plantuml==0.24.1
# via -r docs/requirements.in
# via -r requirements.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1
# via pep517
typing-extensions==4.4.0
# via myst-parser
urllib3==1.26.13
# via requests
wheel==0.38.4
# via pip-tools
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down