Skip to content

Commit

Permalink
build(deps): bump mypy from 1.11.1 to 1.11.2 in /dev_requirements (#159)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  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 Aug 26, 2024
1 parent baa6ded commit f200089
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
@@ -4,13 +4,13 @@
#
# pip-compile dev_requirements/requirements-type_check.in
#
mypy==1.11.1
# via -r dev_requirements/requirements-type_check.in
mypy==1.11.2
# via -r requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
types-python-dateutil==2.9.0.20240821
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
types-pytz==2024.1.0.20240417
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
typing-extensions==4.12.2
# via mypy

0 comments on commit f200089

Please sign in to comment.