Skip to content

Commit

Permalink
build(deps-dev): bump mypy from 1.11.0 to 1.11.1 (#154)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/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)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 3f3aaa8 commit 67e9f1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile dev_requirements/requirements-type_check.in
#
mypy==1.11.0
# via -r requirements-type_check.in
mypy==1.11.1
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
types-python-dateutil==2.9.0.20240316
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
types-pytz==2024.1.0.20240417
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
typing-extensions==4.12.2
# via mypy

0 comments on commit 67e9f1e

Please sign in to comment.