Skip to content

Commit f91e71e

Browse files
authored
Merge pull request freqtrade#12994 from freqtrade/dependabot/pip/develop/types-7fbf452716
chore(deps-dev): bump types-cachetools from 6.2.0.20251022 to 6.2.0.20260317 in the types group
2 parents e703d6f + 9a94d97 commit f91e71e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: mypy
2121
exclude: build_helpers
2222
additional_dependencies:
23-
- types-cachetools==6.2.0.20251022
23+
- types-cachetools==6.2.0.20260317
2424
- types-filelock==3.2.7
2525
- types-requests==2.32.4.20260107
2626
- types-tabulate==0.10.0.20260308

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nbconvert==7.17.0
2424

2525
# mypy types
2626
scipy-stubs==1.17.1.2 # keep in sync with `scipy` in `requirements-hyperopt.txt`
27-
types-cachetools==6.2.0.20251022
27+
types-cachetools==6.2.0.20260317
2828
types-filelock==3.2.7
2929
types-requests==2.32.4.20260107
3030
types-tabulate==0.10.0.20260308

0 commit comments

Comments
 (0)