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 mkdocs-material from 9.1.20 to 9.5.2 #171

Closed
wants to merge 1 commit into from
Closed
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
25 changes: 18 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
attrs==21.4.0
# via flake8-bugbear
babel==2.14.0
# via mkdocs-material
beautifulsoup4==4.12.2
# via
# -c requirements.txt
Expand Down Expand Up @@ -77,12 +79,13 @@ markdown==3.3.6
markupsafe==2.1.0
# via
# jinja2
# mkdocs
# mkdocstrings
mccabe==0.6.1
# via flake8
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.2
mkdocs==1.5.3
# via
# mkdocs-autorefs
# mkdocs-gen-files
Expand All @@ -98,9 +101,9 @@ mkdocs-htmlproofer-plugin==0.13.1
# via -r dev-requirements.in
mkdocs-literate-nav==0.5.0
# via -r dev-requirements.in
mkdocs-material==9.1.20
mkdocs-material==9.5.2
# via -r dev-requirements.in
mkdocs-material-extensions==1.1.1
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocstrings[python]==0.19.0
# via
Expand All @@ -120,13 +123,18 @@ packaging==23.2
# mkdocs
# pytest
# tox
pathspec==0.9.0
# via black
paginate==0.5.6
# via mkdocs-material
pathspec==0.12.1
# via
# black
# mkdocs
pep8-naming==0.13.2
# via -r dev-requirements.in
platformdirs==2.5.1
# via
# black
# mkdocs
# virtualenv
pluggy==1.0.0
# via
Expand All @@ -138,9 +146,9 @@ pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.14.0
pygments==2.17.2
# via mkdocs-material
pymdown-extensions==9.9.2
pymdown-extensions==10.4
# via
# mkdocs-material
# mkdocstrings
Expand All @@ -152,11 +160,14 @@ pytest-cov==4.0.0
# via -r dev-requirements.in
python-dateutil==2.8.2
# via ghp-import
pytz==2023.3.post1
# via babel
pyvirtualdisplay==3.0
# via -r dev-requirements.in
pyyaml==6.0
# via
# mkdocs
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
Expand Down
Loading