From 928655655f9f3ed1436fad88f7eae559848c988b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:44:14 +0000 Subject: [PATCH] chore(deps-dev): bump xdoctest from 1.3.0 to 1.3.1 Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/Erotemic/xdoctest/releases) - [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md) - [Commits](https://github.com/Erotemic/xdoctest/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: xdoctest dependency-version: 1.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 00764c71..81c98eac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2640,14 +2640,14 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "xdoctest" -version = "1.3.0" +version = "1.3.1" description = "A rewrite of the builtin doctest module" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "xdoctest-1.3.0-py3-none-any.whl", hash = "sha256:b546accaecae2fd0a14e8d8e125550832f3f11981629324519d057e218dd348f"}, - {file = "xdoctest-1.3.0.tar.gz", hash = "sha256:f92cb99a3be6011c57bb94613a26b09a268e0095e926b4559132d135d8f6c9d4"}, + {file = "xdoctest-1.3.1-py3-none-any.whl", hash = "sha256:c17b89fa477d40bf868cd92b303eb67056ea32a997dff7d242942dcb9b7ab835"}, + {file = "xdoctest-1.3.1.tar.gz", hash = "sha256:595b71029750873939588cbc6f97f52fce9e003d21733509659dea4adba9227a"}, ] [package.dependencies] @@ -2655,22 +2655,22 @@ colorama = {version = ">=0.4.1", optional = true, markers = "platform_system == Pygments = {version = ">=2.15.1", optional = true, markers = "extra == \"colors\""} [package.extras] -all = ["IPython (>=7.23.1)", "Pygments (>=2.15.1)", "attrs (>=19.2.0)", "colorama (>=0.4.1) ; platform_system == \"Windows\"", "debugpy (>=1.0.0) ; python_version == \"3.8\"", "debugpy (>=1.3.0) ; python_version == \"3.9\"", "debugpy (>=1.6.0) ; python_version >= \"3.10\"", "ipykernel (>=6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=6.11.0) ; python_version < \"4.0\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (>=0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (>=0.16)", "jinja2 (>=3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (>=7.0.0)", "jupyter_core (>=4.7.0)", "nbconvert (>=6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (>=2.2.0)", "pytest (>=4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (>=6.2.5) ; python_version >= \"3.10.0\"", "pytest-cov (>=3.0.0)", "tomli (>=0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] -all-strict = ["IPython (==7.23.1)", "Pygments (==2.15.1)", "attrs (==19.2.0)", "colorama (==0.4.1) ; platform_system == \"Windows\"", "debugpy (==1.0.0) ; python_version == \"3.8\"", "debugpy (==1.3.0) ; python_version == \"3.9\"", "debugpy (==1.6.0) ; python_version >= \"3.10\"", "ipykernel (==6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==6.11.0) ; python_version < \"4.0\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (==0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (==0.16)", "jinja2 (==3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (==7.0.0)", "jupyter_core (==4.7.0)", "nbconvert (==6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (==2.2.0)", "pytest (==4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (==6.2.5) ; python_version >= \"3.10.0\"", "pytest-cov (==3.0.0)", "tomli (==0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] +all = ["IPython (>=7.23.1) ; python_version < \"3.14\"", "IPython (>=9.0.0) ; python_version >= \"3.14\"", "Pygments (>=2.15.1)", "attrs (>=19.2.0)", "colorama (>=0.4.1) ; platform_system == \"Windows\"", "debugpy (>=1.0.0) ; python_version == \"3.8\"", "debugpy (>=1.3.0) ; python_version == \"3.9\"", "debugpy (>=1.6.0) ; python_version < \"3.14\" and python_version >= \"3.10\"", "debugpy (>=1.8.0) ; python_version < \"4\" and python_version >= \"3.14\"", "ipykernel (>=6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=6.11.0) ; python_version < \"3.14\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=7.2.0) ; python_version < \"4.0\" and python_version >= \"3.14\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (>=0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (>=0.16)", "jinja2 (>=3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (>=7.0.0) ; python_version < \"3.14\"", "jupyter_client (>=8.8.0) ; python_version >= \"3.14\"", "jupyter_core (>=4.7.0) ; python_version < \"3.14\"", "jupyter_core (>=5.7.0) ; python_version >= \"3.14\"", "nbconvert (>=6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (>=2.2.0) ; python_version < \"3.14\"", "pyflakes (>=3.3.0) ; python_version < \"4.0\" and python_version >= \"3.14\"", "pytest (>=4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (>=6.2.5) ; python_version < \"3.14.0\" and python_version >= \"3.10.0\"", "pytest (>=9.0.0) ; python_version < \"4.0.0\" and python_version >= \"3.14.0\"", "pytest-cov (>=3.0.0)", "tomli (>=0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] +all-strict = ["IPython (==7.23.1) ; python_version < \"3.14\"", "IPython (==9.0.0) ; python_version >= \"3.14\"", "Pygments (==2.15.1)", "attrs (==19.2.0)", "colorama (==0.4.1) ; platform_system == \"Windows\"", "debugpy (==1.0.0) ; python_version == \"3.8\"", "debugpy (==1.3.0) ; python_version == \"3.9\"", "debugpy (==1.6.0) ; python_version < \"3.14\" and python_version >= \"3.10\"", "debugpy (==1.8.0) ; python_version < \"4\" and python_version >= \"3.14\"", "ipykernel (==6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==6.11.0) ; python_version < \"3.14\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==7.2.0) ; python_version < \"4.0\" and python_version >= \"3.14\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (==0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (==0.16)", "jinja2 (==3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (==7.0.0) ; python_version < \"3.14\"", "jupyter_client (==8.8.0) ; python_version >= \"3.14\"", "jupyter_core (==4.7.0) ; python_version < \"3.14\"", "jupyter_core (==5.7.0) ; python_version >= \"3.14\"", "nbconvert (==6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (==2.2.0) ; python_version < \"3.14\"", "pyflakes (==3.3.0) ; python_version < \"4.0\" and python_version >= \"3.14\"", "pytest (==4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (==6.2.5) ; python_version < \"3.14.0\" and python_version >= \"3.10.0\"", "pytest (==9.0.0) ; python_version < \"4.0.0\" and python_version >= \"3.14.0\"", "pytest-cov (==3.0.0)", "tomli (==0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] colors = ["Pygments (>=2.15.1)", "colorama (>=0.4.1) ; platform_system == \"Windows\""] colors-strict = ["Pygments (==2.15.1)", "colorama (==0.4.1) ; platform_system == \"Windows\""] docs = ["Pygments (>=2.15.1)", "myst_parser (>=0.18.0)", "sphinx (>=5.0.1)", "sphinx-autoapi (>=1.8.4)", "sphinx-autobuild (>=2021.3.14)", "sphinx-reredirects (>=0.0.1)", "sphinx_rtd_theme (>=1.0.0)", "sphinxcontrib-napoleon (>=0.7)"] docs-strict = ["Pygments (==2.15.1)", "myst_parser (==0.18.0)", "sphinx (==5.0.1)", "sphinx-autoapi (==1.8.4)", "sphinx-autobuild (==2021.3.14)", "sphinx-reredirects (==0.0.1)", "sphinx_rtd_theme (==1.0.0)", "sphinxcontrib-napoleon (==0.7)"] -jupyter = ["IPython (>=7.23.1)", "attrs (>=19.2.0)", "debugpy (>=1.0.0) ; python_version == \"3.8\"", "debugpy (>=1.3.0) ; python_version == \"3.9\"", "debugpy (>=1.6.0) ; python_version >= \"3.10\"", "ipykernel (>=6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=6.11.0) ; python_version < \"4.0\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (>=0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (>=0.16)", "jinja2 (>=3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (>=7.0.0)", "jupyter_core (>=4.7.0)", "nbconvert (>=6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\""] -jupyter-strict = ["IPython (==7.23.1)", "attrs (==19.2.0)", "debugpy (==1.0.0) ; python_version == \"3.8\"", "debugpy (==1.3.0) ; python_version == \"3.9\"", "debugpy (==1.6.0) ; python_version >= \"3.10\"", "ipykernel (==6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==6.11.0) ; python_version < \"4.0\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (==0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (==0.16)", "jinja2 (==3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (==7.0.0)", "jupyter_core (==4.7.0)", "nbconvert (==6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\""] -optional = ["IPython (>=7.23.1)", "Pygments (>=2.15.1)", "attrs (>=19.2.0)", "colorama (>=0.4.1) ; platform_system == \"Windows\"", "debugpy (>=1.0.0) ; python_version == \"3.8\"", "debugpy (>=1.3.0) ; python_version == \"3.9\"", "debugpy (>=1.6.0) ; python_version >= \"3.10\"", "ipykernel (>=6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=6.11.0) ; python_version < \"4.0\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (>=0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (>=0.16)", "jinja2 (>=3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (>=7.0.0)", "jupyter_core (>=4.7.0)", "nbconvert (>=6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (>=2.2.0)", "tomli (>=0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] -optional-strict = ["IPython (==7.23.1)", "Pygments (==2.15.1)", "attrs (==19.2.0)", "colorama (==0.4.1) ; platform_system == \"Windows\"", "debugpy (==1.0.0) ; python_version == \"3.8\"", "debugpy (==1.3.0) ; python_version == \"3.9\"", "debugpy (==1.6.0) ; python_version >= \"3.10\"", "ipykernel (==6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==6.11.0) ; python_version < \"4.0\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (==0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (==0.16)", "jinja2 (==3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (==7.0.0)", "jupyter_core (==4.7.0)", "nbconvert (==6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (==2.2.0)", "tomli (==0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] -tests = ["pytest (>=4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (>=6.2.5) ; python_version >= \"3.10.0\"", "pytest-cov (>=3.0.0)"] +jupyter = ["IPython (>=7.23.1) ; python_version < \"3.14\"", "IPython (>=9.0.0) ; python_version >= \"3.14\"", "attrs (>=19.2.0)", "debugpy (>=1.0.0) ; python_version == \"3.8\"", "debugpy (>=1.3.0) ; python_version == \"3.9\"", "debugpy (>=1.6.0) ; python_version < \"3.14\" and python_version >= \"3.10\"", "debugpy (>=1.8.0) ; python_version < \"4\" and python_version >= \"3.14\"", "ipykernel (>=6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=6.11.0) ; python_version < \"3.14\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=7.2.0) ; python_version < \"4.0\" and python_version >= \"3.14\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (>=0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (>=0.16)", "jinja2 (>=3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (>=7.0.0) ; python_version < \"3.14\"", "jupyter_client (>=8.8.0) ; python_version >= \"3.14\"", "jupyter_core (>=4.7.0) ; python_version < \"3.14\"", "jupyter_core (>=5.7.0) ; python_version >= \"3.14\"", "nbconvert (>=6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\""] +jupyter-strict = ["IPython (==7.23.1) ; python_version < \"3.14\"", "IPython (==9.0.0) ; python_version >= \"3.14\"", "attrs (==19.2.0)", "debugpy (==1.0.0) ; python_version == \"3.8\"", "debugpy (==1.3.0) ; python_version == \"3.9\"", "debugpy (==1.6.0) ; python_version < \"3.14\" and python_version >= \"3.10\"", "debugpy (==1.8.0) ; python_version < \"4\" and python_version >= \"3.14\"", "ipykernel (==6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==6.11.0) ; python_version < \"3.14\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==7.2.0) ; python_version < \"4.0\" and python_version >= \"3.14\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (==0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (==0.16)", "jinja2 (==3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (==7.0.0) ; python_version < \"3.14\"", "jupyter_client (==8.8.0) ; python_version >= \"3.14\"", "jupyter_core (==4.7.0) ; python_version < \"3.14\"", "jupyter_core (==5.7.0) ; python_version >= \"3.14\"", "nbconvert (==6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\""] +optional = ["IPython (>=7.23.1) ; python_version < \"3.14\"", "IPython (>=9.0.0) ; python_version >= \"3.14\"", "Pygments (>=2.15.1)", "attrs (>=19.2.0)", "colorama (>=0.4.1) ; platform_system == \"Windows\"", "debugpy (>=1.0.0) ; python_version == \"3.8\"", "debugpy (>=1.3.0) ; python_version == \"3.9\"", "debugpy (>=1.6.0) ; python_version < \"3.14\" and python_version >= \"3.10\"", "debugpy (>=1.8.0) ; python_version < \"4\" and python_version >= \"3.14\"", "ipykernel (>=6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=6.11.0) ; python_version < \"3.14\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (>=7.2.0) ; python_version < \"4.0\" and python_version >= \"3.14\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (>=0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (>=0.16)", "jinja2 (>=3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (>=7.0.0) ; python_version < \"3.14\"", "jupyter_client (>=8.8.0) ; python_version >= \"3.14\"", "jupyter_core (>=4.7.0) ; python_version < \"3.14\"", "jupyter_core (>=5.7.0) ; python_version >= \"3.14\"", "nbconvert (>=6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (>=2.2.0) ; python_version < \"3.14\"", "pyflakes (>=3.3.0) ; python_version < \"4.0\" and python_version >= \"3.14\"", "tomli (>=0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] +optional-strict = ["IPython (==7.23.1) ; python_version < \"3.14\"", "IPython (==9.0.0) ; python_version >= \"3.14\"", "Pygments (==2.15.1)", "attrs (==19.2.0)", "colorama (==0.4.1) ; platform_system == \"Windows\"", "debugpy (==1.0.0) ; python_version == \"3.8\"", "debugpy (==1.3.0) ; python_version == \"3.9\"", "debugpy (==1.6.0) ; python_version < \"3.14\" and python_version >= \"3.10\"", "debugpy (==1.8.0) ; python_version < \"4\" and python_version >= \"3.14\"", "ipykernel (==6.0.0) ; python_version < \"3.12\" and python_version >= \"3.7\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==6.11.0) ; python_version < \"3.14\" and python_version >= \"3.12\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipykernel (==7.2.0) ; python_version < \"4.0\" and python_version >= \"3.14\" and (platform_system != \"Windows\" or platform_python_implementation != \"PyPy\")", "ipython_genutils (==0.2.0) ; platform_python_implementation != \"PyPy\"", "jedi (==0.16)", "jinja2 (==3.0.0) ; platform_python_implementation != \"PyPy\"", "jupyter_client (==7.0.0) ; python_version < \"3.14\"", "jupyter_client (==8.8.0) ; python_version >= \"3.14\"", "jupyter_core (==4.7.0) ; python_version < \"3.14\"", "jupyter_core (==5.7.0) ; python_version >= \"3.14\"", "nbconvert (==6.1.0) ; python_version >= \"3.7.0\" and platform_python_implementation != \"PyPy\"", "pyflakes (==2.2.0) ; python_version < \"3.14\"", "pyflakes (==3.3.0) ; python_version < \"4.0\" and python_version >= \"3.14\"", "tomli (==0.2.0) ; python_version < \"3.11.0\" and python_version >= \"3.6\""] +tests = ["pytest (>=4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (>=6.2.5) ; python_version < \"3.14.0\" and python_version >= \"3.10.0\"", "pytest (>=9.0.0) ; python_version < \"4.0.0\" and python_version >= \"3.14.0\"", "pytest-cov (>=3.0.0)"] tests-binary = ["cmake (>=3.21.2) ; python_version < \"3.11\"", "cmake (>=3.25.0) ; python_version < \"4.0\" and python_version >= \"3.11\"", "ninja (>=1.10.2) ; python_version < \"3.11\"", "ninja (>=1.11.1) ; python_version < \"4.0\" and python_version >= \"3.11\"", "pybind11 (>=2.10.3) ; python_version < \"4.0\" and python_version >= \"3.11\"", "pybind11 (>=2.7.1) ; python_version < \"3.11\"", "scikit-build (>=0.11.1) ; python_version < \"3.11\"", "scikit-build (>=0.16.1) ; python_version < \"4.0\" and python_version >= \"3.11\""] tests-binary-strict = ["cmake (==3.21.2) ; python_version < \"3.11\"", "cmake (==3.25.0) ; python_version < \"4.0\" and python_version >= \"3.11\"", "ninja (==1.10.2) ; python_version < \"3.11\"", "ninja (==1.11.1) ; python_version < \"4.0\" and python_version >= \"3.11\"", "pybind11 (==2.10.3) ; python_version < \"4.0\" and python_version >= \"3.11\"", "pybind11 (==2.7.1) ; python_version < \"3.11\"", "scikit-build (==0.11.1) ; python_version < \"3.11\"", "scikit-build (==0.16.1) ; python_version < \"4.0\" and python_version >= \"3.11\""] -tests-strict = ["pytest (==4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (==6.2.5) ; python_version >= \"3.10.0\"", "pytest-cov (==3.0.0)"] +tests-strict = ["pytest (==4.6.0) ; python_version < \"3.10.0\" and python_version >= \"3.7.0\"", "pytest (==6.2.5) ; python_version < \"3.14.0\" and python_version >= \"3.10.0\"", "pytest (==9.0.0) ; python_version < \"4.0.0\" and python_version >= \"3.14.0\"", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "b506b728481417dc0810e8fb061bdb69c2a222caaa2d21b11721504b3363cffd" +content-hash = "fdaf5594d9dfc65f1f3105c4c1243110e2c6a182a172c983c0477494517a76f2" diff --git a/pyproject.toml b/pyproject.toml index 8ad282ca..108e8c93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pytest = "^9.0.2" coverage = {extras = ["toml"], version = "^7.13"} safety = "^3.6.1" mypy = "^1.17" -xdoctest = {extras = ["colors"], version = "^1.2.0"} +xdoctest = {extras = ["colors"], version = "^1.3.1"} flake8-bandit = "~4.1.1" flake8-bugbear = ">=21.9.2" flake8-docstrings = "^1.6.0"