mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
Bump sphinx from 7.1.2 to 7.2.6
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c874ca2199
commit
11f1777432
16
poetry.lock
generated
16
poetry.lock
generated
@ -1090,13 +1090,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sphinx"
|
name = "sphinx"
|
||||||
version = "7.1.2"
|
version = "7.2.6"
|
||||||
description = "Python documentation generator"
|
description = "Python documentation generator"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "sphinx-7.1.2-py3-none-any.whl", hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe"},
|
{file = "sphinx-7.2.6-py3-none-any.whl", hash = "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560"},
|
||||||
{file = "sphinx-7.1.2.tar.gz", hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f"},
|
{file = "sphinx-7.2.6.tar.gz", hash = "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1108,7 +1108,7 @@ imagesize = ">=1.3"
|
|||||||
importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""}
|
importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""}
|
||||||
Jinja2 = ">=3.0"
|
Jinja2 = ">=3.0"
|
||||||
packaging = ">=21.0"
|
packaging = ">=21.0"
|
||||||
Pygments = ">=2.13"
|
Pygments = ">=2.14"
|
||||||
requests = ">=2.25.0"
|
requests = ">=2.25.0"
|
||||||
snowballstemmer = ">=2.0"
|
snowballstemmer = ">=2.0"
|
||||||
sphinxcontrib-applehelp = "*"
|
sphinxcontrib-applehelp = "*"
|
||||||
@ -1116,12 +1116,12 @@ sphinxcontrib-devhelp = "*"
|
|||||||
sphinxcontrib-htmlhelp = ">=2.0.0"
|
sphinxcontrib-htmlhelp = ">=2.0.0"
|
||||||
sphinxcontrib-jsmath = "*"
|
sphinxcontrib-jsmath = "*"
|
||||||
sphinxcontrib-qthelp = "*"
|
sphinxcontrib-qthelp = "*"
|
||||||
sphinxcontrib-serializinghtml = ">=1.1.5"
|
sphinxcontrib-serializinghtml = ">=1.1.9"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
docs = ["sphinxcontrib-websupport"]
|
docs = ["sphinxcontrib-websupport"]
|
||||||
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-simplify", "isort", "mypy (>=0.990)", "ruff", "sphinx-lint", "types-requests"]
|
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)"]
|
test = ["cython (>=3.0)", "filelock", "html5lib", "pytest (>=4.6)", "setuptools (>=67.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sphinx-copybutton"
|
name = "sphinx-copybutton"
|
||||||
@ -1406,4 +1406,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "1163d87c1a0e46904b3e379c25ba24fc9fb0fb07cd74ee1185cc0dd906101aa3"
|
content-hash = "ee891e498693f61019422220ced7591fcf40319746c28ab183e9f10e9cb483d4"
|
||||||
|
@ -43,7 +43,7 @@ types-PyYAML = "^6.0.12"
|
|||||||
lxml = ">=4.9.3,<6.0.0"
|
lxml = ">=4.9.3,<6.0.0"
|
||||||
|
|
||||||
[tool.poetry.group.docs.dependencies]
|
[tool.poetry.group.docs.dependencies]
|
||||||
sphinx = ">=7.1,<7.2"
|
sphinx = ">=7.1,<7.3"
|
||||||
myst-parser = "^2.0.0"
|
myst-parser = "^2.0.0"
|
||||||
sphinx-rtd-theme = ">=1.2.2,<3.0.0"
|
sphinx-rtd-theme = ">=1.2.2,<3.0.0"
|
||||||
sphinx-copybutton = "^0.5.2"
|
sphinx-copybutton = "^0.5.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user