Skip to content

Commit 2a264a3

Browse files
Chore(deps): Bump numpy from 2.2.6 to 2.3.3
Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.3.3. - [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.6...v2.3.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02c1c3b commit 2a264a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"uv>=0.8.0",
4040
"librosa==0.11.0",
4141
"llvmlite==0.44.0",
42-
"numpy==2.2.6",
42+
"numpy==2.3.3",
4343
"gql[all]==4.0.0",
4444
]
4545
description = "Music Assistant"

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mashumaro==3.16
3737
music-assistant-frontend==2.16.3
3838
music-assistant-models==1.1.60
3939
mutagen==1.47.0
40-
numpy==2.2.6
40+
numpy==2.3.3
4141
orjson==3.11.3
4242
pillow==11.3.0
4343
pkce==1.0.3

0 commit comments

Comments
 (0)