diff --git a/CI/requirements_ci.in b/CI/requirements_ci.in index da95f965e..204e832d5 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,5 +1,5 @@ bump-my-version==0.29.0 -deptry==0.21.2 +deptry==0.22.0 flit==3.10.1 pip==24.3.1 pylint==3.3.3 diff --git a/pyproject.toml b/pyproject.toml index 22b43f1c7..4b7454a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.1", # coveralls is not yet compatible with Python 3.13 - "deptry ==0.21.2", + "deptry ==0.22.0", "flake8 >=7.1.1", "flake8-rst-docstrings >=0.3.0", "h5netcdf>=1.3.0", @@ -112,7 +112,7 @@ docs = [ "sphinx-mdinclude", "sphinxcontrib-bibtex", "sphinxcontrib-svg2pdfconverter[Cairosvg]", - "pygments <2.19" # FIXME: temporary fix, https://github.com/felix-hilden/sphinx-codeautolink/issues/153 + "pygments <2.20" # FIXME: temporary fix, https://github.com/felix-hilden/sphinx-codeautolink/issues/153 ] extras = ["fastnanquantile >=0.0.2", "flox >=0.9", "POT >=0.9.4"] all = ["xclim[dev]", "xclim[docs]", "xclim[extras]"]