diff --git a/poetry.lock b/poetry.lock index 21dfe2e..4a9fc99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -161,11 +161,11 @@ sqlite = ["aiosqlite"] [[package]] name = "docutils" -version = "0.16" +version = "0.19" description = "Docutils -- Python Documentation Utilities" category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" [[package]] name = "fastapi" @@ -593,7 +593,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "bfc111f9cfcf8137c21116a4deec59b237eed283ae89d934d5b704b697bec2f2" +content-hash = "199903aeb3da0b472825a6d8a4ca1c19528f9a700522181c974044c9f2b503dd" [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.19-py3-none-any.whl", hash = "sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc"}, + {file = "docutils-0.19.tar.gz", hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"}, ] fastapi = [ {file = "fastapi-0.63.0-py3-none-any.whl", hash = "sha256:98d8ea9591d8512fdadf255d2a8fa56515cdd8624dca4af369da73727409508e"}, diff --git a/pyproject.toml b/pyproject.toml index 0149145..e3e3073 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.19" pytest = "^6.2.2" pytest-cov = "^2.11.1" pytest-click = "^1.0.2"