From d3bad9b94ccee7c963e395c3db4867ceba30463d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 22:41:17 +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 79e6f4b6..e1783994 100644 --- a/poetry.lock +++ b/poetry.lock @@ -962,15 +962,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 = "main" @@ -986,7 +988,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "bf934598b29bd7958f48393a08147d8c3cb308410a55e79b466f3ee0f2047dcb" +content-hash = "61f874fdc56b7bdfa9bb13db352d425e9c353fbb9c203f7d39cb00447a1a6a47" lock-version = "1.0" python-versions = "^3.6" @@ -1554,8 +1556,8 @@ urllib3 = [ {file = "urllib3-1.25.9.tar.gz", hash = "sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"}, ] 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 70a30aa9..088298f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8-docstrings = "^1.5.0" sphinx = "^3.2.1" codecov = "^2.1.9" sphinx_bootstrap_theme = "^0.7.1" -xdoctest = "^0.14.0" +xdoctest = "^0.15.0" sphinx-gallery = "^0.8.1" [build-system]