From 31b0cf5ca34dd2f6a00856e0f9282ae2c6598757 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 28 Oct 2024 05:51:21 +0000
Subject: [PATCH] Chore(deps): Update mypy requirement from <1.13 to <1.14

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.13.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 17d83eb..be0a2db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -117,7 +117,7 @@ optional-dependencies.all = [
   "commons-codec[mongodb,zyp]",
 ]
 optional-dependencies.develop = [
-  "mypy<1.13",
+  "mypy<1.14",
   "poethepoet<0.30",
   "pyproject-fmt<2.5",
   "ruff<0.8",