Skip to content

Commit 9774c51

Browse files
authored
Merge pull request freqtrade#12074 from freqtrade/dependabot/pip/develop/scipy-stubs-1.16.1.0
chore(deps-dev): bump scipy-stubs from 1.16.0.2 to 1.16.1.0
2 parents b081716 + 87ff8dc commit 9774c51

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ updates:
2929
mkdocs:
3030
patterns:
3131
- "mkdocs*"
32+
scipy:
33+
patterns:
34+
- "scipy"
35+
- "scipy-stubs"
3236

3337
- package-ecosystem: "github-actions"
3438
directory: "/"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- types-requests==2.32.4.20250611
3232
- types-tabulate==0.9.0.20241207
3333
- types-python-dateutil==2.9.0.20250708
34-
- scipy-stubs==1.16.0.2
34+
- scipy-stubs==1.16.1.0
3535
- SQLAlchemy==2.0.42
3636
# stages: [push]
3737

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ time-machine==2.16.0
2424
nbconvert==7.16.6
2525

2626
# mypy types
27-
scipy-stubs==1.16.0.2 # keep in sync with `scipy` in `requirements-hyperopt.txt`
27+
scipy-stubs==1.16.1.0 # keep in sync with `scipy` in `requirements-hyperopt.txt`
2828
types-cachetools==6.1.0.20250717
2929
types-filelock==3.2.7
3030
types-requests==2.32.4.20250611

0 commit comments

Comments
 (0)