diff --git a/pyproject.toml b/pyproject.toml index 856be5deb..366cb5627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ "click==8.1.7", "pygithub==2.4.0", "lxml==5.3.0", - "numpy==2.1.0", + "numpy==2.1.1", "parse==1.20.2", "pytest==8.3.2", "pytest-cov==5.0.0", @@ -60,7 +60,7 @@ doc = [ "build>= 0.10.0", "flit>=3.8.0", "jupyter_sphinx==0.5.3", - "numpy==2.1.0", + "numpy==2.1.1", "numpydoc==1.8.0", "pandas==2.2.2", "parse==1.20.2",