From a49e7aabd82eb2db93ba9847f1b7993dc9ebe5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 06:49:17 +0000 Subject: [PATCH] Bump docutils from 0.16 to 0.17 Bumps [docutils](http://docutils.sourceforge.net/) from 0.16 to 0.17. Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21dfe2e..8f2a63f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -161,7 +161,7 @@ sqlite = ["aiosqlite"] [[package]] name = "docutils" -version = "0.16" +version = "0.17" description = "Docutils -- Python Documentation Utilities" category = "dev" optional = false @@ -593,7 +593,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "bfc111f9cfcf8137c21116a4deec59b237eed283ae89d934d5b704b697bec2f2" +content-hash = "2a0723f4e24a2495e78843a646dd195fc4b1ea39f7d07638a840198c3e4affbb" [metadata.files] aiosqlite = [ @@ -696,8 +696,8 @@ databases = [ {file = "databases-0.4.2.tar.gz", hash = "sha256:2ca1b72f0209744e25fababc44c183e5fb6f7dd7af4274379f2ec6f14c00432a"}, ] docutils = [ - {file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"}, - {file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"}, + {file = "docutils-0.17-py2.py3-none-any.whl", hash = "sha256:a71042bb7207c03d5647f280427f14bfbd1a65c9eb84f4b341d85fafb6bb4bdf"}, + {file = "docutils-0.17.tar.gz", hash = "sha256:e2ffeea817964356ba4470efba7c2f42b6b0de0b04e66378507e3e2504bbff4c"}, ] fastapi = [ {file = "fastapi-0.63.0-py3-none-any.whl", hash = "sha256:98d8ea9591d8512fdadf255d2a8fa56515cdd8624dca4af369da73727409508e"}, diff --git a/pyproject.toml b/pyproject.toml index 0149145..7a0e8ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ aiosqlite = { version = "^0.17.0", optional = true } flake8 = "^3.9.0" black = "^20.8b1" pydocstyle = "^6.0.0" -docutils = "^0.16" +docutils = "^0.17" pytest = "^6.2.2" pytest-cov = "^2.11.1" pytest-click = "^1.0.2"