From 60cdef09a6abb4603a9cc0371dcf43df0dd112aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:29:18 +0000 Subject: [PATCH] Bump docutils from 0.17.1 to 0.20.1 Bumps [docutils](https://docutils.sourceforge.io/) from 0.17.1 to 0.20.1. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 555153b..fa36f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.7" dependencies = ["requests>=2.28.1", "pandas>=2", "pycountry>=22.3.5"] [project.optional-dependencies] docs = [ - "docutils==0.17.1", # https://jupyterbook.org/en/stable/content/citations.html?highlight=docutils#citations-and-bibliographies + "docutils==0.20.1", # https://jupyterbook.org/en/stable/content/citations.html?highlight=docutils#citations-and-bibliographies "jupyter-book >=1,<2", ]