Skip to content

Commit 70244b8

Browse files
Bump numpy from 2.3.4 to 2.3.5 in /demos (#1678)
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.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.3.4...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcde68e commit 70244b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.13.2
22
trafaret==2.1.1
33
pyyaml==6.0.3
4-
numpy==2.3.4
4+
numpy==2.3.5
55
pandas==2.3.3
66
scikit-learn==1.7.2
77
scipy==1.16.3

demos/moderator_bot/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ importlib-metadata==0.23 ; python_version < '3.8'
1010
joblib==1.5.2
1111
more-itertools==10.8.0
1212
multidict==6.7.0
13-
numpy==2.3.4
13+
numpy==2.3.5
1414
pluggy==1.6.0
1515
pytest==8.4.2
1616
pytest-aiohttp==1.1.0

0 commit comments

Comments
 (0)