diff --git a/doc/changelog.d/1662.dependencies.md b/doc/changelog.d/1662.dependencies.md new file mode 100644 index 0000000000..a20d9c8832 --- /dev/null +++ b/doc/changelog.d/1662.dependencies.md @@ -0,0 +1 @@ +bump numpy from 2.2.1 to 2.2.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ce0077d277..1b2b68c622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "docker==7.1.0", "grpcio==1.67.1", "grpcio-health-checking==1.67.1", - "numpy==2.2.1", + "numpy==2.2.2", "Pint==0.24.4", "protobuf==5.29.3", "pytest==8.3.4", @@ -92,7 +92,7 @@ doc = [ "nbsphinx==0.9.6", "notebook==7.3.2", "numpydoc==1.8.0", - "numpy==2.2.1", + "numpy==2.2.2", "panel==1.5.5", "Pint==0.24.4", "protobuf==5.29.3",