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

Bump pymdown-extensions from 9.5 to 10.0 in /requirements #229

Merged
Merged
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
17 changes: 8 additions & 9 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
#
black==22.8.0
# via -r requirements/docs.in
# via -r docs.in
click==8.1.3
# via
# black
Expand Down Expand Up @@ -36,27 +36,27 @@ markupsafe==2.1.1
# jinja2
# mkdocstrings
mdx-include==1.4.2
# via -r requirements/docs.in
# via -r docs.in
mergedeep==1.3.4
# via mkdocs
mkdocs==1.3.1
# via
# -r requirements/docs.in
# -r docs.in
# mkdocs-autorefs
# mkdocs-material
# mkdocs-simple-hooks
# mkdocstrings
mkdocs-autorefs==0.4.1
# via mkdocstrings
mkdocs-material==8.4.3
# via -r requirements/docs.in
# via -r docs.in
mkdocs-material-extensions==1.0.3
# via mkdocs-material
mkdocs-simple-hooks==0.1.5
# via -r requirements/docs.in
# via -r docs.in
mkdocstrings[python]==0.19.0
# via
# -r requirements/docs.in
# -r docs.in
# mkdocstrings-python
mkdocstrings-python==0.7.1
# via mkdocstrings
Expand All @@ -70,7 +70,7 @@ platformdirs==2.5.2
# via black
pygments==2.13.0
# via mkdocs-material
pymdown-extensions==9.5
pymdown-extensions==10.0
# via
# mkdocs-material
# mkdocstrings
Expand All @@ -81,15 +81,14 @@ python-dateutil==2.8.2
pyyaml==6.0
# via
# mkdocs
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
rcslice==1.1.0
# via mdx-include
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via black
watchdog==2.1.9
# via mkdocs
zipp==3.8.1
Expand Down