Skip to content

Commit ef46200

Browse files
Bump numpy from 2.3.3 to 2.3.4 in /demos (#1650)
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.3 to 2.3.4. - [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.3...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 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 acea790 commit ef46200

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.0
22
trafaret==2.1.1
33
pyyaml==6.0.3
4-
numpy==2.3.3
4+
numpy==2.3.4
55
pandas==2.3.3
66
scikit-learn==1.7.2
77
scipy==1.16.2

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.3
13+
numpy==2.3.4
1414
pluggy==1.6.0
1515
pytest==8.4.2
1616
pytest-aiohttp==1.1.0

0 commit comments

Comments
 (0)