aletrn commited on
Commit
a409621
·
1 Parent(s): 618981d

chore: update docs dependencies

Browse files
Files changed (2) hide show
  1. poetry.lock +19 -19
  2. pyproject.toml +3 -3
poetry.lock CHANGED
@@ -551,13 +551,13 @@ wmi = ["wmi (>=1.5.1)"]
551
 
552
  [[package]]
553
  name = "docutils"
554
- version = "0.20.1"
555
  description = "Docutils -- Python Documentation Utilities"
556
  optional = false
557
- python-versions = ">=3.7"
558
  files = [
559
- {file = "docutils-0.20.1-py3-none-any.whl", hash = "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6"},
560
- {file = "docutils-0.20.1.tar.gz", hash = "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"},
561
  ]
562
 
563
  [[package]]
@@ -1345,17 +1345,17 @@ tests = ["pytest (>=4.6)"]
1345
 
1346
  [[package]]
1347
  name = "myst-parser"
1348
- version = "2.0.0"
1349
  description = "An extended [CommonMark](https://spec.commonmark.org/) compliant parser,"
1350
  optional = false
1351
  python-versions = ">=3.8"
1352
  files = [
1353
- {file = "myst_parser-2.0.0-py3-none-any.whl", hash = "sha256:7c36344ae39c8e740dad7fdabf5aa6fc4897a813083c6cc9990044eb93656b14"},
1354
- {file = "myst_parser-2.0.0.tar.gz", hash = "sha256:ea929a67a6a0b1683cdbe19b8d2e724cd7643f8aa3e7bb18dd65beac3483bead"},
1355
  ]
1356
 
1357
  [package.dependencies]
1358
- docutils = ">=0.16,<0.21"
1359
  jinja2 = "*"
1360
  markdown-it-py = ">=3.0,<4.0"
1361
  mdit-py-plugins = ">=0.4,<1.0"
@@ -1365,9 +1365,9 @@ sphinx = ">=6,<8"
1365
  [package.extras]
1366
  code-style = ["pre-commit (>=3.0,<4.0)"]
1367
  linkify = ["linkify-it-py (>=2.0,<3.0)"]
1368
- rtd = ["ipython", "pydata-sphinx-theme (==v0.13.0rc4)", "sphinx-autodoc2 (>=0.4.2,<0.5.0)", "sphinx-book-theme (==1.0.0rc2)", "sphinx-copybutton", "sphinx-design2", "sphinx-pyscript", "sphinx-tippy (>=0.3.1)", "sphinx-togglebutton", "sphinxext-opengraph (>=0.8.2,<0.9.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"]
1369
- testing = ["beautifulsoup4", "coverage[toml]", "pytest (>=7,<8)", "pytest-cov", "pytest-param-files (>=0.3.4,<0.4.0)", "pytest-regressions", "sphinx-pytest"]
1370
- testing-docutils = ["pygments", "pytest (>=7,<8)", "pytest-param-files (>=0.3.4,<0.4.0)"]
1371
 
1372
  [[package]]
1373
  name = "numpy"
@@ -2701,22 +2701,22 @@ type-comments = ["typed-ast (>=1.4.0)"]
2701
 
2702
  [[package]]
2703
  name = "sphinx-autodoc-typehints"
2704
- version = "1.25.3"
2705
  description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
2706
  optional = false
2707
- python-versions = ">=3.8"
2708
  files = [
2709
- {file = "sphinx_autodoc_typehints-1.25.3-py3-none-any.whl", hash = "sha256:d3da7fa9a9761eff6ff09f8b1956ae3090a2d4f4ad54aebcade8e458d6340835"},
2710
- {file = "sphinx_autodoc_typehints-1.25.3.tar.gz", hash = "sha256:70db10b391acf4e772019765991d2de0ff30ec0899b9ba137706dc0b3c4835e0"},
2711
  ]
2712
 
2713
  [package.dependencies]
2714
- sphinx = ">=7.1.2"
2715
 
2716
  [package.extras]
2717
- docs = ["furo (>=2023.9.10)"]
2718
  numpy = ["nptyping (>=2.5)"]
2719
- testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.8)"]
2720
 
2721
  [[package]]
2722
  name = "sphinx-mdinclude"
