Skip to content

Commit

Permalink
Merge pull request #6 from mdellweg/dependabot/pip/mypy-1.4.0
Browse files Browse the repository at this point in the history
[noissue]: Bump mypy from 1.3.0 to 1.4.0
  • Loading branch information
mdellweg authored Jun 21, 2023
2 parents af1d4d2 + 78d8450 commit 03aef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8==5.0.4 ; python_version >= "3.6.1" and python_version < "3.8.1"
flake8==6.0.0 ; python_version >= "3.8.1"
isort==5.11.5 ; python_version > "3.6" and python_version < "3.8"
isort==5.12.0 ; python_version >= "3.8"
mypy==1.3.0 ; python_version > "3.6"
mypy==1.4.0 ; python_version > "3.6"
shellcheck-py==0.9.0.2 ; python_version > "3.6"

# Type annotation stubs
Expand Down

0 comments on commit 03aef76

Please sign in to comment.