Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 2 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Aug 3, 2024
1 parent e4cf27e commit ee21e77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mccabe==0.7.0
# -r typing.txt
# flake8
# pylint
mypy==1.11.0
mypy==1.11.1
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ pylint==3.2.6
# -r typing.txt
pyproject-api==1.7.1
# via tox
pyright==1.1.373
pyright==1.1.374
# via -r typing.txt
pytest==8.3.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.11.0
mypy==1.11.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -60,7 +60,7 @@ pyflakes==3.2.0
# via flake8
pylint==3.2.6
# via -r tests.in
pyright==1.1.373
pyright==1.1.374
# via -r typing.in
pytest==8.3.2
# via
Expand Down

0 comments on commit ee21e77

Please sign in to comment.