From 6b946ebdc55d3e28950f1c746134ee0de6de1542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:59:21 +0000 Subject: [PATCH] Bump xdoctest from 0.14.0 to 0.15.0 Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/Erotemic/xdoctest/releases) - [Changelog](https://github.com/Erotemic/xdoctest/blob/master/CHANGELOG.md) - [Commits](https://github.com/Erotemic/xdoctest/compare/0.14.0...0.15.0) Signed-off-by: dependabot[bot] --- poetry.lock | 16 +++++++++------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ea6398..c5d874d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -976,15 +976,17 @@ description = "A rewrite of the builtin doctest module" name = "xdoctest" optional = false python-versions = "*" -version = "0.14.0" +version = "0.15.0" [package.dependencies] six = "*" [package.extras] -all = ["six", "pytest", "pytest-cov", "codecov", "scikit-build", "cmake", "ninja", "pybind11", "pygments", "colorama"] -optional = ["pygments", "colorama"] -tests = ["pytest", "pytest-cov", "codecov", "scikit-build", "cmake", "ninja", "pybind11"] +all = ["six", "pytest", "pytest-cov", "codecov", "scikit-build", "cmake", "ninja", "pybind11", "pygments", "colorama", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"] +colors = ["pygments", "colorama"] +jupyter = ["nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"] +optional = ["pygments", "colorama", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"] +tests = ["pytest", "pytest-cov", "codecov", "scikit-build", "cmake", "ninja", "pybind11", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"] [[package]] category = "dev" @@ -1000,7 +1002,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "937bf7546a48b796c319a73d01713ae52c39a40a65f1cd16b2ac5b11d4346977" +content-hash = "f1ccac72e7981c06ffb365f5144d616c7e338c8845483e34d6c19ff366a3a316" lock-version = "1.0" python-versions = "^3.7" @@ -1487,8 +1489,8 @@ virtualenv = [ {file = "virtualenv-20.0.24.tar.gz", hash = "sha256:680011aa2995fb8b7c2bbea7da7afd8dcaf382def7a3e02a1b1fba4b402aa8cf"}, ] xdoctest = [ - {file = "xdoctest-0.14.0-py2.py3-none-any.whl", hash = "sha256:312c0afa79a0a6e29737cc0bc4acdf8299133b70ce7c4d7ed254d6950ec34fff"}, - {file = "xdoctest-0.14.0.tar.gz", hash = "sha256:f1a218eacb89401cb0547beba684a4d649d1f09b2492a346816c0cf35e36257c"}, + {file = "xdoctest-0.15.0-py2.py3-none-any.whl", hash = "sha256:695ea04303a48cbb319709270d43f7bae7f3de3701aec73f09d90a216499992e"}, + {file = "xdoctest-0.15.0.tar.gz", hash = "sha256:7f0a184d403b69b166ebec1aadb13c98c96c59101e974ae2e4db4c3a803ec371"}, ] zipp = [ {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"}, diff --git a/pyproject.toml b/pyproject.toml index 9ed36b3..9f71c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-mock = "^3.3.1" typeguard = "^2.9.1" pre-commit = "^2.7.1" pygments = "^2.6.1" -xdoctest = "^0.14.0" +xdoctest = "^0.15.0" sphinx = "^3.2.1" sphinx-autobuild = "^2020.9.1" darglint = "^1.5.4"