diff --git a/poetry.lock b/poetry.lock index 27f8e763f..de0432df0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1055,13 +1055,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "setuptools" -version = "67.8.0" +version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.7" files = [ - {file = "setuptools-67.8.0-py3-none-any.whl", hash = "sha256:5df61bf30bb10c6f756eb19e7c9f3b473051f48db77fddbe06ff2ca307df9a6f"}, - {file = "setuptools-67.8.0.tar.gz", hash = "sha256:62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102"}, + {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, + {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, ] [package.extras] @@ -1344,4 +1344,4 @@ networkx = ["networkx"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "6143a36eb3f26087a9ade34ff007ea5c092f3966ea7e5193d89445b642a5a530" +content-hash = "bd72cf9ef87c3080a305f3b2d90f1e82fd1f8a6be2a5d5ffdfc039b5c77f292e" diff --git a/pyproject.toml b/pyproject.toml index 05b2cba89..c9bc2c002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ 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,<68.0.0" +setuptools = ">=65.6.3,<69.0.0" [tool.poetry.group.docs.dependencies] sphinx = "^5.3.0"