Merge pull request #7563 from freqtrade/dependabot/pip/develop/mypy-0.982

Bump mypy from 0.981 to 0.982
This commit is contained in:
Matthias 2022-10-10 08:31:01 +02:00 committed by GitHub
commit d9ff072dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
@ -121,7 +121,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest ]
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
@ -205,7 +205,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3

View File

@ -8,7 +8,7 @@
coveralls==3.3.1
flake8==5.0.4
flake8-tidy-imports==4.8.0
mypy==0.981
mypy==0.982
pre-commit==2.20.0
pytest==7.1.3
pytest-asyncio==0.19.0