Skip to content

Commit 827540c

Browse files
build(deps-dev): bump mypy from 1.15.0 to 1.16.0
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90e20d5 commit 827540c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

requirements-dev.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ django==4.2.20
2626
# via
2727
# -r requirements-dev.in
2828
# django-components
29-
django-components==0.140
29+
django-components==0.140.0
3030
# via -r requirements-dev.in
3131
djc-core-html-parser==1.0.2
3232
# via django-components
@@ -50,7 +50,7 @@ isort==6.0.1
5050
# via -r requirements-dev.in
5151
mccabe==0.7.0
5252
# via flake8
53-
mypy==1.15.0
53+
mypy==1.16.0
5454
# via -r requirements-dev.in
5555
mypy-extensions==1.0.0
5656
# via
@@ -65,7 +65,9 @@ packaging==24.2
6565
# pytest
6666
# tox
6767
pathspec==0.12.1
68-
# via black
68+
# via
69+
# black
70+
# mypy
6971
platformdirs==4.3.6
7072
# via
7173
# black
@@ -107,6 +109,7 @@ typing-extensions==4.12.2
107109
# via
108110
# asgiref
109111
# black
112+
# django-components
110113
# mypy
111114
# pydantic
112115
# pydantic-core

0 commit comments

Comments
 (0)