Merge pull request #6937 from freqtrade/dependabot/pip/develop/types-requests-2.27.30

Bump types-requests from 2.27.29 to 2.27.30
This commit is contained in:
Matthias 2022-06-06 11:00:40 +02:00 committed by GitHub
commit c00a7b65af
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.0.1
- types-filelock==3.2.6
- types-requests==2.27.29
- types-requests==2.27.30
- types-tabulate==0.8.9
- types-python-dateutil==2.8.17
# stages: [push]

View File

@ -24,6 +24,6 @@ nbconvert==6.5.0
# mypy types
types-cachetools==5.0.1
types-filelock==3.2.6
types-requests==2.27.29
types-requests==2.27.30
types-tabulate==0.8.9
types-python-dateutil==2.8.17