diff --git a/poetry.lock b/poetry.lock index 5ea5d304..31c0838c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2040,13 +2040,13 @@ files = [ [[package]] name = "xdoctest" -version = "1.1.2" +version = "1.1.3" description = "A rewrite of the builtin doctest module" optional = false python-versions = ">=3.6" files = [ - {file = "xdoctest-1.1.2-py3-none-any.whl", hash = "sha256:ebe133222534f09597cbe461f97cc5f95ad7b36e5d31f3437caffb9baaddbddb"}, - {file = "xdoctest-1.1.2.tar.gz", hash = "sha256:267d3d4e362547fa917d3deabaf6888232bbf43c8d30298faeb957dbfa7e0ba3"}, + {file = "xdoctest-1.1.3-py3-none-any.whl", hash = "sha256:9360535bd1a971ffc216d9613898cedceb81d0fd024587cc3c03c74d14c00a31"}, + {file = "xdoctest-1.1.3.tar.gz", hash = "sha256:84e76a42a11a5926ff66d9d84c616bc101821099672550481ad96549cbdd02ae"}, ] [package.dependencies] @@ -2068,4 +2068,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9c9234983bd03c6f6fcac8a888930ccfe84c57198b3c6bde152c96ef1335bf7e" +content-hash = "f5321a1bf930003846919d0267029b129d26187f1d98c7821cbcd66007643582" diff --git a/pyproject.toml b/pyproject.toml index 363c2989..9cbc83d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ sphinxcontrib-spelling = ">=7.3.2" sphinxcontrib-versioning = "2.2.1" sphinxemoji = "0.3.1" typeguard = "^2.13.0" -xdoctest = {extras = ["colors"], version = "1.1.2"} +xdoctest = {extras = ["colors"], version = "1.1.3"} [tool.poetry.scripts]