Skip to content

Commit 4961f59

Browse files
dependabot[bot]tlecomte
authored andcommitted
chore(deps): bump numpy from 2.2.3 to 2.2.5
Bumps [numpy](https://github.com/numpy/numpy) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.3...v2.2.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10c9a4f commit 4961f59

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
@@ -3,7 +3,7 @@ requires = [
33
"setuptools",
44

55
# Cython and numpy are needed when running setup.py, to build extensions
6-
"numpy==2.2.3",
6+
"numpy==2.2.5",
77
"Cython==3.0.12",
88
]
99
build-backend = "setuptools.build_meta"
@@ -35,7 +35,7 @@ dependencies = [
3535
"sounddevice==0.5.1",
3636
"rtmixer==0.1.7",
3737
"docutils==0.21.2",
38-
"numpy==2.2.3",
38+
"numpy==2.2.5",
3939
"PyQt5==5.15.11",
4040
"platformdirs==4.3.6",
4141
"pyrr==0.10.3",

0 commit comments

Comments
 (0)