Skip to content

Commit f4f2249

Browse files
authored
Merge pull request freqtrade#12187 from freqtrade/dependabot/pip/develop/types-562fd16d2b
chore(deps-dev): bump types-cachetools from 6.1.0.20250717 to 6.2.0.20250827 in the types group
2 parents 2de831f + 1909fc3 commit f4f2249

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.1.0.20250717
29+
- types-cachetools==6.2.0.20250827
3030
- types-filelock==3.2.7
3131
- types-requests==2.32.4.20250809
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.1.1 # keep in sync with `scipy` in `requirements-hyperopt.txt`
28-
types-cachetools==6.1.0.20250717
28+
types-cachetools==6.2.0.20250827
2929
types-filelock==3.2.7
3030
types-requests==2.32.4.20250809
3131
types-tabulate==0.9.0.20241207

0 commit comments

Comments
 (0)