Skip to content

Commit b9c3218

Browse files
build(deps): bump numpy from 2.1.1 to 2.1.2
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67f594f commit b9c3218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests = [
4646
"click==8.1.7",
4747
"pygithub==2.4.0",
4848
"lxml==5.3.0",
49-
"numpy==2.1.1",
49+
"numpy==2.1.2",
5050
"parse==1.20.2",
5151
"pytest==8.3.2",
5252
"pytest-cov==5.0.0",
@@ -60,7 +60,7 @@ doc = [
6060
"build>= 0.10.0",
6161
"flit>=3.8.0",
6262
"jupyter_sphinx==0.5.3",
63-
"numpy==2.1.1",
63+
"numpy==2.1.2",
6464
"numpydoc==1.8.0",
6565
"pandas==2.2.2",
6666
"parse==1.20.2",

0 commit comments

Comments
 (0)