diff --git a/.cruft.json b/.cruft.json index d1889f0e..f2c22578 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/Ouranosinc/cookiecutter-pypackage", - "commit": "d4c119c04266c970bc4785a04916475bf95b5d0a", + "commit": "04e4e20634c3a90cd796b4e7acfe92ae817a2b75", "checkout": null, "context": { "cookiecutter": { diff --git a/pyproject.toml b/pyproject.toml index 27097d38..9df8c4af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "flake8-rst-docstrings>=0.3.0", "flit", "tox>=4.5.1", - "coverage>=6.2,<7.0", + "coverage>=6.2.2,<7.0.0", "coveralls>=3.3.1", "pytest>=7.3.1", "pytest-cov>=4.0.0", @@ -79,7 +79,7 @@ docs = [ "sphinx-click", "sphinx-codeautolink", "sphinx-copybutton", - "sphinx>=7.0", + "sphinx", "sphinx_book_theme", "sphinxcontrib-napoleon" ]