Skip to content

Commit

Permalink
Update documentation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 2aa28e1 commit 66f9724
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,45 +38,45 @@ types = [
"types-urllib3",
]
docs = [
"alabaster==0.7.13",
"Babel==2.13.1",
"beautifulsoup4==4.12.2",
"alabaster==0.7.16",
"Babel==2.14.0",
"beautifulsoup4==4.12.3",
"bracex==2.4",
"certifi==2023.7.22",
"charset-normalizer==3.3.1",
"certifi==2023.11.17",
"charset-normalizer==3.3.2",
"colorama==0.4.6",
"craft-archives==1.1.3",
"Deprecated==1.2.14",
"distro==1.8.0",
"docutils==0.18.1",
"distro==1.9.0",
"docutils==0.21.1",
"furo==2023.9.10",
"html5lib==1.1",
"httplib2==0.22.0",
"idna==3.4",
"idna==3.6",
"imagesize==1.4.1",
"importlib-metadata==6.8.0",
"Jinja2==3.1.2",
"importlib-metadata==6.11.0",
"Jinja2==3.1.3",
"jsonpointer==2.4",
"launchpadlib==1.11.0",
"lazr.restfulclient==0.14.5",
"lazr.restfulclient==0.14.6",
"lazr.uri==1.0.6",
"livereload==2.6.3",
"lxml==4.9.3",
"Markdown==3.5",
"MarkupSafe==2.1.3",
"lxml==4.9.4",
"Markdown==3.6",
"MarkupSafe==2.1.5",
"oauthlib==3.2.2",
"overrides==7.4.0",
"overrides==7.7.0",
"packaging==23.2",
"platformdirs==3.11.0",
"polib==1.2.0",
"pydantic==1.10.13",
"pydantic==1.10.15",
"pydantic-yaml==0.11.2",
"Pygments==2.16.1",
"pyparsing==3.1.1",
"pyspelling==2.9",
"Pygments==2.17.2",
"pyparsing==3.1.2",
"pyspelling==2.10",
"pyxdg==0.28",
"PyYAML==6.0.1",
"regex==2023.10.3",
"regex==2023.12.25",
"requests==2.31.0",
"requests-unixsocket==0.3.0",
"six==1.16.0",
Expand All @@ -86,32 +86,32 @@ docs = [
"spdx-lookup==0.3.3",
"Sphinx==6.2.1",
"sphinx-autobuild==2021.3.14",
"sphinx-autodoc-typehints==1.23.0",
"sphinx-autodoc-typehints==1.25.3",
"sphinx-basic-ng==1.0.0b2",
"sphinx-copybutton==0.5.2",
"sphinx-jsonschema==1.19.1",
"sphinx-lint==0.8.1",
"sphinx-lint==0.9.1",
"sphinx-pydantic==0.1.1",
"sphinx-rtd-theme==1.3.0",
"sphinx_design==0.5.0",
"sphinxcontrib-applehelp==1.0.7",
"sphinxcontrib-devhelp==1.0.5",
"sphinxcontrib-htmlhelp==2.0.4",
"sphinxcontrib-applehelp==1.0.8",
"sphinxcontrib-devhelp==1.0.6",
"sphinxcontrib-htmlhelp==2.0.5",
"sphinxcontrib-jquery==4.1",
"sphinxcontrib-jsmath==1.0.1",
"sphinxcontrib-qthelp==1.0.6",
"sphinxcontrib-serializinghtml==1.1.9",
"sphinxcontrib-qthelp==1.0.7",
"sphinxcontrib-serializinghtml==1.1.10",
"tabulate==0.9.0",
"tornado==6.3.3",
"types-Deprecated==1.2.9.3",
"types-PyYAML==6.0.12.12",
"typing_extensions==4.8.0",
"tornado==6.4",
"types-Deprecated==1.2.9.20240311",
"types-PyYAML==6.0.12.20240311",
"typing_extensions==4.11.0",
"urllib3==1.26.18",
"wadllib==1.3.6",
"wcmatch==8.5",
"wcmatch==8.5.1",
"webencodings==0.5.1",
"wrapt==1.15.0",
"zipp==3.17.0",
"wrapt==1.16.0",
"zipp==3.18.1",
]

[build-system]
Expand Down

0 comments on commit 66f9724

Please sign in to comment.