From 650c515cc3d77164fea8ad811a74dedae14a76d3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 11 May 2024 01:49:32 +0900 Subject: [PATCH] chore(deps): bump mkdocs-material to 9.5.21 (#446) --- requirements-dev.txt | 57 ++++++++++++++++++++++---------------------- requirements.txt | 43 ++++++++++++++++++--------------- 2 files changed, 52 insertions(+), 48 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4f7ee475..4f4486ab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,35 +1,34 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements --dev -# - -# Note: in pipenv 2020.x, "--dev" changed to emit both default and development -# requirements. To emit only development requirements, pass "--dev-only". - --i https://pypi.org/simple/ -click==8.1.7; python_version >= '3.6' +-i https://pypi.org/simple +invoke==2.2.0; python_version >= '3.6' +babel==2.15.0; python_version >= '3.8' +certifi==2024.2.2; python_version >= '3.6' +charset-normalizer==3.3.2; python_full_version >= '3.7.0' +click==8.1.7; python_version >= '3.7' +colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 -importlib-metadata==7.1.0; python_version >= '3.6' -invoke==2.2.0 -jinja2==3.1.4 -markdown==3.6; python_version >= '3.6' -markupsafe==2.1.5; python_version >= '3.6' +idna==3.7; python_version >= '3.5' +jinja2==3.1.4; python_version >= '3.7' +markdown==3.6; python_version >= '3.8' +markupsafe==2.1.5; python_version >= '3.7' mergedeep==1.3.4; python_version >= '3.6' -mkdocs-material-extensions==1.3.1; python_version >= '3.5' -mkdocs-material==7.3.6 -mkdocs==1.6.0 -packaging==24.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -prompt-toolkit==3.0.43 -pygments==2.9.0 -pymdown-extensions==8.2; python_version >= '3.6' -pyparsing==3.1.2; python_version >= '3.5' +mkdocs==1.6.0; python_version >= '3.8' +mkdocs-get-deps==0.2.0; python_version >= '3.8' +mkdocs-material==9.5.21; python_version >= '3.8' +mkdocs-material-extensions==1.3.1; python_version >= '3.8' +packaging==24.0; python_version >= '3.7' +paginate==0.5.6 +pathspec==0.12.1; python_version >= '3.8' +platformdirs==4.2.1; python_version >= '3.8' +prompt-toolkit==3.0.43; python_full_version >= '3.7.0' +pygments==2.18.0; python_version >= '3.8' +pymdown-extensions==10.8.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -python-markdown-math==0.8 +python-markdown-math==0.8; python_version >= '3.6' +pyyaml==6.0.1; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' -pyyaml==6.0.1 +regex==2024.5.10; python_version >= '3.8' +requests==2.31.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -watchdog==4.0.0; python_version >= '3.6' +urllib3==2.2.1; python_version >= '3.8' +watchdog==4.0.0; python_version >= '3.8' wcwidth==0.2.13 -zipp==3.18.1; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index 91fbbf92..13fa9d11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,33 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - --i https://pypi.org/simple/ +-i https://pypi.org/simple +babel==2.15.0; python_version >= '3.8' +certifi==2024.2.2; python_version >= '3.6' +charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' +colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 -jinja2==3.1.4 -markdown==3.6; python_version >= '3.6' +idna==3.7; python_version >= '3.5' +jinja2==3.1.4; python_version >= '3.7' +markdown==3.6; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7' mergedeep==1.3.4; python_version >= '3.6' -mkdocs-material-extensions==1.3.1; python_version >= '3.7' -mkdocs-material==8.5.11 -mkdocs==1.6.0 +mkdocs==1.6.0; python_version >= '3.8' +mkdocs-get-deps==0.2.0; python_version >= '3.8' +mkdocs-material==9.5.21; python_version >= '3.8' +mkdocs-material-extensions==1.3.1; python_version >= '3.8' packaging==24.0; python_version >= '3.7' -prompt-toolkit==3.0.43 -pygments==2.11.2 -pymdown-extensions==9.3; python_version >= '3.7' +paginate==0.5.6 +pathspec==0.12.1; python_version >= '3.8' +platformdirs==4.2.1; python_version >= '3.8' +prompt-toolkit==3.0.43; python_full_version >= '3.7.0' +pygments==2.18.0; python_version >= '3.8' +pymdown-extensions==10.8.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -python-markdown-math==0.8 +python-markdown-math==0.8; python_version >= '3.6' +pyyaml==6.0.1; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' -pyyaml==6.0.1 +regex==2024.5.10; python_version >= '3.8' +requests==2.31.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -watchdog==4.0.0; python_version >= '3.6' +urllib3==2.2.1; python_version >= '3.8' +watchdog==4.0.0; python_version >= '3.8' wcwidth==0.2.13