Skip to content

Commit

Permalink
build(deps): bump mypy from 1.13.0 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent b9538ad commit 6d8ef81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isort >= 5.10.1 # Import sorting
pylint >= 3.3.1 # Linting

# mypy stuff
mypy == 1.13.0 # Type checking
mypy == 1.14.0 # Type checking
django-stubs >= 5.1.0
types-python-dateutil==2.9.0.20241206
types-requests==2.32.0.20241016
Expand Down

0 comments on commit 6d8ef81

Please sign in to comment.