@@ -3321,4 +3321,4 @@ files = [
3321
  [metadata]
3322
  lock-version = "2.0"
3323
  python-versions = ">=3.10, <3.12"
3324
- content-hash = "ac01443286fa5ac468b1dd5fc1abce047831b4aaf580b77bcb4a8dabfaf167af"
 
551
 
552
  [[package]]
553
  name = "docutils"
554
+ version = "0.21.2"
555
  description = "Docutils -- Python Documentation Utilities"
556
  optional = false
557
+ python-versions = ">=3.9"
558
  files = [
559
+ {file = "docutils-0.21.2-py3-none-any.whl", hash = "sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2"},
560
+ {file = "docutils-0.21.2.tar.gz", hash = "sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f"},
561
  ]
562
 
563
  [[package]]
 
1345
 
1346
  [[package]]
1347
  name = "myst-parser"
1348
+ version = "3.0.1"
1349
  description = "An extended [CommonMark](https://spec.commonmark.org/) compliant parser,"
1350
  optional = false
1351
  python-versions = ">=3.8"
1352
  files = [
1353
+ {file = "myst_parser-3.0.1-py3-none-any.whl", hash = "sha256:6457aaa33a5d474aca678b8ead9b3dc298e89c68e67012e73146ea6fd54babf1"},
1354
+ {file = "myst_parser-3.0.1.tar.gz", hash = "sha256:88f0cb406cb363b077d176b51c476f62d60604d68a8dcdf4832e080441301a87"},
1355
  ]
1356
 
1357
  [package.dependencies]
1358
+ docutils = ">=0.18,<0.22"
1359
  jinja2 = "*"
1360
  markdown-it-py = ">=3.0,<4.0"
1361
  mdit-py-plugins = ">=0.4,<1.0"
 
1365
  [package.extras]
1366
  code-style = ["pre-commit (>=3.0,<4.0)"]
1367
  linkify = ["linkify-it-py (>=2.0,<3.0)"]
1368
+ rtd = ["ipython", "sphinx (>=7)", "sphinx-autodoc2 (>=0.5.0,<0.6.0)", "sphinx-book-theme (>=1.1,<2.0)", "sphinx-copybutton", "sphinx-design", "sphinx-pyscript", "sphinx-tippy (>=0.4.3)", "sphinx-togglebutton", "sphinxext-opengraph (>=0.9.0,<0.10.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"]
1369
+ testing = ["beautifulsoup4", "coverage[toml]", "defusedxml", "pytest (>=8,<9)", "pytest-cov", "pytest-param-files (>=0.6.0,<0.7.0)", "pytest-regressions", "sphinx-pytest"]
1370
+ testing-docutils = ["pygments", "pytest (>=8,<9)", "pytest-param-files (>=0.6.0,<0.7.0)"]
1371
 
1372
  [[package]]
1373
  name = "numpy"
 
2701
 
2702
  [[package]]
2703
  name = "sphinx-autodoc-typehints"
2704
+ version = "2.2.2"
2705
  description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
2706
  optional = false
2707
+ python-versions = ">=3.9"
2708
  files = [
2709
+ {file = "sphinx_autodoc_typehints-2.2.2-py3-none-any.whl", hash = "sha256:b98337a8530c95b73ba0c65465847a8ab0a13403bdc81294d5ef396bbd1f783e"},
2710
+ {file = "sphinx_autodoc_typehints-2.2.2.tar.gz", hash = "sha256:128e600eeef63b722f3d8dac6403594592c8cade3ba66fd11dcb997465ee259d"},
2711
  ]
2712
 
2713
  [package.dependencies]
2714
+ sphinx = ">=7.3.5"
2715
 
2716
  [package.extras]
2717
+ docs = ["furo (>=2024.1.29)"]
2718
  numpy = ["nptyping (>=2.5)"]
2719
+ testing = ["covdefaults (>=2.3)", "coverage (>=7.4.4)", "defusedxml (>=0.7.1)", "diff-cover (>=9)", "pytest (>=8.1.1)", "pytest-cov (>=5)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.11)"]
2720
 
2721
  [[package]]
2722
  name = "sphinx-mdinclude"
 
3321
  [metadata]
3322
  lock-version = "2.0"
3323
  python-versions = ">=3.10, <3.12"
3324
+ content-hash = "a36c5d49c49e6267c10bc22180d8c0ce92223c7430cbcaa3a36032e2bccc0c6c"
pyproject.toml CHANGED
@@ -52,10 +52,10 @@ httpx = "^0.27.0"
52
  optional = true
53
 
54
  [tool.poetry.group.docs.dependencies]
55
- sphinx = "^7.2.6"
56
- sphinx-autodoc-typehints = "^1.25.2"
57
  sphinxcontrib-openapi = "^0.8.4"
58
- myst-parser = "^2.0.0"
59
  sphinx-autodoc-defaultargs = "^0.1.2"
60
 
61
  [tool.poetry.group.fastapi]
 
52
  optional = true
53
 
54
  [tool.poetry.group.docs.dependencies]
55
+ sphinx = "^7.3.7"
56
+ sphinx-autodoc-typehints = "^2.2.2"
57
  sphinxcontrib-openapi = "^0.8.4"
58
+ myst-parser = "^3.0.1"
59
  sphinx-autodoc-defaultargs = "^0.1.2"
60
 
61
  [tool.poetry.group.fastapi]