diff --git a/poetry.lock b/poetry.lock index ebc588c5f..981b987f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1356,4 +1356,4 @@ networkx = ["networkx"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "99e9e88546065df26605b1240b641588740efe954ade7c7b82c20e0b4f38686d" +content-hash = "17d9a52ccc3c2a7b97633563f085b1672959450aaed9c7f4bfe7edfe3fcd7058" diff --git a/pyproject.toml b/pyproject.toml index dae4e35f9..4270f311f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,12 +56,12 @@ lxml-stubs = "^0.4.0" pytest = "^7.1.3" pytest-cov = "^4.0.0" coverage = {version = "^7.0.1", extras = ["toml"]} -types-setuptools = ">=65.6.0.3,<69.0.0.0" -setuptools = ">=65.6.3,<69.0.0" +types-setuptools = "^68.0.0.3" +setuptools = "^68.0.0" [tool.poetry.group.docs.dependencies] -sphinx = ">=5.3,<8.0" -myst-parser = ">=1,<3" +sphinx = "^7.1.1" +myst-parser = "^2.0.0" sphinxcontrib-apidoc = "^0.3.0" sphinx-autodoc-typehints = "^1.17.1" typing-extensions = "^4.5.0"