Merge pull request #7012 from freqtrade/dependabot/pip/develop/types-cachetools-5.2.1

Bump types-cachetools from 5.0.2 to 5.2.1
This commit is contained in:
Matthias
2022-06-27 11:54:43 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ repos:
- id: mypy
exclude: build_helpers
additional_dependencies:
- types-cachetools==5.0.2
- types-cachetools==5.2.1
- types-filelock==3.2.7
- types-requests==2.27.30
- types-tabulate==0.8.9

View File

@@ -22,7 +22,7 @@ time-machine==2.7.0
nbconvert==6.5.0
# mypy types
types-cachetools==5.0.2
types-cachetools==5.2.1
types-filelock==3.2.7
types-requests==2.27.30
types-tabulate==0.8.9