Merge pull request #8256 from freqtrade/dependabot/pip/develop/types-cachetools-5.3.0.4

Bump types-cachetools from 5.3.0.0 to 5.3.0.4
This commit is contained in:
Matthias
2023-02-28 12:02:39 +01: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.3.0.0
- types-cachetools==5.3.0.4
- types-filelock==3.2.7
- types-requests==2.28.11.15
- types-tabulate==0.9.0.1

View File

@@ -25,7 +25,7 @@ httpx==0.23.3
nbconvert==7.2.9
# mypy types
types-cachetools==5.3.0.0
types-cachetools==5.3.0.4
types-filelock==3.2.7
types-requests==2.28.11.15
types-tabulate==0.9.0.1