Skip to content

Commit 6f3eae8

Browse files
Bump the python-requirements group in /requirements with 2 updates
Bumps the python-requirements group in /requirements with 2 updates: [mypy](https://github.com/python/mypy) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `mypy` from 1.11.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11...v1.11.1) Updates `pyright` from 1.1.373 to 1.1.374 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.373...v1.1.374) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffcb3f5 commit 6f3eae8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ markupsafe==2.1.5
108108
# -r typing.txt
109109
# jinja2
110110
# werkzeug
111-
mypy==1.11.0
111+
mypy==1.11.1
112112
# via -r typing.txt
113113
mypy-extensions==1.0.0
114114
# via
@@ -150,7 +150,7 @@ pygments==2.18.0
150150
# sphinx
151151
pyproject-api==1.6.1
152152
# via tox
153-
pyright==1.1.373
153+
pyright==1.1.374
154154
# via -r typing.txt
155155
pytest==8.3.2
156156
# via

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ markupsafe==2.1.5
2828
# via
2929
# jinja2
3030
# werkzeug
31-
mypy==1.11.0
31+
mypy==1.11.1
3232
# via -r typing.in
3333
mypy-extensions==1.0.0
3434
# via mypy
@@ -38,7 +38,7 @@ packaging==24.0
3838
# via pytest
3939
pluggy==1.5.0
4040
# via pytest
41-
pyright==1.1.373
41+
pyright==1.1.374
4242
# via -r typing.in
4343
pytest==8.3.2
4444
# via -r typing.in

0 commit comments

Comments
 (0)