Skip to content

Commit 31a23bf

Browse files
Bump mypy from 1.7.0 to 1.7.1 (#439)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f782756 commit 31a23bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test = [
4141
"flake8==6.1.0",
4242
"flake8-docstrings==1.7.0",
4343
"isort==5.12.0",
44-
"mypy==1.7.0",
44+
"mypy==1.7.1",
4545
"pylint==3.0.2",
4646
"pytest==7.4.3",
4747
"pytest-aiohttp==1.0.5",

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==23.11.0
22
flake8==6.1.0
33
flake8-docstrings==1.7.0
44
isort==5.12.0
5-
mypy==1.7.0
5+
mypy==1.7.1
66
pylint==3.0.2
77
pytest==7.4.3
88
pytest-aiohttp==1.0.5

0 commit comments

Comments
 (0)