|
|
@ -1,4 +1,4 @@ |
|
|
|
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. |
|
|
|
# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "alabaster" |
|
|
@ -1603,26 +1603,26 @@ files = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sphinx" |
|
|
|
version = "5.3.0" |
|
|
|
version = "6.2.1" |
|
|
|
description = "Python documentation generator" |
|
|
|
optional = true |
|
|
|
python-versions = ">=3.6" |
|
|
|
python-versions = ">=3.8" |
|
|
|
files = [ |
|
|
|
{file = "Sphinx-5.3.0.tar.gz", hash = "sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5"}, |
|
|
|
{file = "sphinx-5.3.0-py3-none-any.whl", hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d"}, |
|
|
|
{file = "Sphinx-6.2.1.tar.gz", hash = "sha256:6d56a34697bb749ffa0152feafc4b19836c755d90a7c59b72bc7dfd371b9cc6b"}, |
|
|
|
{file = "sphinx-6.2.1-py3-none-any.whl", hash = "sha256:97787ff1fa3256a3eef9eda523a63dbf299f7b47e053cfcf684a1c2a8380c912"}, |
|
|
|
] |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
alabaster = ">=0.7,<0.8" |
|
|
|
babel = ">=2.9" |
|
|
|
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} |
|
|
|
docutils = ">=0.14,<0.20" |
|
|
|
docutils = ">=0.18.1,<0.20" |
|
|
|
imagesize = ">=1.3" |
|
|
|
importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""} |
|
|
|
Jinja2 = ">=3.0" |
|
|
|
packaging = ">=21.0" |
|
|
|
Pygments = ">=2.12" |
|
|
|
requests = ">=2.5.0" |
|
|
|
Pygments = ">=2.13" |
|
|
|
requests = ">=2.25.0" |
|
|
|
snowballstemmer = ">=2.0" |
|
|
|
sphinxcontrib-applehelp = "*" |
|
|
|
sphinxcontrib-devhelp = "*" |
|
|
@ -1633,31 +1633,32 @@ sphinxcontrib-serializinghtml = ">=1.1.5" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["sphinxcontrib-websupport"] |
|
|
|
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.981)", "sphinx-lint", "types-requests", "types-typed-ast"] |
|
|
|
test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] |
|
|
|
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-simplify", "isort", "mypy (>=0.990)", "ruff", "sphinx-lint", "types-requests"] |
|
|
|
test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sphinx-autoapi" |
|
|
|
version = "2.1.1" |
|
|
|
version = "3.0.0" |
|
|
|
description = "Sphinx API documentation generator" |
|
|
|
optional = true |
|
|
|
python-versions = ">=3.7" |
|
|
|
python-versions = ">=3.8" |
|
|
|
files = [ |
|
|
|
{file = "sphinx-autoapi-2.1.1.tar.gz", hash = "sha256:fbadb96e79020d6b0ec45d888517bf816d6b587a2d340fbe1ec31135e300a6c8"}, |
|
|
|
{file = "sphinx_autoapi-2.1.1-py2.py3-none-any.whl", hash = "sha256:d8da890477bd18e3327cafdead9d5a44a7d798476c6fa32492100e288250a5a3"}, |
|
|
|
{file = "sphinx-autoapi-3.0.0.tar.gz", hash = "sha256:09ebd674a32b44467222b0fb8a917b97c89523f20dbf05b52cb8a3f0e15714de"}, |
|
|
|
{file = "sphinx_autoapi-3.0.0-py2.py3-none-any.whl", hash = "sha256:ea207793cba1feff7b2ded0e29364f2995a4d157303a98603cee0ce94cea2688"}, |
|
|
|
] |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
anyascii = "*" |
|
|
|
astroid = ">=2.7" |
|
|
|
astroid = [ |
|
|
|
{version = ">=2.7", markers = "python_version < \"3.12\""}, |
|
|
|
{version = ">=3.0.0a1", markers = "python_version >= \"3.12\""}, |
|
|
|
] |
|
|
|
Jinja2 = "*" |
|
|
|
PyYAML = "*" |
|
|
|
sphinx = ">=5.2.0" |
|
|
|
sphinx = ">=6.1.0" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["furo", "sphinx", "sphinx-design"] |
|
|
|
dotnet = ["sphinxcontrib-dotnetdomain"] |
|
|
|
go = ["sphinxcontrib-golangdomain"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sphinx-rtd-theme" |
|
|
@ -1879,18 +1880,17 @@ files = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "urllib3" |
|
|
|
version = "2.0.7" |
|
|
|
version = "2.1.0" |
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more." |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
python-versions = ">=3.8" |
|
|
|
files = [ |
|
|
|
{file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, |
|
|
|
{file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, |
|
|
|
{file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, |
|
|
|
{file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, |
|
|
|
] |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] |
|
|
|
secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] |
|
|
|
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] |
|
|
|
zstd = ["zstandard (>=0.18.0)"] |
|
|
|
|
|
|
@ -1960,4 +1960,4 @@ docs = ["Sphinx", "alabaster", "commonmark", "m2r2", "mock", "readthedocs-sphinx |
|
|
|
[metadata] |
|
|
|
lock-version = "2.0" |
|
|
|
python-versions = ">=3.8,<4.0" |
|
|
|
content-hash = "7bf39298a47d3c34bf0e50975f1ae605975b66be371a8eebca15085ddb011b22" |
|
|
|
content-hash = "c46e3214bb6f752fde4d839c2430ed1cc4cccb133ad0dc0e363de788bb438986" |