Skip to content

Commit ddd7009

Browse files
authored
Merge pull request freqtrade#12011 from freqtrade/dependabot/pip/develop/types-83c738a83e
chore(deps-dev): bump types-cachetools from 6.0.0.20250525 to 6.1.0.20250717 in the types group
2 parents 187b19b + a130122 commit ddd7009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: mypy
2727
exclude: build_helpers
2828
additional_dependencies:
29-
- types-cachetools==6.0.0.20250525
29+
- types-cachetools==6.1.0.20250717
3030
- types-filelock==3.2.7
3131
- types-requests==2.32.4.20250611
3232
- types-tabulate==0.9.0.20241207

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nbconvert==7.16.6
2525

2626
# mypy types
2727
scipy-stubs==1.16.0.2 # keep in sync with `scipy` in `requirements-hyperopt.txt`
28-
types-cachetools==6.0.0.20250525
28+
types-cachetools==6.1.0.20250717
2929
types-filelock==3.2.7
3030
types-requests==2.32.4.20250611
3131
types-tabulate==0.9.0.20241207

0 commit comments

Comments
 (0)