From 6d8ef81811e44657238901c2de3b3d5d7f92e0af Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Dec 2024 19:19:21 +0000
Subject: [PATCH] build(deps): bump mypy from 1.13.0 to 1.14.0

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](https://github.com/python/mypy/compare/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] <support@github.com>
---
 requirements/local.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/local.txt b/requirements/local.txt
index 67d812ac..ce1c5e55 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -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