Skip to content

Commit 80aedce

Browse files
chore(deps): update mypy requirement from <=1.19.0 to <=1.19.1
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.1.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95e80f8 commit 80aedce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy<=1.19.0;
1+
mypy<=1.19.1;
22
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
33
# so 5.x should be kept in order to stay compatible with Python 3.7/3.8
44
flake8>=5.0.4,<8

0 commit comments

Comments
 (0)