diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bde08d6..59abcf6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "jupyter-book" + update-types: ["version-update:semver-major"] groups: pip-dependencies: patterns: diff --git a/pyproject.toml b/pyproject.toml index b82557b..f835a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,16 +33,16 @@ tests = [ "pytest>=8.2.2", ] tests-extra = [ - "pytest-randomly==3.16.0", - "pytest-rerunfailures==15.1", + "pytest-randomly==4.0.1", + "pytest-rerunfailures==16.1", "pytest-xdist==3.8.0", ] docs = [ - "docutils==0.21.2", - "jupyter-book==1.0.4.post1", + "docutils==0.21.2,<0.22", + "jupyter-book==1.0.4.post1,<2.0", "sphinx-autobuild==2024.10.3", - "sphinx==7.4.7", - "sphinx-github-changelog==1.7.1", + "sphinx==7.4.7,<8.0", + "sphinx-github-changelog==1.7.2", ] [project.urls]