diff --git a/doc/changelog.d/36.dependencies.md b/doc/changelog.d/36.dependencies.md new file mode 100644 index 0000000..3f79b84 --- /dev/null +++ b/doc/changelog.d/36.dependencies.md @@ -0,0 +1 @@ +chore(deps): bump the dependencies group with 3 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b3b3e96..511e1ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,15 +38,15 @@ build = [ ] tests = [ # 8.0.2 at most: https://github.com/microsoft/PTVS/issues/7853 - "pytest==8.3.5", - "pytest-cov==6.1.1" + "pytest==8.4.1", + "pytest-cov==6.2.1" ] doc = [ "ansys-sphinx-theme[autoapi]==1.3.2", "autodoc_pydantic==2.2.0", "jupyter_sphinx==0.5.3", "nbsphinx==0.9.7", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "sphinx==8.1.3", "sphinxcontrib-globalsubs==0.1.2", "sphinxcontrib-httpdomain==1.8.1",