Merge pull request #7778 from freqtrade/dependabot/pip/develop/types-requests-2.28.11.5

Bump types-requests from 2.28.11.4 to 2.28.11.5
This commit is contained in:
Matthias 2022-11-21 13:23:52 +01:00 committed by GitHub
commit 450ebaa2cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ repos:
additional_dependencies:
- types-cachetools==5.2.1
- types-filelock==3.2.7
- types-requests==2.28.11.4
- types-requests==2.28.11.5
- types-tabulate==0.9.0.0
- types-python-dateutil==2.8.19.4
# stages: [push]

View File

@ -27,6 +27,6 @@ nbconvert==7.2.5
# mypy types
types-cachetools==5.2.1
types-filelock==3.2.7
types-requests==2.28.11.4
types-requests==2.28.11.5
types-tabulate==0.9.0.0
types-python-dateutil==2.8.19.4