diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e1c6e142..10f01281a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: target-branch: "develop" schedule: interval: "monthly" + labels: + - "package" ignore: - dependency-name: "*" update-types: ["version-update:semver-minor", "version-update:semver-patch"] diff --git a/pyproject.toml b/pyproject.toml index 0fe6f589f..18b5dc206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,17 +46,17 @@ dependencies = [ docs = [ "jupyter-book~=1.0", "sphinx-book-theme~=1.0", - "sphinx-autodoc-typehints~=2.0", + "sphinx-autodoc-typehints>=2,<4", "sphinxcontrib-autoyaml~=1.0", "sphinxcontrib.mermaid~=1.0", "bokeh~=3.7", ] develop = [ - "pytest~=8.0", + "pytest>=8,<10", "pytest-benchmark~=5.1", "pre-commit~=4.0", "ruff~=0.9", - "isort~=5.0" + "isort>=5,<8" ] [tool.setuptools.packages.find]