Merge pull request #8126 from freqtrade/dependabot/pip/develop/types-cachetools-5.3.0.0

Bump types-cachetools from 5.2.1 to 5.3.0.0
This commit is contained in:
Matthias 2023-02-07 06:21:03 +01:00 committed by GitHub
commit e8dc3dd59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pycqa/flake8
rev: "4.0.1"
rev: "6.0.0"
hooks:
- id: flake8
# stages: [push]
@ -13,7 +13,7 @@ repos:
- id: mypy
exclude: build_helpers
additional_dependencies:
- types-cachetools==5.2.1
- types-cachetools==5.3.0.0
- types-filelock==3.2.7
- types-requests==2.28.11.8
- types-tabulate==0.9.0.0
@ -21,14 +21,14 @@ repos:
# stages: [push]
- repo: https://github.com/pycqa/isort
rev: "5.10.1"
rev: "5.12.0"
hooks:
- id: isort
name: isort (python)
# stages: [push]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
exclude: |

View File

@ -26,7 +26,7 @@ httpx==0.23.3
nbconvert==7.2.9
# mypy types
types-cachetools==5.2.1
types-cachetools==5.3.0.0
types-filelock==3.2.7
types-requests==2.28.11.8
types-tabulate==0.9.0.0