From 0f0c9889fe4826837305f7deda88ce7c01b41ee6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2019 02:15:06 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.6.0 to 1.7.0 Bumps [sphinx-autodoc-typehints](https://github.com/agronholm/sphinx-autodoc-typehints) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/agronholm/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/agronholm/sphinx-autodoc-typehints/blob/master/CHANGELOG.rst) - [Commits](https://github.com/agronholm/sphinx-autodoc-typehints/compare/1.6.0...1.7.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 230680e..4cf24e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,6 +111,7 @@ version = "4.5.3" [[package]] category = "main" description = "A backport of the dataclasses module for Python 3.6" +marker = "python_version < \"3.7\"" name = "dataclasses" optional = false python-versions = "*" @@ -807,11 +808,11 @@ category = "dev" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" name = "sphinx-autodoc-typehints" optional = false -python-versions = "!=3.5.0, !=3.5.1" -version = "1.6.0" +python-versions = ">=3.5.2" +version = "1.7.0" [package.dependencies] -Sphinx = ">=1.7" +Sphinx = ">=2.1" [[package]] category = "dev" @@ -986,7 +987,7 @@ python-versions = ">=2.7" version = "0.5.1" [metadata] -content-hash = "71ec6e7263ceff0becd4acee885068ff622ee51e2e514cc0fc81a9ce0d3cbd24" +content-hash = "4bd10a199590b6d36b787d0ab5a5aec19ed9219954e71d24bc0adff73ae64784" python-versions = "^3.6 || ^3.7" [metadata.hashes] @@ -1066,7 +1067,7 @@ six = ["3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", "d16a smmap2 = ["0555a7bf4df71d1ef4218e4807bbf9b201f910174e6e08af2e138d4e517b4dde", "29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a"] snowballstemmer = ["919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128", "9f3bcd3c401c3e862ec0ebe6d2c069ebc012ce142cce209c098ccb5b09136e89"] sphinx = ["22538e1bbe62b407cf5a8aabe1bb15848aa66bb79559f42f5202bbce6b757a69", "f9a79e746b87921cabc3baa375199c6076d1270cee53915dbd24fdbeaaacc427"] -sphinx-autodoc-typehints = ["19fe0b426b7c008181f67f816060da7f046bd8a42723f67a685d26d875bcefd7", "f9c06acfec80766fe8f542a6d6a042e751fcf6ce2e2711a7dc00d8b6daf8aa36"] +sphinx-autodoc-typehints = ["8eb1e2bc248d316a9faeca086c6133623f6d45770e342738158249356989b95c", "cedf37dde99096e3024ffcd498ee917c2ccf667e04e23d868d481eae2cb84910"] sphinx-click = ["2c7847607d07bc0ddf28acff3aa639b2660d06c5d95d1efe89eca6494fc750de", "814b2463b576dfafaf4a6f8ed9585f6d9696073ed5e4cca5b59d2dc9d29d3bc0"] sphinxcontrib-applehelp = ["edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897", "fb8dee85af95e5c30c91f10e7eb3c8967308518e0f7488a2828ef7bc191d0d5d"] sphinxcontrib-devhelp = ["6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34", "9512ecb00a2b0821a146736b39f7aeb90759834b07e81e8cc23a9c70bacb9981"] diff --git a/pyproject.toml b/pyproject.toml index 87a4e3e..8e26dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ flake8 = "<3.7" wemake-python-styleguide = "^0.7" mypy = "^0.720" sphinx = "^2.1" -sphinx-autodoc-typehints = "^1.6" +sphinx-autodoc-typehints = "^1.7" sphinx-click = "^2.2" doc8 = "^0.8" m2r = "^0.2"