From 035adc1f6f2bc6e46d9aed1e0ef58f79e388e138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 05:15:56 +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 | 19 +++++++++++-------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a701e0..a4afaf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -666,7 +666,7 @@ category = "dev" description = "YAML parser and emitter for Python" name = "pyyaml" optional = false -python-versions = "*" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" version = "5.3.1" [[package]] @@ -1009,15 +1009,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" @@ -1033,7 +1035,8 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "aec0dc97e298e104b55b470c4c53249f272a4af4d6b527c09d35d185fd953115" +content-hash = "0fdd81e6997fa42d23c22483627aa76cb5ee0ce5deff38a4949dc54e1ae429ac" +lock-version = "1.0" python-versions = "^3.7" [metadata.files] @@ -1532,8 +1535,8 @@ virtualenv = [ {file = "virtualenv-20.0.31.tar.gz", hash = "sha256:43add625c53c596d38f971a465553f6318decc39d98512bc100fa1b1e839c8dc"}, ] 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 4136830..fa59d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pre-commit = "^2.7.1" coverage = {extras = ["toml"], version = "^5.2"} pytest-django = "^3.9.0" 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"