From b85b4fa3206bf90b744866e97c17638d97d577d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 18:41:02 +0000 Subject: [PATCH] Build(deps-dev): Bump xdoctest from 0.15.4 to 0.15.5 Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 0.15.4 to 0.15.5. - [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.15.4...0.15.5) --- updated-dependencies: - dependency-name: xdoctest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f020d63..e716348b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1341,7 +1341,7 @@ python-versions = "*" [[package]] name = "xdoctest" -version = "0.15.4" +version = "0.15.5" description = "A rewrite of the builtin doctest module" category = "dev" optional = false @@ -1353,11 +1353,11 @@ Pygments = {version = "*", optional = true, markers = "extra == \"colors\""} six = "*" [package.extras] -all = ["six", "pytest", "pytest-cov", "codecov", "scikit-build", "cmake", "ninja", "pybind11", "pygments", "colorama", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"] +all = ["six", "codecov", "scikit-build", "cmake", "ninja", "pybind11", "pygments", "colorama", "pytest", "pytest", "pytest-cov", "pytest", "pytest", "pytest-cov", "typing", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel", "pytest", "pytest-cov"] 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"] +tests = ["codecov", "scikit-build", "cmake", "ninja", "pybind11", "pytest", "pytest", "pytest-cov", "pytest", "pytest", "pytest-cov", "typing", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel", "pytest", "pytest-cov"] [[package]] name = "zipp" @@ -1374,7 +1374,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "57aa989f9f554e97d9fdf2a5e27c430feb66703522a8d64a9693375720f17520" +content-hash = "ffecaa22da2ee65463d106b1eca26f258263c89a4c02de07a101329ac1ac8e48" [metadata.files] alabaster = [ @@ -2210,9 +2210,9 @@ webencodings = [ {file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"}, ] xdoctest = [ - {file = "xdoctest-0.15.4-py2.py3-none-any.whl", hash = "sha256:4b91eb67e45e51a254ff9370adb72a0c82b08289844c95cfd3a1186d7ec4f694"}, - {file = "xdoctest-0.15.4-py3-none-any.whl", hash = "sha256:33d4a12cf70da245ca3f71be9ef03e0615fa862826bf6a08e8f025ce693e496d"}, - {file = "xdoctest-0.15.4.tar.gz", hash = "sha256:ef1f93d2147988d3cb6f35c026ec32aca971923f86945a775f61e2f8de8505d1"}, + {file = "xdoctest-0.15.5-py2.py3-none-any.whl", hash = "sha256:bbf92c11e29ac5acab6d0381e9d4bcfdce7f2ed3b516e38e71a181d3d210d460"}, + {file = "xdoctest-0.15.5-py3-none-any.whl", hash = "sha256:49e16058d53138f3f20db3935c0e6e111d60a2c8739c017fb45c4486f4f8e8f1"}, + {file = "xdoctest-0.15.5.tar.gz", hash = "sha256:3d4966651c2eaa3b7c48307e484e6aa0428388d46842c3639d51757f0df56f56"}, ] zipp = [ {file = "zipp-3.4.1-py3-none-any.whl", hash = "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"}, diff --git a/pyproject.toml b/pyproject.toml index 65badc87..83f60014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ coverage = {extras = ["toml"], version = "^5.5"} safety = "^1.10.3" mypy = "^0.910" typeguard = "^2.12.1" -xdoctest = {extras = ["colors"], version = "^0.15.4"} +xdoctest = {extras = ["colors"], version = "^0.15.5"} sphinx = "^4.0.3" sphinx-autobuild = "^2021.3.14" pre-commit = "^2.13.0"