Skip to content

Commit 51f80c6

Browse files
Bump mypy from 0.991 to 1.0.0 in /requirements
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb91989 commit 51f80c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flake8==6.0.0 # Lint
1414
freezegun==1.2.2
1515
furo==2022.12.7
1616
isort==5.11.4 # Lint imports
17-
mypy==0.991 # Type checking
17+
mypy==1.0.0 # Type checking
1818
pip_check_reqs==2.4.3
1919
pydocstyle==6.2.3 # Lint docstrings
2020
pyenchant==3.2.2 # Bindings for a spellchecking sytem

0 commit comments

Comments
 (0)