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

change updated docs deps #40

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
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
53 changes: 31 additions & 22 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile ./requirements.in
#
certifi==2023.5.7
babel==2.12.1
# via mkdocs-material
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.7
# via mkdocs
colorama==0.4.6
# via
# griffe
# mkdocs-material
ghp-import==2.1.0
# via mkdocs
griffe==0.29.1
griffe==0.36.2
# via mkdocstrings-python
idna==3.4
# via requests
Expand All @@ -25,7 +27,7 @@ jinja2==3.1.2
# mkdocs
# mkdocs-material
# mkdocstrings
markdown==3.3.7
markdown==3.4.4
# via
# markdown-include
# mkdocs
Expand All @@ -34,58 +36,65 @@ markdown==3.3.7
# mkdocstrings
# pymdown-extensions
markdown-include==0.8.1
# via -r requirements.in
# via -r ./requirements.in
markupsafe==2.1.3
# via
# jinja2
# mkdocs
# mkdocstrings
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.3
mkdocs==1.5.3
# via
# -r requirements.in
# -r ./requirements.in
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
mkdocs-autorefs==0.4.1
mkdocs-autorefs==0.5.0
# via mkdocstrings
mkdocs-material==9.1.17
# via -r requirements.in
mkdocs-material==9.3.2
# via -r ./requirements.in
mkdocs-material-extensions==1.1.1
# via
# -r requirements.in
# -r ./requirements.in
# mkdocs-material
mkdocstrings[python]==0.22.0
mkdocstrings[python]==0.23.0
# via
# -r requirements.in
# -r ./requirements.in
# mkdocstrings-python
mkdocstrings-python==1.1.2
mkdocstrings-python==1.7.0
# via mkdocstrings
packaging==23.1
# via mkdocs
pygments==2.15.1
paginate==0.5.6
# via mkdocs-material
pathspec==0.11.2
# via mkdocs
platformdirs==3.10.0
# via mkdocs
pygments==2.16.1
# via mkdocs-material
pymdown-extensions==10.0.1
pymdown-extensions==10.3
# via
# -r requirements.in
# -r ./requirements.in
# mkdocs-material
# mkdocstrings
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
pyyaml==6.0.1
# via
# mkdocs
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2023.6.3
regex==2022.10.31
# via mkdocs-material
requests==2.31.0
# via mkdocs-material
six==1.16.0
# via python-dateutil
urllib3==2.0.3
urllib3==2.0.4
# via requests
watchdog==3.0.0
# via mkdocs
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ black = "^22.10.0"
coverage = ">=6.5.0"
flake8 = ">=5.0.4"
isort = ">=5.10.1"
mkdocs = ">=1.4.2"
mkdocs = ">=1.5.3"
pip-tools = "^6.12.1"
pre-commit = ">=2.20.0"
pylint = ">=2.15.0"
pytest = ">=7.2.0"
click = ">=8.1.7"
mkdocs-material = ">=9.0.3"
mkdocs-material = ">=9.3.2"
mkdocstrings = { version = ">=0.21.2", extras = ['python'] }
mock = "*"
git-changelog = "^2.2.0"
Expand Down