diff --git a/poetry.lock b/poetry.lock index 33b734db8..dd1f6d03d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -871,13 +871,13 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "docutils" -version = "0.16" +version = "0.19" description = "Docutils -- Python Documentation Utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"}, - {file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"}, + {file = "docutils-0.19-py3-none-any.whl", hash = "sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc"}, + {file = "docutils-0.19.tar.gz", hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"}, ] [[package]] @@ -4558,4 +4558,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "1e0cf9fe4182cfd1454dedea3fbffc87993ee10138b39d29cfc1ae8433fdcbef" +content-hash = "2169bd4d4ca3d177682f670f64f0b83f48b0bb9fb36b391eb5ae70d9f2534327" diff --git a/pyproject.toml b/pyproject.toml index dc9ff48e7..61d8cb17d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ optional = true jupyter = "^1.0.0" ipykernel = "^6.15.3" ipywidgets = "^8.0.2" -docutils = "0.16" +docutils = "0.19" Sphinx = "^5.2.3" sphinx-rtd-theme = ">=1,<3" sphinxcontrib-seqdiag = "^3.0.0"